16. Satellite Image: cropped by Field boundary
Last updated
Last updated
Powered by GeoPard Agriculture - Automated precisionAg platform
An accurate (not pixelated) cut of the Satellite Image based on the defined Field boundary is available for various views such as RGB, NIR, EVI2, LAI, NDVI, GNDVI, IPVI, GCI, SAVI, OSAVI, NDWI, WDRVI, NDMI, MCARI
, etc.
Each SatelliteImage contains an geoMaps
object housing rendering details like url
, color codes, classes, and name. These details are found within the field
-> satelliteImages
-> geoMaps
attribute. The url
specifically is used to display maps as a WMS layer.
To illustrate, output samples for NIR and WDRVI views have been provided below.
Where the input attributes are:
VIEWPARAMS=uuid:<field_uuid>
contains the uuid
of the "Field";
TIME=2020-07-22T17%3A50%3A22Z
has the data of the satellite image in the format YYYY-MM-DDThh:mm:ssZ (url encoded) and located in the "FieldSatelliteImagery" entity with acquisitionDate
attribute;
BBOX=<minX,minY,maxX,maxY>
contains the bounding box (url encoded) of the "Field" in EPSG:3857 projection;
WIDTH=512
reflects the output image size in pixels (the precise number is important only if it is used as a thumbnail);
geopardApiKey=<geopard_api_key>
is coupled to the authorization option via API Key;
LAYERS=sentinel2_wdrvi_and_field
reflects the style, the provider attribute located in the "FieldSatelliteImagery" entity.
The available options for Sentinel2 (S2
) imagery LAYERS
are:
sentinel2_ndvi_and_field
sentinel2_evi2_and_field
sentinel2_rgb_and_field
sentinel2_gci_and_field
sentinel2_lai_and_field
sentinel2_nir_and_field
sentinel2_osavi_and_field
Sentinel2_wdrvi_and_field
the available options for Landsat8 (L8, L9
) imagery LAYERS
are:
landsat8_ndvi_and_field
landsat8_evi2_and_field
landsat8_rgb_and_field
landsat8_gci_and_field
landsat8_lai_and_field
landsat8_nir_and_field
landsat8_osavi_and_field
landsat8_wdrvi_and_field
the available options for Landsat4-7 (L4, L5, L6, L7
) imagery LAYERS
are:
landsat4-7_ndvi_and_field
landsat4-7_evi2_and_field
landsat4-7_rgb_and_field
Landsat4-7_gci_and_field
landsat4-7_lai_and_field
landsat4-7_nir_and_field
landsat4-7_osavi_and_field
landsat4-7_wdrvi_and_field