View source: R/construct_api_requests.R
check_OGC_requests | R Documentation |
Check OGC requests
check_OGC_requests(endpoint = "daily", type = "queryables")
endpoint |
Character, can be any existing collection |
type |
Character, can be "queryables", "schema" |
list
dv_queryables <- check_OGC_requests(endpoint = "daily",
type = "queryables")
dv_schema <- check_OGC_requests(endpoint = "daily",
type = "schema")
ts_meta_queryables <- check_OGC_requests(endpoint = "time-series-metadata",
type = "queryables")
ts_meta_schema <- check_OGC_requests(endpoint = "time-series-metadata",
type = "schema")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.