Download OpenAPI specification:Download
GEOSYS™ Map Product APIs provide endpoints for retrieving map image coverage and map generation.
This API allows to generate vegetation indice map from the current crop season (InSeason) for a field, based on an image date (using the Coverage API).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image date
• URLs to display the InSeason NDVI map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
offset | number <double> |
gain | number <double> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate vegetation indice map from several season fields for one or several image dates (using the Coverage API).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image date
• URLs to display the InSeason NDVI maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (BaseReferenceMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request the vegetation indice map from the current crop season (InSeason) for a field, based on an image date and by using shortcuts. (More information about the shortcuts here)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type that can be create are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
• URLs to display the InSeason map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the vegetation index map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The extension
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
the available extensions are:
•.shp.zip
• .klm
• .glm
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the vegetation indice map by using shortcuts (More information about shortcuts here) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The extension.
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the vegetation indice map legend in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the notebook map in png format by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the scalebar map in png format by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the thumbnail map in png format by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the map with shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_CVIN
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• NDVI
• INSEASON_LAI
seasonFieldId required | string Season field id |
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Enum: "INSEASON_NDVI" "INSEASON_EVI" "INSEASON_CVI" "INSEASON_CVIN" "INSEASON_GNDVI" "INSEASONPARTIAL_NDVI" "NDVI" "INSEASON_LAI" "INSEASONPARTIAL_EVI" "INSEASON_S2REP" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to generate color composition map for a field or a geometry derived satellite image.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
This end point can provide different type of result based on the number of band available on the selected image:
• If Blue band is available, it will be a True color composition
• Otherwise it will be a False color composition
Unless other color composition maps are delivered on the bounding box of the field. There is no clipping on field border. This map does not have any legend.
• URLs to display the color composition map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
mapType required | string Value: "COLORCOMPOSITION" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
object (ImageReference) | |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate color composition map set for a set of field
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
This end point can provide different type of result based on the number of band available on the selected image:
• If Blue band is available, it will be a True color composition
• Otherwise it will be a False color composition
Unless other color composition maps are delivered on the bounding box of the field. There is no clipping on field border. This map does not have any legend.
• URLs to display the color composition maps in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
mapType required | string Value: "COLORCOMPOSITION" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
imageMimeType | string |
Array of objects (InseasonFlyoverMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request the color composition map by using shortcuts. (More information about shortcuts here) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
• URLs to display the color composition map in PNG;
• URL to display the map thumbnail file as PNG format;
• URL to display the world-file in PGW format to locate the map;
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Value: "COLORCOMPOSITION" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to request the color composition map in PNG format with shortcuts) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• COLORCOMPOSITION
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Value: "COLORCOMPOSITION" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
This API allows to request the thumbnail file of the color composition map as PNG format with shortcuts) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• COLORCOMPOSITION
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Value: "COLORCOMPOSITION" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
$epsg-out | integer <int32> Output geometries projection code |
This API allows to request the world-file in PGW format to locate the Color composition map with shortcuts) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• COLORCOMPOSITION
imageReference required | string Image reference using either the image date or the image id |
mapType required | string Value: "COLORCOMPOSITION" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
This model uses biomass for creating a map of preconisation values per pixels in (kg of N)/ha.
This API allows to display a LAI map from the current crop season for a field, based on an image date (using the Coverage API) and for the N parameters and a target LAI.
This type of map can only be used with specifics Crop ID like "WINTER_WHEAT_1"
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• N parameters
• LAI target
• GrowthStage code
• URLs to display The canopy map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
nPlanned | number <float> |
nMin | number <float> |
nMax | number <float> |
object (GrowthStage) | |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "nPlanned": 0,
- "nMin": 0,
- "nMax": 0,
- "growthStage": {
- "code": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This model uses biomass for creating a map of preconisation values per pixels in (kg of N)/ha.
This API allows to display a LAI map from the current crop season for several fields and or images dates (using the Coverage API) and for the N parameters and a target LAI.
This type of map can only be used with specifics Crop ID like "WINTER_WHEAT_1"
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• N parameters
• LAI target
• GrowthStage code
• URLs to display The canopy maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (CanopyMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "nPlanned": 0,
- "nMin": 0,
- "nMax": 0,
- "growthStage": {
- "code": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "growthStage": {
- "code": "string"
}, - "nPlanned": 0,
- "nMin": 0,
- "nMax": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request the canopy map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the canopy map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The extension
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
the available extensions are:
•.shp.zip
• .klm
• .glm
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy map with shortcuts) :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy map legend in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the canopy map notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the Canopy map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The n planned value
• The growth stage code
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_MODEL_1_LAI
• INSEASONCANOPY_MODEL_3_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
growthStage.Code required | string |
mapType required | string Enum: "INSEASONCANOPY_MODEL_1_LAI" "INSEASONCANOPY_MODEL_3_LAI" |
seasonFieldId required | string Season field id |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This model uses LAI for creating a map of preconisation values per pixels in (kg of N)/ha.
This API allows to display a LAI map from the current crop season for a field, based on an image date (using the Coverage API) and for the N parameters and a target LAI.
Canopy OSR 1: a target LAI is defined by field depending on the growth stage. If the crop is behind target, it gets more N. (for oilseed rape)
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• N parameters
• Yield objective
• % of total dose to apply
• URLs to display The canopy OSR map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
nMin | number <float> |
naturallyPresentNDose | number <float> |
nMax | number <float> |
yieldObjective | number <float> |
percentOfTotal | number <float> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "nMin": 0,
- "naturallyPresentNDose": 0,
- "nMax": 0,
- "yieldObjective": 0,
- "percentOfTotal": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This model uses LAI for creating a map of preconisation values per pixels in (kg of N)/ha.
This API allows to display a set of several LAI maps from the current crop season for several fields and or images dates (using the Coverage API) and for the N parameters and a target LAI.
Canopy OSR 1: a target LAI is defined by field depending on the growth stage. If the crop is behind target, it gets more N. (for oilseed rape)
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• N parameters
• Yield objective
• % of total dose to apply
• URLs to display The canopy OSR maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (CanopyOsrMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "nMin": 0,
- "naturallyPresentNDose": 0,
- "nMax": 0,
- "yieldObjective": 0,
- "percentOfTotal": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "nMin": 0,
- "naturallyPresentNDose": 0,
- "nMax": 0,
- "yieldObjective": 0,
- "percentOfTotal": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request canopy OSR map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the canopy osr map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy OSR image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the canopy OSR notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy OSR Scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the canopy OSR thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the canopy OSR map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• The naturally present N Dose
• The Yield objective
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• INSEASONCANOPY_MODEL_OSR1_LAI
imageReference required | string Image reference using either the image date or the image id |
naturallyPresentNDose required | number <float> |
yieldObjective required | number <float> |
mapType required | string Value: "INSEASONCANOPY_MODEL_OSR1_LAI" |
seasonFieldId required | string Season field id |
percentOfTotal | number <float> |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This APIs allow to display catalog imagery for a specific season field identifiers (Geosys Season Field ID).
• Available cloud-free imagery dates for the queried field. By default it will return only for the last 6 months;
• The image id;
• The spatial Resolution;
• The Zenith Angle (In degree);
• The Available Bands;
• the Sensor type;
• the Weather type (see The API coverage for more details);
• Soil material: metadata describing if this is a vegetation image or a bare soil image (see the Coverage APIs for more details);
• Image date;
The map types that can be create are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• INSEASON_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASONFIELD_AVERAGE_NDVI
• OM
• YGM
• YPM
• COLORCOMPOSITION
• URLs to display ** the Catalog imagery maps** in PNG, GEOTIFF, Shapefile and KMZ formats, at 5m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps;
• URL to display the scalebar in PNG format;
• Available geometry issue imagery date for the queried field Inseason partial.
• Available no-data imagery date for the queried field Inseason partial.
• Available radiometry issue imagery date for the queried field Inseason partial.
seasonFieldId required | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: false Returns number of items with the given filter as header |
$offset-including | string Calculates $offset automatically to show given item |
$format-settings | string Input and output format settings |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "id": "string",
- "image": {
- "spatialResolution": 0,
- "zenithAngleInDegree": 0,
- "availableBands": [
- "Unknown"
], - "filePath": "string",
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
seasonFieldId required | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: true Returns number of items with the given filter as header |
$index-of | string Returns index of given item in the list as header |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "id": "string",
- "image": {
- "spatialResolution": 0,
- "zenithAngleInDegree": 0,
- "availableBands": [
- "Unknown"
], - "filePath": "string",
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
This APIs allow to display catalog imagery.
• Available cloud-free imagery dates for the queried field. By default it will return only for the last 6 months;
• The image id;
• The spatial Resolution;
• The Zenith Angle (In degree);
• The Available Bands;
• the Sensor type;
• the Weather type (see The API coverage for more details);
• Soil material: metadata describing if this is a vegetation image or a bare soil image (see the Coverage APIs for more details);
• Image date;
The map types that can be create are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• INSEASON_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASONFIELD_AVERAGE_NDVI
• OM
• YGM
• YPM
• COLORCOMPOSITION
• URLs to display ** the Catalog imagery maps** in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps;
• URL to display the scalebar in PNG format;
• Available geometry issue imagery date for the queried field Inseason partial.
• Available no-data imagery date for the queried field Inseason partial.
• Available radiometry issue imagery date for the queried field Inseason partial.
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: false Returns number of items with the given filter as header |
$offset-including | string Calculates $offset automatically to show given item |
$format-settings | string Input and output format settings |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
SeasonField.Id | string |
SeasonField.CustomerExternalId | string |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "id": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "image": {
- "spatialResolution": 0,
- "zenithAngleInDegree": 0,
- "availableBands": [
- "Unknown"
], - "filePath": "string",
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
This APIs allow to display coverage for a specific season field identifiers (Geosys Season Field ID).
• Available cloud-free imagery dates for the queried field. By default it will return only for the last 6 months.
• The image id
• Sensor
• Soil material: metadata describing if this is a vegetation image or a bare soil image (in text format);
• Weather type: Metadata describing the weather conditions (in text format). The weather type is a metadata that describes the weather conditions at the acquisition date of the image.
The weather type is linked to the image type (Vegetation or Bare soil) and can be defined as follows :
Image Type | Weather type | Weather type definition |
---|---|---|
Bare soil | Cold | The seasonal weather at the image acquisition had been colder than the 30-years average |
Bare soil | Hot | The seasonal weather at the image acquisition had been warmer than the 30-years average |
|Vegetation | Wet |The seasonal weather at the image acquisition had been **wetter than the 30-years average**
|Vegetation | Dry |The seasonal weather at the image acquisition had been **dryer than the 30-years average**\.
The map types that can be create are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• INSEASON_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASONFIELD_AVERAGE_NDVI
• COLORCOMPOSITION
• URLs to display coverage maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
seasonFieldId required | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: false Returns number of items with the given filter as header |
$offset-including | string Calculates $offset automatically to show given item |
$format-settings | string Input and output format settings |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "id": "string",
- "image": {
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "_links": {
- "property1": "string",
- "property2": "string"
}, - "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
seasonFieldId required | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: true Returns number of items with the given filter as header |
$index-of | string Returns index of given item in the list as header |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "id": "string",
- "image": {
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "_links": {
- "property1": "string",
- "property2": "string"
}, - "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
This APIs allow to display coverage for a specfic season field id.
• Available cloud-free imagery dates for the queried field. By default it will return only for the last 6 months.
• The image id
• Sensor
• Soil material: metadata describing if this is a vegetation image or a bare soil image (in text format);
• Weather type: Metadata describing the weather conditions (in text format). The weather type is a metadata that describes the weather conditions at the acquisition date of the image.
The weather type is linked to the image type (Vegetation or Bare soil) and can be defined as follows :
Image Type | Weather type | Weather type definition |
---|---|---|
Bare soil | Cold | The seasonal weather at the image acquisition had been colder than the 30-years average |
Bare soil | Hot | The seasonal weather at the image acquisition had been warmer than the 30-years average |
|Vegetation | Wet |The seasonal weather at the image acquisition had been **wetter than the 30-years average**
|Vegetation | Dry |The seasonal weather at the image acquisition had been **dryer than the 30-years average**\.
The map types that can be create are :
• INSEASON_NDVI
• INSEASON_EVI
• INSEASON_CVI
• INSEASON_GNDVI
• INSEASONPARTIAL_NDVI and INSEASONPARTIAL_EVI
=> Please see this article for detailed information.
• INSEASON_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASONFIELD_AVERAGE_NDVI
• COLORCOMPOSITION
• URLs to display coverage maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: false Returns number of items with the given filter as header |
$offset-including | string Calculates $offset automatically to show given item |
$format-settings | string Input and output format settings |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
SeasonField.Id | string |
SeasonField.CustomerExternalId | string |
Image.Date | string Filters search by image date |
Image.Sensor | string Filter by sensor type (SENTINEL_2|DEIMOS_1|ALSAT_1B|RESOURCESAT2|LANDSAT_8|CBERS_4|KAZSTSAT|GAOPFEN) |
Image.Weather | string Filter by weather type (HOT|COLD|WET|DRY) |
Image.SoilMaterial | string Filter by soil material type (BARE|VEGETATION) |
Image.IsRecalibrated | boolean Values: True or False. Value by default: False. Allows to display the re calibrated images or not. |
Maps.Type | string Filter by map type |
CoverageType | string Filter by coverage type (CLEAR|CLOUD|BORDER|NO_DATA|GEOMETRY_ISSUE|RADIOMETRY_ISSUE) |
[- {
- "id": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "image": {
- "date": "string",
- "id": "string",
- "sensor": "string",
- "weather": "HOT",
- "soilMaterial": "BARE",
- "isRecalibrated": true
}, - "maps": [
- {
- "_links": {
- "property1": "string",
- "property2": "string"
}, - "type": "string",
- "date": "string"
}
], - "coverageType": "CLEAR"
}
]
The Difference map endpoint allows to compare two base reference maps from different image dates, in order to identify the main changes inside the field between two moments.
The difference map is built on maps that are part of the same base reference map type (NDVI or EVI).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• URLs to display The Difference map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
object (ImageReference) | |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "earliestImage": {
- "date": "string",
- "id": "string"
}, - "latestImage": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to compare a set of several difference maps. Difference maps compare two base reference maps from different image dates, in order to identify the main changes inside the field between two moments.
The difference map is built on maps that are part of the same base reference map type (NDVI or EVI).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates
• URLs to display The Difference maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display The thumbnail file as PNG format;
• URL to display The legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (DifferenceMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "earliestImage": {
- "date": "string",
- "id": "string"
}, - "latestImage": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "earliestImage": {
- "date": "string",
- "id": "string"
}, - "latestImage": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Difference map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the difference map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the difference map image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the difference map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the difference map Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the difference map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the difference map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the difference map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The first image date
• The latest image date
• The map Type
The images date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• Difference_inseason_NDVI
• Difference_inseason_EVI
mapType required | string Enum: "DIFFERENCE_INSEASON_NDVI" "DIFFERENCE_INSEASON_EVI" |
latestImageReference required | string |
earliestImageReference required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This APIs allows to display field border according to its geometry.
• Geometry
• URL to display the field border map as PNG format to locate the field border on a background Google maps;
• URL to display the scalebar in PNG format;
$epsg-out | integer <int32> Output geometries projection code |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
headerParameters | string |
geometry | string |
object (SeasonFieldReference) |
{- "geometry": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}
{- "index": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}
}
This APIs allows to display a set of several field border maps according to their geometry.
• Geometry
• URL to display the field border maps as PNG format to locate the field border on a background Google maps;
• URL to display the scalebar in PNG format;
$epsg-out | integer <int32> Output geometries projection code |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
headerParameters | string |
Array of objects (FieldBorderBodyParameters) |
{- "mapParams": [
- {
- "geometry": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}
]
}
{- "maps": [
- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
]
}
This API allows to request Field border map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
The map type is :
• FIELDBORDER
mapType required | string Value: "FIELDBORDER" |
seasonFieldId required | string Season field id |
$epsg-out | integer <int32> Output geometries projection code |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
headerParameters | string |
This API allows to request the field border Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
The map type is :
• FIELDBORDER
mapType required | string Value: "FIELDBORDER" |
seasonFieldId required | string Season field id |
$epsg-out | integer <int32> Output geometries projection code |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
headerParameters | string |
This API allows to request the field border scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
The map type is :
• FIELDBORDER
mapType required | string Value: "FIELDBORDER" |
seasonFieldId required | string Season field id |
$epsg-out | integer <int32> Output geometries projection code |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
headerParameters | string |
This API allows to create one new map for specific parameters.
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
userId | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: false Returns number of items with the given filter as header |
$offset-including | string Calculates $offset automatically to show given item |
$format-settings | string Input and output format settings |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
headerParameters | string Filter |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
userId | string Filter |
$sort | string Ordered comma separated list of fields to sort on |
$filter | string Filter expression |
$fields | string Comma separated list of fields to retrieve |
$group-by | string Ordered comma separated list of fields to group by |
$page-groups | string Ordered comma separated list of fields to group items on pages by |
$column-groups | string Ordered comma separated list of fields to group columns by |
$row-groups | string Ordered comma separated list of fields to group rows by |
$offset | integer <int32> Default: 0 Offset in the list to get the first item from |
$limit | string Default: "20" Maximum number of items to return |
$count | boolean Default: true Returns number of items with the given filter as header |
$index-of | string Returns index of given item in the list as header |
$epsg | string Input and output geometries projection code |
$epsg-in | string Input geometries projection code |
$epsg-out | string Output geometries projection code |
headerParameters | string Filter |
This API allows to request specific map by using shortcuts (More information about shortcuts here) :
• The image identifier
id required | string |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
$fields | string Comma separated list of fields to retrieve |
headerParameters | string |
This API allows to request the map by using shortcuts (More information about shortcuts here) :
• The image identifier
• The extension
The available extensions are:
• .shp.zip
• .tiff.zip
• .kmz
• .png
id required | string |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to request the Map legend in PNG format by using Shortcuts :
• The image identifier
• The extension
id required | string |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to request the Map notebook in PNG format by using Shortcuts :
• The image identifier
• The extension
id required | string |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to request the scalebar map in png format by using shortcuts :
• The image identifier
• The extension
id required | string |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to request the Map thumbnail in PNG format by using Shortcuts :
• The image identifier
• The extension
id required | string |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the map with shortcuts :
• The image identifier
• The extension
id required | string |
$epsg-out | integer <int32> Output geometries projection code |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
headerParameters | string |
This API allows to display a NDVI or LAI map from the current crop season for a field, based on an image date (using the Coverage API) and for the N parameters.
• Field average: is applying N depending on the average LAI of the field. The ultimate goal is to manage crop canopy variation. The area below average LAI will receive more nitrogen.
• Field average reverse: is applying N depending on the average LAI of the field. The ultimate goal is to increase yield and protein content. The area above average LAI will receive more nitrogen.
• Canopy N reverse: The ultimate goal is to increase yield. The area above the average LAI will receive more Nitrogen.
• URLs to display the model map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
nPlanned | number <float> |
nMin | number <float> |
nMax | number <float> |
offset | number <double> |
gain | number <double> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "nPlanned": 0,
- "nMin": 0,
- "nMax": 0,
- "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to display a set of several NDVI maps or LAI maps from their current crop season and their field, based on an image date (using the Coverage API) and for the N parameters.
• Field average: is applying N depending on the average LAI of the field. The ultimate goal is to manage crop canopy variation. The area below average LAI will receive more nitrogen.
• Field average reverse: is applying N depending on the average LAI of the field. The ultimate goal is to increase yield and protein content. The area above average LAI will receive more nitrogen.
• Canopy N reverse: The ultimate goal is to increase yield. The area above the average LAI will receive more Nitrogen.
• URLs to display the model map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (ModelMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "nPlanned": 0,
- "nMin": 0,
- "nMax": 0,
- "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "nMin": 0,
- "nMax": 0,
- "nPlanned": 0,
- "offset": 0,
- "gain": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request the model map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the Model map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the model map image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
this API allows to request the model map legend in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
this API allows to request the model map notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
this API allows to request the model map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
this API allows to request the model map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the Model map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• N planned value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map types are :
• INSEASONCANOPY_N_REVERSE_LAI
• INSEASONFIELD_AVERAGE_LAI
• INSEASONFIELD_AVERAGE_NDVI
• INSEASONFIELD_AVERAGE_REVERSE_LAI
• INSEASONFIELD_AVERAGE_REVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_LAI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN
• INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI
imageReference required | string Image reference using either the image date or the image id |
nPlanned required | number <float> Dose of Nitrogen planned units depend on User profile. UK: kg / ha |
mapType required | string Enum: "INSEASONCANOPY_N_REVERSE_LAI" "INSEASONFIELD_AVERAGE_LAI" "INSEASONFIELD_AVERAGE_NDVI" "INSEASONFIELD_AVERAGE_REVERSE_LAI" "INSEASONFIELD_AVERAGE_REVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_LAI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_NDVI" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_CVIN" "INSEASON_PRECO_N_GENERIC_MODEL_INVERSE_LAI" |
seasonFieldId required | string Season field id |
gain | number <double> This parameter allows to multiply a base reference map value with a constant gain factor. Default value : 1 |
offset | number <double> This parameter allows to add a constant offset on the base reference map value. Default value : 0 |
nMax | number <float> Maximum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
nMin | number <float> Minimum threshold for the N dose Minimum value allowed is 0. Maximum value allowed is 999. |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
The Organic Matter Variability Map API allows to create an Organic Matter Variability map based on a field boundary, a crop, a sowing date, the average organic matter in the field and the image date (using the Archive coverage API).
The Organic Matter Variability Map is used to represent the relative organic matter distribution in the field (i.e. the nitrogen available within the soil).
This information is used by the grower during the establishment of the fertilization strategy, to plan and modulate the nitrogen fertilization
The result of the query will be an Organic Matter Variability map
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
• Average organic matter for the field
• URLs to display the organic matter map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "OM" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
averageOrganicMatter | number <float> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "averageOrganicMatter": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate a set of several organic matter maps for a several fields or geometry derived satellite images.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
• Average organic matter for the field
• URLs to display the organic matter maps in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "OM" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (OrganicMatterMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "averageOrganicMatter": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "averageOrganicMatter": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Organic matter map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the OM map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• The average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the organic matter map image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the organic matter map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the organic matter map Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the organic matter map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the organic matter map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the Organic matter map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• the image date reference
• The map Type
• Average organic matter value
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• OM
imageReference required | string Image reference using either the image date or the image id |
averageOrganicMatter required | number <float> |
mapType required | string Value: "OM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to extract **the Top Of Canopy values ** for my field by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image reference map identifier
• The map type
The map type is :
• TOC
The available extensions are:
• .tiff
imageReference required | string |
mapType required | string Value: "TOC" |
seasonFieldId required | string Season field id |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "legend": {
- "links": {
- "property1": "string",
- "property2": "string"
}, - "document": {
- "id": "string",
- "uri": "string"
}, - "anglesZenithalDeg": 0,
- "bbox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0
}, - "psX": 0,
- "psY": 0,
- "xlr": 0,
- "ylr": 0,
- "xul": 0,
- "yul": 0,
- "width": 0,
- "height": 0,
- "bands": [
- {
- "type": "Unknown",
- "index": 0
}
], - "rgbStats": {
- "blue": {
- "bandIndex": 0,
- "maxValue": 0,
- "minValue": 0
}, - "red": {
- "bandIndex": 0,
- "maxValue": 0,
- "minValue": 0
}, - "green": {
- "bandIndex": 0,
- "maxValue": 0,
- "minValue": 0
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to extract **the Top Of Canopy values ** for my field by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image reference map identifier
• The map type
The map type is :
• TOC
The available extensions are:
• .tiff
imageReference required | string |
mapType required | string Value: "TOC" |
seasonFieldId required | string Season field id |
$epsg-out | integer <int32> Output geometries projection code |
headerParameters | string |
This API allows to request Rx-maps by using [shortcuts] (https://geosys.stoplight.io/docs/field-level-maps-1/docs/02-overall.md) :
• The image identifier
sourceMapId required | string Identifier from the map on which you want to generate the rx |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "date": "string",
- "tags": [
- "string"
], - "mapType": "string",
- "parameters": {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "legend": {
- "links": {
- "property1": "string",
- "property2": "string"
}, - "document": {
- "id": "string",
- "uri": "string"
}
}, - "creationDate": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": "string",
- "property2": "string"
}, - "outputParameters": {
- "epsg": 0,
- "stripingCorrection": true,
- "zoning": true,
- "zoneCount": 0,
- "minZoneSize": 0,
- "wktPrecision": 0,
- "useColorMapForZoning": true,
- "colorMapId": "string",
- "legendType": "Fixed",
- "zoningSegmentation": "None",
- "hotSpot": true,
- "hotSpotPosition": "None",
- "hotSpotFilter": {
- "bottom": 0,
- "top": 0
}, - "histogram": true,
- "numberOfBins": 0,
- "noteBookSizeX": 0,
- "noteBookSizeY": 0,
- "clipping": "FieldBorder"
}, - "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": {
- "width": 0,
- "height": 0
}, - "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0
}, - "version": 0
}
sourceMapId required | string Identifier from the map on which you want to generate the rx |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
sourceMapId required | string Identifier from the map on which you want to generate the rx |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
sourceMapId required | string Identifier from the map on which you want to generate the rx |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
sourceMapId required | string Identifier from the map on which you want to generate the rx |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
sourceMapId required | string Identifier from the map on which you want to generate the rx |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
sourceMapId required | string Identifier from the map on which you want to generate the rx |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to generate variable-rate prescription "Rx" Maps, based on source map type to generate a zonal map.
The zone map can be customize: Rx type and product to be applied, number of zones, zone geometries, product placement, and choose rates per zone.
The source map can be :
• Base reference map with Clear coverage.
• Yield potential map and extension (YPM/YVM/YGM)
• SAMZ map
• Elevation Map
• Map source
• URLs to display the Rx map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• The Histogram values by classes;
$epsg-out | integer <int32> Output geometries projection code |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
headerParameters | string |
sourceMapId | string |
zoneCount | integer <int32> |
Array of objects (RxZone) | |
object | |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "sourceMapId": "string",
- "zoneCount": 0,
- "zones": [
- {
- "geometry": "string"
}
], - "properties": {
- "property1": { },
- "property2": { }
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "date": "string",
- "tags": [
- "string"
], - "mapType": "string",
- "parameters": {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "legend": {
- "links": {
- "property1": "string",
- "property2": "string"
}, - "document": {
- "id": "string",
- "uri": "string"
}
}, - "creationDate": "2019-08-24T14:15:22Z",
- "_links": {
- "property1": "string",
- "property2": "string"
}, - "outputParameters": {
- "epsg": 0,
- "stripingCorrection": true,
- "zoning": true,
- "zoneCount": 0,
- "minZoneSize": 0,
- "wktPrecision": 0,
- "useColorMapForZoning": true,
- "colorMapId": "string",
- "legendType": "Fixed",
- "zoningSegmentation": "None",
- "hotSpot": true,
- "hotSpotPosition": "None",
- "hotSpotFilter": {
- "bottom": 0,
- "top": 0
}, - "histogram": true,
- "numberOfBins": 0,
- "noteBookSizeX": 0,
- "noteBookSizeY": 0,
- "clipping": "FieldBorder"
}, - "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": {
- "width": 0,
- "height": 0
}, - "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0
}, - "version": 0
}
This API allows to generate sample maps based on soil provider (SURGGO for the US)
• Season field identifier
• URLs to display Sample map in PNG, GEOTIFF, SHAPEFILE and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
$epsg-out | integer <int32> Output geometries projection code |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
headerParameters | string |
Array of objects (SampleMapPointContract) | |
object | |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "data": [
- {
- "geometry": "string",
- "value": 0
}
], - "properties": {
- "property1": { },
- "property2": { }
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to display a management zone map for a field or a geometry (optionally based on Coverage API).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates (optional)
• Zone number
• URLs to display the Management zone map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution
• URL to display the map thumbnail file as PNG format
• URL to display the map legend in only available for PNG format
• URL to display the world-file in PGW format to locate the map
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• The Histogram values by classes;
• Standard: When image dates are not defined in the request, Geosys Platform will automatically select in the coverage:
o 2 wet images o 2 dry images o the last one bare soil image.
• Custom: When image dates are including in the request, management zone creation will use only selected images. This allows to specialize management zone creation with a specific business logic: only peak vegetation, only specific year.
mapType required | string Value: "SAMZ" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
Array of objects (ImageReference) | |
maxZoneSize | number <double> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "images": [
- {
- "date": "string",
- "id": "string"
}
], - "maxZoneSize": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "fieldVariability": "string",
- "mostVariableZone": "string",
- "highestInterZoneVariability": [
- "string"
], - "fieldProductivityIndex": 0,
- "fieldVariabilityIndex": 0,
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "name": "string",
- "productivityIndex": 0,
- "fieldAreaPercent": 0,
- "variabilityIndex": 0,
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to display a set of several management zone maps from fields and their geometry (optionally based on Coverage API).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image dates (optional)
• Zone number
• URLs to display the Management zone maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution
• URL to display the map thumbnail file as PNG format
• URL to display the map legend in only available for PNG format
• URL to display the world-file in PGW format to locate the map
• URL to display the Notebook map as PNG format to locate the map on a Google maps background;
• URL to display the scalebar in PNG format;
• The Histogram values by classes;
• Standard: When image dates are not defined in the request, Geosys Platform will automatically select in the coverage:
o 2 wet images o 2 dry images o the last one bare soil image.
• Custom: When image dates are including in the request, management zone creation will use only selected images. This allows to specialize management zone creation with a specific business logic: only peak vegetation, only specific year.
mapType required | string Value: "SAMZ" |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (SamzMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "images": [
- {
- "date": "string",
- "id": "string"
}
], - "maxZoneSize": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "images": [
- {
- "date": "string",
- "id": "string"
}
], - "manualMode": true,
- "maxZoneSize": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "fieldVariability": "string",
- "mostVariableZone": "string",
- "highestInterZoneVariability": [
- "string"
], - "fieldProductivityIndex": 0,
- "fieldVariabilityIndex": 0,
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "name": "string",
- "productivityIndex": 0,
- "fieldAreaPercent": 0,
- "variabilityIndex": 0,
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Management zones map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "fieldVariability": "string",
- "mostVariableZone": "string",
- "highestInterZoneVariability": [
- "string"
], - "fieldProductivityIndex": 0,
- "fieldVariabilityIndex": 0,
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "name": "string",
- "productivityIndex": 0,
- "fieldAreaPercent": 0,
- "variabilityIndex": 0,
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to request the management zones image by using Shortcuts :• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Management zones map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the management zones map Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Management zones scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Management zones map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the world-file in PGW format to locate the management zones map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• SAMZ
mapType required | string Value: "SAMZ" |
seasonFieldId required | string Season field id |
imageReferences | Array of strings |
maxZoneSize | number <double> |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
$epsg-out | integer <int32> Output geometries projection code |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
provider | string |
asset | string |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "provider": "string",
- "asset": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "zones": [
- {
- "id": 0,
- "classId": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "providerName": "string",
- "classes": [
- {
- "id": 0,
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "description": "string",
- "drainage": "string",
- "particle": "string",
- "muSym": "string"
}
], - "links": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "id": "string",
- "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
This API allows to generate topology maps for a field or a geometry derived from digital elevation data:
• Elevation map highlighting altitude variability of the field
• Slope map highlighting steepness of the slope (this is not the direction)
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• URLs to display topology map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate a set of several topology maps.
• Seasons Fields Identifiers (GEOSYS ID and/or Customer External ID)
• URLs to display topology maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (TopologyMapsBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "demProviders": [
- "string"
], - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Topology map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• Elevation
• Erosion
• Slope
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to request Topology map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• Elevation
• Erosion
• Slope
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Topology map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• Elevation
• Erosion
• Slope
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the Topology map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• Elevation
• Erosion
• Slope
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the world-file in PGW format to locate the Topology map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The map type
The map type is :
• Elevation
• Erosion
• Slope
mapType required | string Enum: "ELEVATION" "EROSION" "SLOPE" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
The Yield Goal Map API allows to create a Yield Goal Map based on a field boundary, a crop, a sowing date, the historical yield average, and the image date and the minimum and maximum yield values.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
• Historical yield average (Min 0, Max 999 (without unit))
• Image date of the archive image (the Coverage APIs or the catalog imagery APIs.)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
• URLs to display YGM map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YGM" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
minYieldGoal | number <float> |
maxYieldGoal | number <float> |
historicalYieldAverage | number <float> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "minYieldGoal": 0,
- "maxYieldGoal": 0,
- "historicalYieldAverage": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate a set of several yield goal maps.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Image date
• Min yield goal
• Max yield goal
• The historical yield average
• URLs to display YGM maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YGM" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (YieldGoalMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "minYieldGoal": 0,
- "maxYieldGoal": 0,
- "historicalYieldAverage": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "minYieldGoal": 0,
- "maxYieldGoal": 0,
- "historicalYieldAverage": 0,
- "image": {
- "date": "string",
- "id": "string"
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Yield goald map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the YGM map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Yield Goal map image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the yield goal map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the yield goal map Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the yiel goal map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the yield goal map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the Yield goal map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type are :
• YGM
imageReference required | string Image reference using either the image date or the image id |
minYieldGoal required | number <float> |
maxYieldGoal required | number <float> |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YGM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to create a Yield map based on telemetry dataset (Use the Import yield API to recover the dataset).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Harvest date
• URLs to display telemetry map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YIM" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date | string |
parameter | string |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "date": "string",
- "parameter": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to create a set of several Yield maps.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Harvest date
• URLs to display telemetry maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YIM" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (YieldMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "date": "string",
- "parameter": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "date": "string",
- "parameter": "string",
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
date required | string |
mapType required | string Value: "YIM" |
parameter required | string |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
The Yield Variability Map API allows to create a Yield Variability Map based on a field boundary, a crop, a sowing date, the historical yield average, and the image date (using the Archive coverage API or Advance Coverage APIs).
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
• Image date of the archive image (the Coverage APIs or the catalog imagery APIs.)
• Historical yield average
• URLs to display YPM map in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YPM" |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
object (ImageReference) | |
historicalYieldAverage | number <float> |
object (SeasonFieldReference) | |
name | string |
tags | Array of strings |
object |
{- "image": {
- "date": "string",
- "id": "string"
}, - "historicalYieldAverage": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows to generate a set of several yield variability maps.
• Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• Map type
• Historical yield average
• URLs to display YPM maps in PNG, GEOTIFF, Shapefile and KMZ formats, at 5 m resolution;
• URL to display the map thumbnail file as PNG format;
• URL to display the map legend in only available for PNG format;
• URL to display the world-file in PGW format to locate the map;
• URL to display the Notebook map as PNG format to locate the map on a background Google maps ;
• URL to display the scalebar in PNG format;
• URL to recover The HotSpot points in Shapefile, KMZ and GML formats by zone or by segment;
• The Histogram values by classes;
mapType required | string Value: "YPM" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
imageMimeType | string |
Array of objects (YieldVariabilityMapBodyParameters) |
{- "imageMimeType": "string",
- "mapParams": [
- {
- "image": {
- "date": "string",
- "id": "string"
}, - "historicalYieldAverage": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}, - "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
]
}
[- {
- "maps": [
- {
- "id": "string",
- "parameters": {
- "image": {
- "date": "string",
- "id": "string"
}, - "historicalYieldAverage": 0,
- "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}
}
}, - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "seasonField": {
- "id": "string",
- "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "error": {
- "property1": { },
- "property2": { }
}, - "index": 0,
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}
}
]
This API allows to request Yield variability map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
{- "id": "string",
- "name": "string",
- "tags": [
- "string"
], - "externalIds": {
- "property1": "string",
- "property2": "string"
}, - "seasonField": {
- "id": "string",
- "customerExternalId": "string"
}, - "_links": {
- "property1": "string",
- "property2": "string"
}, - "index": 0,
- "hotSpots": [
- {
- "geometry": "string",
- "value": 0,
- "segmentId": 0,
- "position": "string"
}
], - "legend": {
- "stat": {
- "max": 0,
- "mean": 0,
- "min": 0
}, - "ranges": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "numberOfPixels": 0,
- "maxValue": 0,
- "minValue": 0
}
], - "_links": {
- "property1": "string",
- "property2": "string"
}
}, - "zones": [
- {
- "id": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}, - "segments": [
- {
- "id": 0,
- "geometry": "string",
- "area": 0,
- "stats": {
- "mean": 0,
- "max": 0,
- "min": 0,
- "area": 0,
- "std": 0
}
}
]
}
], - "histogram": {
- "max": 0,
- "mean": 0,
- "min": 0,
- "items": [
- {
- "color": {
- "r": 0,
- "g": 0,
- "b": 0
}, - "value": 0,
- "valueMin": 0,
- "valueMax": 0,
- "numberOfPixel": 0,
- "area": 0
}
]
}, - "date": "string",
- "worldFile": {
- "a": 0,
- "d": 0,
- "b": 0,
- "e": 0,
- "c": 0,
- "f": 0
}, - "mapSize": "string",
- "bBox": {
- "xMin": 0,
- "xMax": 0,
- "yMin": 0,
- "yMax": 0,
- "bbox": "string",
- "bboxMapServer": "string",
- "xul": 0,
- "yul": 0,
- "xlr": 0,
- "ylr": 0,
- "width": 0,
- "height": 0,
- "center": {
- "x": 0,
- "y": 0
}, - "surface": 0
}
}
This API allows you to request the file containing hotspots of the Yield variabilty map by using shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".kml" ".shp.zip" ".gml" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the Yield variability map image by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
The available extensions are:
• .shp.zip
• .tiff
• .kmz
• .png
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
extension required | string Enum: ".png" ".tiff.zip" ".shp.zip" ".kmz" |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the viriability goal map legend in PNG format by using by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
• Minimum yield value – Mandatory value; Min 0, Max 999 (without unit)
• Maximum yield value – Mandatory value ; Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
This API allows to request the viriability map Notebook in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the yiel variability map scalebar in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the yield variability map thumbnail in PNG format by using Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
thumbnailSize | integer <int32> Enable to define size of thumbnail image (square shape) |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |
This API allows to request the world-file in PGW format to locate the Yield variability map with Shortcuts :
• The Season Field Identifiers (GEOSYS ID and/or Customer External ID)
• The image date
• The map Type
• Historical yield average – Min 0, Max 999 (without unit)
The image reference date can be recovered by using the Coverage APIs or the catalog imagery APIs.
The map type is :
• YPM
imageReference required | string Image reference using either the image date or the image id |
historicalYieldAverage required | number <float> |
mapType required | string Value: "YPM" |
seasonFieldId required | string Season field id |
directLinks | boolean Enable to disable direct URL to product in the response. When “True” is used only map links will be provided (map, legend, worldfile) When this parameter is not sent the “False” value is used. |
legendType | string Enum: "Fixed" "Dynamic" "OneByField" "Common" The legend type to use. When this parameter is not sent, the “Dynamic” value is used. |
zoning | boolean Defined is the zoned map link has to be sent in the response. When this parameter is not sent the “False” value is used. |
minZoneSize | number <double> Zoning will make sure that the zones generated are bigger than the minZoneSize |
wktPrecision | integer <int32> Number of decimals in the generated geometries (only for EPSG 900913 or 3857) |
useColorMapForZoning | boolean Values: True or False. Value by default: False. if you provide a ColorMapId, it will be used instead of the default zoning map. |
zoneCount | integer <int32> This parameter sets the number of zone for the map to be created (minimum of 1, maximum of 255, no value will not be accepted) |
colorMapId | string If you provide a ColorMapId, it will be used instead of the default colorMap. There is no verification between ZoneCount & Number of classes in the ColorMap. If you do not have enough colours in your ColorMap, some area will be empty / no color on the png. If your ColorMap contains more colors than your ZoneCount, only the first N classes(N = Zonecount) will be used. |
$epsg-out | integer <int32> Output geometries projection code |
stripingCorrection | boolean Values: True or False. Value by default: False Correct the striping effect on the image. |
zoningSegmentation | string Enum: "None" "Polygon" This parameter allows to recover point localization by segment Value: None or Polygon. Zoning and zonecount parameters need to be provided |
hotSpot | boolean This parameter allows to recover point localization by zone Values: True or False. Available on those map types: INSEASON_NDVI, INSEASON_EVI, INSEASON_GNDVI, INSEASON_CVI. Zoning and zonecount parameters need to be provided |
hotSpotPosition | string Enum: "None" "PointOnSurface" "Min" "Average" "Median" "Max" "PointOnSurfaceGEOS" "All" This parameter allows to choose how to select hotspot |
hotSpotFilter | string This parameter allows to select X top and/or Y bottom hotspots based on the value for the metric. Filter by position |
histogram | boolean Display or not the values of the histogram of the map in the response body. Values: True or False. |
numberOfBins | integer <int32> This parameter sets the number of classes for the histogram to be created (minimum of 1, maximum of 255) |
noteBookSizeX | integer <int32> Enable to define the width of the notebook |
noteBookSizeY | integer <int32> Enable to define the height of the notebook |
clipping | string Enum: "FieldBorder" "Bbox" Indicates how the geometry is clipped, either using the field border, or its bounding box |
headerParameters | string |