-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Fix Implementation
Navigation Renaming
Before:
├── Getting Started
├── User Guide
├── Contributing
└── ArchesWeather section
After:
├── Installation & Setup
├── User Guide & Tutorials
├── Models (ArchesWeather & ArchesWeatherGen)
└──Contributing
Add Missing Setup Information
1. Install GeoArches
cd geoarches
poetry install
2. Download Sample Data
Required Step: Download ERA5 data to test the package:
bashpython geoarches/download/dl_era.py --years 2020
This command downloads ERA5 reanalysis data for 2020, which is needed for training and testing models.
Note: Data download may take 15-30 minutes depending on your connection.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation