View source: R/read_ecoregions.R
read_ecoregions | R Documentation |
ecoregions
data source as an sf
objectReturns the raw data source ecoregions
, with unique polygon
identifiers polygon_code
and polygon_id
.
Multiple polygons can have the same region_name
.
The coordinate reference system is 'BD72 / Belgian Lambert 72'
(EPSG-code 31370).
read_ecoregions(file = file.path(locate_n2khab_data(), "10_raw/ecoregions"))
file |
The absolute or relative file path of the data source.
The default follows the data management advice in the
vignette on data storage (run |
Original columns of the raw data source were mapped as:
CODE
-> polygon_code
NR
-> polygon_id
REGIO
-> region_name
DISTRICT
-> district_name
Apart from the label, there is no complementary information between
polygon_code
and polygon_id
.
A Simple feature collection of geometry type MULTIPOLYGON
.
## Not run:
ecoregions <- read_ecoregions()
ecoregions
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.