-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Ticket Contents
Description
Forest connectivity is a key ecological indicator that can reveal fragmentation, core forest health, and edge effects. Using Land Use/Land Cover (LULC) data, we can estimate structural connectivity to determine if deforestation or degradation occurs in the core of forests or along peripheries. Computation at 30m resolution will allow field-level analysis, and vectorization will enable integration with Micro Watershed (MWS) and Area of Interest (AoI) boundaries for decision-making.
Goals
Goals
- Compute structural connectivity of forests at 30m resolution using LULC datasets.
- Identify core forest areas vs. peripheral zones to detect potential degradation or deforestation.
- Generate raster outputs representing forest connectivity metrics for AoI and MWS boundaries.
- Vectorize raster outputs into polygons for field-level or MWS-level analysis.
- Publish raster and vector outputs as Earth Engine assets with metadata.
- Enable visualization of forest connectivity and integration with other forest health indicators.
Expected Outcome
- Raster dataset (30m resolution) representing forest structural connectivity (e.g., core vs. edge, fragmentation index).
- Vectorized polygons for AoI/MWS with attributes:
- Connectivity class (core, edge, fragmented)
- Area (ha)
- Relevant metrics (e.g., distance from edge, patch size)
- Published Earth Engine assets (raster + vector) with metadata (source, computation date, LULC datasets used).
- GEE visualizations showing spatial distribution of connectivity classes across forests.
- Validation report confirming coverage, accuracy, and proper classification of core vs peripheral
Acceptance Criteria
Data Acquisition
- LULC datasets (Sentinel-2, Landsat, or existing land cover maps) must be preprocessed and clipped to AoI/MWS boundaries.
- Resolution standardized to 30m.
- Cloud-free composite images must be generated.
Raster Computation
- Forest structural connectivity metrics must be computed per pixel (core, edge, fragmented).
- Entire AoI/MWS must be covered with no gaps.
- Metrics must allow differentiation between core and peripheral forest areas.
Vectorization
- Raster outputs must be converted to vector polygons using
reduceToVectors()in GEE. - Each polygon must include:
- Connectivity class
- Area (ha)
- Relevant metrics (distance from edge, patch size)
- Polygons must align with AoI/MWS boundaries.
Asset Publishing
- Raster and vector outputs must be published as Earth Engine assets.
- Metadata must include source datasets, processing date, resolution, and classification schema.
Quality & Validation
- Coverage check: all forested areas within AoI/MWS are included.
- Accuracy check: connectivity classes match reference LULC or high-resolution imagery.
- Resolution check: raster outputs at 30m.
- Attribute check: all polygons include connectivity class, area, and metrics.
- GEE visualization confirms correct spatial distribution of core and peripheral zones.
Implementation Details
Data Sources
- Land Use/Land Cover datasets: Sentinel-2, Landsat-8/9, or national LULC maps.
- AoI/MWS boundaries.
Processing
- Compute forest connectivity metrics using moving window analysis, patch analysis, or fragmentation indices.
- Assign connectivity classes (core, edge, fragmented) per pixel.
- Clip raster outputs to AoI/MWS boundaries.
Vectorization & Publishing
- Vectorize raster outputs into polygons representing connectivity zones.
- Export polygons with attributes: class, area, patch size, distance from edge.
- Upload raster and vector layers as Earth Engine assets with metadata.
Visualization
- GEE visualization: color-coded connectivity classes (e.g., core = dark green, edge = light green, fragmented = yellow).
- Overlay with AoI/MWS boundaries for inspection.
Validation
- Compare outputs with reference LULC maps or high-resolution imagery.
- Check that core areas are correctly classified away from edges.
- Generate report: coverage, accuracy, and attribute completeness.
Mockups/Wireframes
No response
Product Name
KYL
Organisation Name
C4GT
Domain
No response
Tech Skills Needed
Python
Organizational Mentor
@amanodt @kapildadheech @ankit-work7
Angel Mentor
No response
Complexity
High
Category
Backend
Reactions are currently unavailable