Links to the STAC item(s) for getting the original COG files.
License of the data
To use the data, please refer the license as follows.
Edit
To create image by other conditions, edit following parameters in JSON format.
collection
URL of the collection.json of the dataset.
band
Asset key of the band that defined in the collection.json.
date
String of date in the ISO 8601 format. Image will be created for the date. If no data is exist in the date, the latest image will be searched in or before the date.
bbox
Bounding box in array format. [west (longitude min), south (latitude min), east (longitude max), north (latitude max)]
width
Integer number of pixels.
height
Integer number of pixels.
colorMap.min
Min of the color map.
colorMap.max
Max of the color map.
colorMap.colors
Name of color preset ("gray", "jet", "ndvi", "smc" or "ic") or an array of RGB color codes (ex. ["ff0000","00ff00","0000ff"]).