powered by
Download and install an image collection format from a URL
add_collection_format(url, name = NULL)
URL pointing to the collection format JSON file
optional name used to refer to the collection format
By default, the collection format name will be derived from the basename of the URL.
# NOT RUN { add_collection_format( "https://raw.githubusercontent.com/appelmar/gdalcubes/dev/formats/Sentinel1_IW_GRD.json") # }
Run the code above in your browser using DataLab