This project is based on the Open Climate Service and provides climate data for Nepal, including ERA5-Land reanalysis, CHIRPS3 precipitation, and WorldPop population data.
-
Clone the repository:
git clone <repo-url> cd nepal-climate-service
-
Install dependencies:
make install
-
Configure environment:
cp .env.example .env # Edit .env and set CLIMATE_API_CONFIG to the absolute path of climate-api.yaml # Set PROJ_DATA to the rasterio proj_data path in your venv
make runThe API starts at http://localhost:8001. Visit /manage to ingest datasets.
| Dataset | Period | Source |
|---|---|---|
| 2m temperature (ERA5-Land) | Hourly | DestinE Earth Data Hub |
| Total precipitation (ERA5-Land) | Hourly | DestinE Earth Data Hub |
| Total precipitation (CHIRPS3) | Daily | CHC UCSB |
| Total population (WorldPop) | Yearly | WorldPop |