usdata
Discover U.S. scientific datasets, fetch their files, and keep a reproducible record of where every input came from. One Python SDK and CLI across supported NOAA and USGS datasets, with provenance sidecars and lockable manifests.
Pre-alpha. Features marked Unreleased in the documentation require a source installation; the changelog lists what each published version contains.
Documentation
| Site | For |
|---|---|
| usdata.dev | What the package is for: the dataset browser and worked examples with saved results |
| docs.usdata.dev | Using the package: install, first dataset, guides, dataset notes, and reference |
| This repository | Changing the project: everything below, plus contributing, architecture, testing, decisions, roadmap, and versioning |
pip install "usdata[pandas]"
usdata search precipitation --location Oklahoma
usdata info noaa:ghcn-daily
Development
Requires a source checkout, uv, and just:
git clone https://github.com/jakeryderv/usdata && cd usdata
just setup # install toolchain and dependencies
just check # format, lint, typecheck, offline tests, generated docs, release notices
just setup uses the tested Python 3.14.7 pin in .python-version. Older Linux
uv Python 3.14 builds can crash during NumPy array operations; see
the upstream fix.
just hooks-install # optional: install fast staged-file checks
just test # all offline tests
just check-pandas # install the CSV extra and run the same checks
just check-radar # install the radar extra and run the same checks
just check-netcdf # install the NetCDF4 extra and run the same checks
just check-grib # install the GRIB2 extra and run the same checks (Linux, Windows <= 3.13)
just notebooks # launch the optional Jupyter examples environment
just run-notebooks # execute notebooks live in fresh kernels and temporary caches
just docs-serve # build and preview the documentation locally, with reload
just check-docs # validate generated content and build the site strictly
just build # build wheel and sdist
just smoke # exercise core and pandas wheel installations outside the checkout
just changes # preview upcoming release notes
just cleanup 123 # from main: remove PR #123's merged branch and clean worktree
just run search radar
Commit hooks fix and format staged Python files using the locked Ruff version,
and check configuration, merge conflicts, and GitHub Actions workflows. Full
validation remains just check; just check-hooks runs the non-mutating config
and workflow checks alone. Hooks do not rewrite notebooks or raw data fixtures.
The first hook run downloads its isolated tools and requires network access.
Offline tests mechanically block network connections. Tests that hit live
services run with just test-live; see testing levels and organization.
CI checks Python 3.11 and 3.14 on Linux with core-only, pandas, radar, NetCDF,
and GRIB2 dependency profiles. A further Python 3.11 profile replaces the locked
pandas with the oldest release the project declares, so the >= floor is
executed rather than assumed; the number comes from pyproject.toml through
scripts/lowest_version.py. Installed-wheel checks cover core, pandas, radar,
and NetCDF on Linux, macOS, and Windows. The full offline and live-service
suites run on Linux. just setup restores a core-only development environment;
the check-* commands install their respective extras.
Releases: just release minor prepares a release branch. Update release
notices, then just release-pr validates and opens a draft for review. Merging
the reviewed PR publishes to PyPI and creates the tag and GitHub release. See
versioning.
The main way the project grows is a new dataset: one registry entry and one
adapter, following adding a dataset. The two
websites deploy automatically from main; see
website operations and
maintaining documentation.
License
Release files for usdata 0.16.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| usdata-0.16.0.tar.gz | 189.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| usdata-0.16.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 406.0 kB
Release files / usdata-0.16.0.tar.gz
| Download URL | usdata-0.16.0.tar.gz |
|---|---|
| Size | 189.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50bd637770e0bda9570f477a401431a114738ce5090bf455e1b5a3c9983b686c
|
|
BLAKE2b-256 checksum How to use checksums |
3efbc14612d2db6e0e76bdf7b48a7a07ceca13b9833736b6689cff9753d93558
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / usdata-0.16.0-py3-none-any.whl
| Download URL | usdata-0.16.0-py3-none-any.whl |
|---|---|
| Size | 216.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a76c8b7c3ece6890cf6febc9cc22c85e05819c0c3f2a3f63c14af99b6a00df2d
|
|
BLAKE2b-256 checksum How to use checksums |
5275433f5ea0a87685057a4c86f2b2539490cb4308686f660f0a5501d84ca350
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|