72. Zapytanie: Pobierz dane w siatce jako GeoJSON lub GeoTIFF
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
nazwa
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
nazwa
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(format: GEOTIFF)
}
}
}
}Previous71. Mutacja: Wygeneruj archiwum zip z "Notes"Next73. Zapytanie: Pobierz dane w siatce z wybranym buforem
Last updated
Was this helpful?