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:
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.