get_stac_collections: Display all data retrievable via the STAC API

View source: R/get_stac_collections.R

get_stac_collectionsR Documentation

Display all data retrievable via the STAC API

Description

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/).

Usage

get_stac_collections(
  api = "https://data.geo.admin.ch/api/stac/v0.9/collections"
)

Arguments

api

link to query endpoint listing all available datasets.

Details

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).

Value

A tibble with a set of metadata (name, id, description, spatial and temporal extent) about all available geospatial datasets.

Examples

# Show all available datasets of the STAC API
get_stac_collections()


zumbov2/swissgd documentation built on Nov. 22, 2022, 9:30 p.m.