Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ASOS station catalog

The full Automated Surface Observing System station catalog used by the O.W.L. project at https://github.com/consigcody94/asos-tools-py. 2,929 US ASOS sites across 50 states + DC + territories — ICAO id, IEM id, name, state, lat/lon, elevation, network, online status, archive date range.

Sourced from IEM's per-state GeoJSON network feeds.

Quick start (Python)

import pandas as pd
df = pd.read_parquet("hf://datasets/consgicody/asos-stations/stations.parquet")
print(df[df["state"] == "NY"].head())

Live API

Every station in this catalog is also queryable via the live REST API:

  • GET https://consgicody-asos-tools.hf.space/v1/stations?q=kennedy
  • GET https://consgicody-asos-tools.hf.space/v1/stations/KJFK
  • GET https://consgicody-asos-tools.hf.space/v1/stations/nearest?lat=40.78&lon=-73.97&n=5

License

MIT. Data is public-domain US government output.

Built

2026-05-21T21:34:23.612278+00:00 UTC

Downloads last month
7

Space using consgicody/asos-stations 1

Collection including consgicody/asos-stations