73. استعلام: الحصول على بيانات الشبكة مع البافر المحدد
query GetRawVectorDataFromSatelliteImage {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
الاسم
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
الاسم
satelliteImages(satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]) {
sourceDataUrl(format: GEOJSON buffer: PlusTwoPixels)
}
}
}
}Previous72. استعلام: الحصول على بيانات الشبكة كـ GeoJSON أو GeoTIFFNext74. طفرية: التحقق من "المعادلة"
Last updated
Was this helpful?