Enterprise Data Procurement

Datasets, manifests, pre-signed URLs, programmatic access

Live catalogue of every dataset in the SAHA bucket. Pick by category, search, or use the API directly. Pre-signed URLs are scoped to the authenticated user and country entitlements.

Datasets
0
Total objects
0
Total size
0.00 TB
Categories
0

Catalogue

0 of 0 datasets

Recent downloads (this browser)

No downloads yet. Pick a dataset above and click Get URL.

Programmatic access

REST API + AWS CLI · pre-signed URLs · Bearer JWT auth

List datasets
curl -H "Authorization: Bearer $ID_TOKEN" \
     https://nuzjt8dbl3.execute-api.us-east-1.amazonaws.com/v1/datasets
Get a pre-signed URL
curl -H "Authorization: Bearer $ID_TOKEN" \
     https://nuzjt8dbl3.execute-api.us-east-1.amazonaws.com/v1/datasets/era5_l1/download
Bulk sync via AWS CLI
aws s3 sync s3://saha-pillar1-evidence-019847570980/pillar-1/v1/quantitative_data/01_climate_geospatial/era5_l1/ ./era5_l1/
Materialise filtered CSV (Athena query)
curl -X POST -H "Authorization: Bearer $ID_TOKEN" \
     -H "content-type: application/json" \
     -d '{"mart":"country_climate_monthly","format":"csv","filters":{"iso3":"EGY"}}' \
     https://nuzjt8dbl3.execute-api.us-east-1.amazonaws.com/v1/downloads