.query_items | R Documentation |
This function queries all items of a given collection of a STAC endpoint matching a spatiotemporal extent.
.query_items(s, collection, bbox, datetime, max.items, verbose, max.cloud)
s |
A STACconnection object from the |
collection |
A length one character vector indicating the name of the collection to query for items. |
bbox |
A numeric vector of length four indicating the spatial bounding
box of the query |
datetime |
A length one character vector indicating the start and endpoint of the temporal query. |
max.items |
A length one integer indicating the maximum number of items to return from a single query. Defaults to 500. Can be used for cases where large queries will lead to long query times. But if that is the case it is advisable to break up into small sub-queries so that the complete data can be downloaded. |
verbose |
A logical indicating the verbosity. |
max.cloud |
A length one integer indicating the maximum number of cloud
cover in percent to qualify a scene for download. Defaults to |
A items list object of rstac
.
Darius Görgen (MapTailor Geospatial Consulting GbR) info@maptailor.net
Maintainer: MAPME-Initiative contact@mapme-initiative.org
Contact Person: Dr. Johannes Schielein
Copyright: MAPME-Initiative
License: GPL-3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.