For the complete documentation index, see llms.txt. This page is also available as Markdown.

54. Zapytanie: Pobierz dane wektorowe ze „Zbioru danych glebowych”

Zapytanie pobierające oryginalne dane z "SoilDataset" jako geojson z atrybutami i geometriami (jako punkty/wielopunkty/poligony/wielopligony w zależności od typu przesłanej geometrii).

query ReadSoilDatasetSource{
  getFarms(farmUuids: ["<placeholder_of_farm_uuid>"]) {
    fields(fieldUuids: ["<placeholder_of_field_uuid>"]) {
      soilDatasets(soilDatasetUuids: ["<placeholder_of_soildataset_uuid>"]) {
        vectorDataGeojson
      }
    }
  }
}

Ostatnia aktualizacja

Czy to było pomocne?