72. Forespørsel: Hent ristenettdata som GeoJSON eller GeoTIFF

Forespørsel for å hente rutenettdata fra datasett som "FieldSatelliteImage", "TopographyMap", "SoilDataset", "YieldDataset", "AsAppliedDataset", "VectorAnalysisMap" som GEOJSON med punkter eller GEOTIFF.

triangle-exclamation

GEOTIFF og GEOJSON er tilgjengelige som formater.

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

Sist oppdatert

Var dette nyttig?