73. Zapytanie: pobierz dane z siatką z wybranym buforem
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
nazwa
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
nazwa
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}Previous72. Zapytanie: pobierz dane z siatką jako GeoJSON lub GeoTIFFNext74. Mutacja: zweryfikuj "Equation"
Last updated
Was this helpful?