Support for new data source versions
The following new data source versions are now supported by the corresponding functions (#184):
habitatmap_2023
(read_habitatmap()
)habitatmap_stdized_2023_v1
(read_habitatmap_stdized()
)habitatmap_terr_2023_v1
(read_habitatmap_terr()
)habitatstreams_2023
(read_habitatstreams()
)watersurfaces_hab_v5
(read_watersurfaces_hab()
)
Function documentation was updated accordingly.
Drop rbbvos+
from built-in data sources
- Type
rbbvos+
has been considered too loosely defined, as an intermediate betweenrbbvos
and6510_hua
, and it has not been mapped consistently.
Hence this type is considered obsolete and it has been dropped from thetypes
andnamelist
data sources (#182).
However do note that it exists in versions ofhabitatmap
and derived data sources. expand_types()
has been adjusted accordingly (#182).
Other updates
Including:
- the
fix_geom
implementation inread_watersurfaces()
is now more efficient (#185); read_habitatmap()
also gained afix_geom
argument (#184);read_habitatsprings()
now returns integer IDs as integers (#180);expand_types()
with a grouped data frame is now more efficient (13d05ec);- several fixes (#186, 88f0e19).