72. Query: Get Gridded Data as GeoJSON or GeoTIFF
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
name
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
name
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(format: GEOTIFF)
}
}
}
}Previous71. Mutation: Generate a zip archive with "Notes"Next73. Query: Get Gridded Data with the Selected Buffer
Last updated
Was this helpful?