75. Módosítás: „KépletTérkép” aszinkron generálása

Áttekintés

„EquationMap” aszinkron generálása a „Field” számára.

circle-info

Az aszinkron megközelítés egy feladatot helyez el (Generate "generateEquationMap") feldolgozásra, és a Feliratkozás (Subscription) megérkezik, amint a feldolgozás befejeződik.

Támogatott adatrétegek

EquationMap-ek bármely, a GeoPard-ban elérhető adatrétegen futtathatók, beleértve a műholdképeket, talajadatokat, hozamadatokat, as-applied (kijuttatási) adatokat, topográfiát, zónatérképeket és akár más EquationMap-eket is. A dataVariables bevitel formátuma a kiválasztott adatrétegtől függően változik.

dataVariables: [
  # HozamDataset
  {
    variable: "yield_variable"
    yieldDatasetUuid: "<placeholder_of_yielddataset_uuid>"
    yieldAttribute: "<placeholder_of_yielddataset_attribute>"
  }, 
  
  # TalajDataset
  {
    variable: "soil_variable"
    soilDatasetUuid: "<placeholder_of_soildataset_uuid>"
    soilAttribute: "<placeholder_of_soildataset_attribute>"
  },
  
  # KijuttatásiDataset (AsAppliedDataset)
  {
    variable: "asapplied_variable"
    asAppliedDatasetUuid: "<placeholder_of_asapplieddataset_uuid>"
    asAppliedAttribute: "<placeholder_of_asapplieddataset_attribute>"
  },
  
  # Műholdkép
  {
    variable: "satelliteimage_variable"
    satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]
    index: "<placeholder_of_satelliteimage_vegetation_index>"
  },
  
  # TopográfiaTérkép
  {
    variable: "topography_variable"
    topographyMapUuid: "<placeholder_of_topographymap_uuid>"
    topographyAttribute: "<placeholder_of_topography_attribute>"
  },
  
  # EquationMap
  {
    variable: "equationmap_variable"
    equationMapUuid: "<placeholder_of_equationmap_uuid>"
  },
  
  # Zónatérkép (VectorAnalysisMap)
  {
    variable: "zonesmap_variable"
    vectorAnalysisMapUuid: "<placeholder_of_zonesmap_uuid>"
  }
]

Minta

Last updated

Was this helpful?