Skip to content

Commit

Permalink
Fix description in workflow list
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolfc authored Oct 26, 2023
1 parent cbc4250 commit e8cf37e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/source/docfiles/markdown/WORKFLOW_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,6 @@ Below is a list of all available workflows within the FarmVibes.AI platform. For
nutrient information (Nitrogen, Carbon, pH, Phosphorus) to train a model using Random Forest classifier.
The inference operation predicts nutrients in soil for the chosen farm boundary.

The workflow generates a heatmap for selected nutrient. It relies on sample soil data that contain information of nutrients.
The quantity of samples define the accuracy of the heat map generation. During the research performed testing with
samples spaced at 200 feet, 100 feet and 50 feet. The 50 feet sample spaced distance provided results matching to the
ground truth. Generating heatmap with this approach reduce the number of samples.
It utilizes the logic below behind the scenes to generate heatmap.
- Read the sentinel raster provided.
- Sensor samples needs to be uploaded into prescriptions entity in Azure data manager for Agriculture (ADMAg). ADMAg is having hierarchy
to hold information of Farmer, Field, Seasons, Crop, Boundary etc. Prior to uploading prescriptions, it is required to build hierarchy and
a prescription_map_id. All prescriptions uploaded to ADMAg are related to farm hierarchy through prescription_map_id. Please refer to
https://learn.microsoft.com/en-us/rest/api/data-manager-for-agri/ for more information on ADMAg.
- Compute indices using the spyndex python package.
- Clip the satellite imagery & sensor samples using farm boundary.
- Perform spatial interpolation to find raster pixels within the offset distance from sample location and assign the value of nutrients to group of pixels.
- Classify the data based on number of bins.
- Train the model using Random Forest classifier.
- Predict the nutrients using the satellite imagery.
- Generate a shape file using the predicted outputs.

- [`index/index` 📄](workflow_yaml/data_processing/index/index.md): Computes an index from the bands of an input raster.

- [`linear_trend/chunked_linear_trend` 📄](workflow_yaml/data_processing/linear_trend/chunked_linear_trend.md): Computes the pixel-wise linear trend of a list of rasters (e.g. NDVI).
Expand Down

0 comments on commit e8cf37e

Please sign in to comment.