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

75. Mutasjon: Generer «EquationMap» asynkront

Oversikt

Generer "EquationMap" for "Field" asynkront.

Den asynkrone tilnærmingen legger en oppgave (Generer "generateEquationMap") til behandlingen og Abonnementet vil mottas så snart behandlingen er fullført.

Støttede datalag

EquationMaps kan kjøres på alle datalag tilgjengelig i GeoPard, inkludert satellittbilder, jorddatasett, avlingsdatasett, as-applied-datasett, topografi, soner-kart og til og med andre EquationMaps. Formatet på dataVariables inndata vil variere avhengig av det valgte datalaget.

dataVariables: [
  # YieldDataset
  {
    variable: "yield_variable"
    yieldDatasetUuid: "<placeholder_of_yielddataset_uuid>"
    yieldAttribute: "<placeholder_of_yielddataset_attribute>"
  }, 
  
  # SoilDataset
  {
    variable: "soil_variable"
    soilDatasetUuid: "<placeholder_of_soildataset_uuid>"
    soilAttribute: "<placeholder_of_soildataset_attribute>"
  },
  
  # AsAppliedDataset
  {
    variable: "asapplied_variable"
    asAppliedDatasetUuid: "<placeholder_of_asapplieddataset_uuid>"
    asAppliedAttribute: "<placeholder_of_asapplieddataset_attribute>"
  },
  
  # SatelliteImage
  {
    variable: "satelliteimage_variable"
    satelliteImageUuids: ["<placeholder_of_satelliteimage_uuid>"]
    index: "<placeholder_of_satelliteimage_vegetation_index>"
  },
  
  # TopographyMap
  {
    variable: "topography_variable"
    topographyMapUuid: "<placeholder_of_topographymap_uuid>"
    topographyAttribute: "<placeholder_of_topography_attribute>"
  },
  
  # EquationMap
  {
    variable: "equationmap_variable"
    equationMapUuid: "<placeholder_of_equationmap_uuid>"
  },
  
  # ZonesMap (VectorAnalysisMap)
  {
    variable: "zonesmap_variable"
    vectorAnalysisMapUuid: "<placeholder_of_zonesmap_uuid>"
  }
]

Eksempel

Sist oppdatert

Var dette nyttig?