Open Data
Open environmental data from the HICS station network. The instruments are still in development, so there are no public readings yet — the ingest API and this dashboard go live when the first field unit is deployed.
No public data yet — the network isn't logging.
IESH v0.1 is in bench testing in Kathmandu. The ingest API, this dashboard, and the CSV/JSON downloads are all built and waiting. The moment the first field unit posts a reading, the charts below populate automatically.
How to cite this data
HICS environmental data is freely available under CC BY 4.0. Attribution is required for any publication, report, or project that uses this data.
BibTeX citation ▾
@dataset{hics_ieshkmc001_2026,
author = {Himalayan Institute for Contextual Sciences},
title = {Environmental Telemetry Dataset -- IESH-KMC-001 Atmospheric Monitoring Station},
year = {2026},
publisher = {Himalayan Institute for Contextual Sciences},
url = {https://himalayansciences.org/data/},
note = {CC BY 4.0. PANGAEA submission in preparation.},
}
Download by date range
Select a station and date range to download a targeted CSV. Every file includes metadata headers, coordinates, altitude, and a CC BY 4.0 licence declaration suitable for citing in publications.
Download statistical summaries
Download daily, weekly, or monthly mean/min/max summaries — formatted for research publications, PANGAEA submissions, and trend analysis. Every CSV includes CC BY 4.0 licence metadata.
API Reference
The HICS data API serves station readings as JSON at /api/v1/data/latest/ and CSV at /api/v1/data/download/. It is public and read-only.
Endpoints
Full API Documentation →| Endpoint | Purpose |
|---|---|
| /api/v1/stations/ | All stations & status (public JSON) |
| /api/v1/data/latest/?station=IESH-KMC-001 | Latest reading (public JSON) |
| /api/v1/data/historical/?station=IESH-KMC-001&hours=24 | Time series (public JSON, max 720 hours) |
| /api/v1/data/download/?station=IESH-KMC-001 | CSV download · CC BY 4.0 licence |
| /api/v1/data/download/?station=IESH-KMC-001&from_date=2026-01-01&to_date=2026-06-30 | Date-range CSV · from_date / to_date as YYYY-MM-DD |
| /api/v1/data/download/?stations=IESH-KMC-001,DLP-001 | Multi-station CSV · station_id column added, sorted by timestamp |
| /api/v1/data/aggregate/?station=IESH-KMC-001&period=month&quality=ok | Statistical aggregates mean/min/max · period: hour|day|week|month |
| /api/v1/data/aggregate/?...&output=csv | Aggregate CSV download · includes CC BY 4.0 metadata |
| /api/v1/data/compare/?stations=IESH-KMC-001,DLP-001¶m=temperature_c | Multi-station comparison — aligned timeseries in a single request |
| /api/v1/stations/?output=geojson | Station network as GeoJSON FeatureCollection · for QGIS, Leaflet, PANGAEA |
| /embed/station/IESH-KMC-001/?param=temperature_c&theme=dark | Embeddable iframe widget · auto-refreshes 60s · param: temperature_c|humidity_rh|pressure_hpa|pm2_5 · theme: dark|light |