Implement forest structure estimation#927
Open
arnavk23 wants to merge 1 commit intocore-stack-org:mainfrom
Open
Implement forest structure estimation#927arnavk23 wants to merge 1 commit intocore-stack-org:mainfrom
arnavk23 wants to merge 1 commit intocore-stack-org:mainfrom
Conversation
- Create forest_structure module under computing app - Implement forest_structure_raster.py for annual NDVI-based classification - Generate raster at 30m resolution - Classify forest into dense (NDVI>0.6), open (0.3<NDVI<=0.6), scrub (NDVI<=0.3) - Support annual time series from Sentinel-2 and Landsat data - Implement forest_structure_vector.py for vectorization - Convert raster to field/MWS-level polygons using reduceToVectors() - Add attributes: year, class, area (ha), mean NDVI - Add API endpoints: forest_structure_raster and forest_structure_vector - Register endpoints in computing/urls.py - Add FOREST_STRUCTURE_RASTER constant to utilities/constants.py
Author
|
@ankit-work7 @amanodt @pawangramvaani Worked on one of the issues. Open to discussion or talk on any of the additions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
forest_structuremodule under computing appforest_structure_raster.pyfor annual NDVI-based classificationrasterat 30m resolutionforest_structure_vector.pyfor vectorizationreduceToVectors()forest_structure_rasterandforest_structure_vectorcomputing/urls.pyFOREST_STRUCTURE_RASTERconstant toutilities/constants.py