72. Query: GeoJSON या GeoTIFF के रूप में ग्रिड डेटा प्राप्त करें
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
name
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
name
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
uuid
sourceDataUrl(format: GEOTIFF)
}
}
}
}Previous71. Mutation: "Notes" के साथ zip archive बनाएँNext73. Query: चुने गए buffer के साथ ग्रिड डेटा प्राप्त करें
Last updated
Was this helpful?