View source: R/image_collection.R
collection_formats | R Documentation |
gdalcubes comes with some predefined collection formats e.g. to scan Sentinel 2 data. This function lists available formats including brief descriptions.
collection_formats(print = TRUE)
print |
logical; should available formats and their descriptions be printed nicely, defaults to TRUE |
Image collection formats define how individual files / GDAL datasets relate to an image collection, i.e., which bands they contain, to which image they belong, and how to derive aquisition date/time. They are described as a set of regular expressions in a JSON file and used by gdalcubes to extract this information from the paths and/or filenames.
data.frame with columns name
and description
where the former describes the unique identifier that can be used in create_image_collection
and the
latter gives a brief description of the format.
collection_formats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.