72. Query: haal gerasterde gegevens op als GeoJSON of GeoTIFF

Query om gegridde gegevens uit datasets zoals "FieldSatelliteImage", "TopographyMap", "SoilDataset", "YieldDataset", "AsAppliedDataset", "VectorAnalysisMap" op te halen als GEOJSON met punten of GEOTIFF.

triangle-exclamation

GEOTIFF en GEOJSON zijn beschikbaar als formaten.

triangle-exclamation
query GetRawVectorDataFromSatelliteImage {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
    uuid
    naam
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      naam
      satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
        uuid
        sourceDataUrl(formaat: GEOTIFF)
      }
    }
  }
}

Laatst bijgewerkt

Was dit nuttig?