The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Argentum is an R package that simplifies access to WFS (Web Feature Service) and WMS (Web Map Service) data from various Argentine organizations. This vignette will guide you through the basic usage of the package.
You can install the development version of Argentum from GitHub:
The first step is to see what organizations have available data:
library(Argentum)
# Get list of organizations
organizations <- argentum_list_organizations()
print(organizations)
This will show you a data frame with organizations and their WFS/WMS URLs.
You can select an organization either interactively or programmatically:
Once you’ve selected an organization, you can see what layers they provide:
To import a specific layer:
Argentum includes robust error handling. Here’s how to use it:
For more detailed information about working with WFS and WMS services, see the “Working with WFS/WMS Services” vignette:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.