Streamline the markdown files

This commit is contained in:
Tobias Hölzer 2025-12-28 20:15:44 +01:00
parent f8df10f687
commit 907e907856
3 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ Prefer GPU-accelerated operations:
- **DARTS v2**: RTS labels (year, area, count, density)
- **ERA5**: Climate data (40-year history, Arctic-aligned years)
- **ArcticDEM**: 32m resolution terrain (slope, aspect, indices)
- **AlphaEarth**: 256-dimensional satellite embeddings
- **AlphaEarth**: 64-dimensional satellite embeddings
- **Watermask**: Ocean exclusion layer
## Model Support

View file

@ -69,7 +69,7 @@ The pipeline follows a sequential processing approach where each stage produces
**AlphaEarth Embeddings (`alphaearth.py`)**
- Extracts 256-dimensional satellite image embeddings via Google Earth Engine
- Extracts 64-dimensional satellite image embeddings via Google Earth Engine
- Uses foundation models to capture visual patterns
- Partitions large grids using KMeans clustering
- Temporal sampling across multiple years

View file

@ -33,7 +33,7 @@ This will set up the complete environment including RAPIDS, PyTorch, and all geo
- `grids.py`: H3/HEALPix spatial grid systems
- `darts.py`, `era5.py`, `arcticdem.py`, `alphaearth.py`: Data source processors
- `dataset.py`: Dataset assembly and feature engineering
- `training.py`: Model training with eSPA/SPARTAn
- `training.py`: Model training with eSPA, XGBoost, Random Forest, KNN
- `inference.py`: Prediction generation
## Coding Standards