Download OpenAPI specification:Download
The Image processor project is responsible for processing satellite imagery into a variety of downstream products, including vegetative indices (such as NDVI) physical parameters for modelling (LAI) and quality estimation of images.
colors | object (ColorSchema) Associative array for coloring images with hex codes as keys and bin range as values |
image_url required | string |
OK
Bad request
{- "colors": {
- "ffffcc": [
- 0,
- 0.15
], - "c2e699": [
- 0.15,
- 0.3
], - "78c679": [
- 0.3,
- 0.45
], - "31a354": [
- 0.45,
- 0.6
], - "006837": [
- 0.6,
- 1
]
}, - "image_url": "gs://clip-scaling/techtalk-test/S2/input/2018-10-19.tif"
}
colors | object (ColorSchema) Associative array for coloring images with hex codes as keys and bin range as values |
image_url required | string |
OK
Bad request
{- "colors": {
- "ffffcc": [
- 0,
- 0.15
], - "c2e699": [
- 0.15,
- 0.3
], - "78c679": [
- 0.3,
- 0.45
], - "31a354": [
- 0.45,
- 0.6
], - "006837": [
- 0.6,
- 1
]
}, - "image_url": "gs://clip-scaling/techtalk-test/S2/input/2018-10-19.tif"
}
image_url | string |
OK
Bad request
{- "image_url": "gs://clip-scaling/techtalk-test/S2/input/2018-10-19.tif"
}
{- "median": 0.3,
- "mean": 0.4
}
image_url | string |
OK
Bad request
{- "image_url": "gs://clip-scaling/techtalk-test/S2/input/2018-10-19.tif"
}
{- "median": 0.3,
- "mean": 0.4
}
image_url | string |
OK
Bad request
{- "image_url": "gs://clip-scaling/techtalk-test/S2/input/2018-10-19.tif"
}
{- "percent_cloudfree": 30.4
}