72. Zapytanie: pobierz dane z siatką 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 z siatką z wybranym buforem
Last updated
Was this helpful?