MazamaSpatialUtils | R Documentation |
This package contains code to convert various spatial datasets into .rda files with uniformly named identifiers including:
countryCode – ISO 3166-1 alpha-2
countryName – Country name
stateCode – ISO 3166-2 alpha-2
timezone – Olson timezone
longitude – degrees East
latitude – degrees North
area – m^2
The only field guaranteed
to exist in every dataset is countryCode
.
The following additional standards are applied during the data conversion process:
all spatial data are converted to a purely geographic North American projection (https://epsg.io/4269)
no duplicated rows in the dataframe (conversion to multi-polygons)
lowerCamelCase, human readable names replace original parameter names
redundant, software-internal or otherwise unuseful data columns may be dropped
latitude and longitude of polygon centroids may be added
Utility functions allow users to determine the country, state, county and timezones associated with a set of locations, _e.g._ environmental monitoring sites.
The uniformity of identifiers in the spatial datasets also makes it easy to generate maps with data from any dataset that uses standard ISO codes for countries or states.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.