View source: R/get_stac_collections.R
get_stac_collections | R Documentation |
get_stac_collections
displays a description of all data provided
via the Spatial Temporal Asset Catalog (STAC) REST Interface on the
geo-information platform of the Swiss Confederation
(https://data.geo.admin.ch/api/stac/v0.9/).
get_stac_collections( api = "https://data.geo.admin.ch/api/stac/v0.9/collections" )
api |
link to query endpoint listing all available datasets. |
The acquisition and use of data or services is free of charge, subject to the provisions on fair use (see https://www.geo.admin.ch/terms-of-use).
A tibble with a set of metadata (name, id, description, spatial and temporal extent) about all available geospatial datasets.
# Show all available datasets of the STAC API get_stac_collections()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.