73. Zapytanie: Pobierz dane w siatce 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 w siatce jako GeoJSON lub GeoTIFFNext74. Mutacja: Zweryfikuj "Equation"
Last updated
Was this helpful?