75. Mutatie: genereer "EquationMap" asynchroon

Overzicht

Genereer "EquationMap" voor het "Veld" asynchroon.

circle-info

De asynchrone aanpak zet een taak (Genereer "generateEquationMap") om te verwerken en de Abonnement (Subscription) wordt ontvangen zodra de verwerking is voltooid.

Ondersteunde gegevenslagen

EquationMaps kunnen worden uitgevoerd op elke gegevenslaag die beschikbaar is in GeoPard, inclusief satellietbeelden, bodemdatasets, opbrengstdatasets, as-applied datasets, topografie, zonekaarten en zelfs andere EquationMaps. Het formaat van dataVariables invoer zal variëren afhankelijk van de geselecteerde gegevenslaag.

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

Voorbeeld

Laatst bijgewerkt

Was dit nuttig?