Find open climate & weather datasets for any research topic — searches across NOAA, Copernicus, NASA, ECMWF, and more.
Project description
Dataset Scout
Find open climate & weather datasets for any research topic. Searches across NOAA, Copernicus, NASA Earthdata, ECMWF, NSIDC, PANGAEA, and more.
Install
pip install dataset-scout
For the web interface:
pip install dataset-scout[web]
Usage
CLI
dataset-scout "Antarctic sea ice thickness"
dataset-scout "Indian Ocean SST reanalysis" --export results.json
dataset-scout "Arctic temperature trends" --limit 15
Python API
from dataset_scout import search_datasets
results = search_datasets("Antarctic blizzard frequency")
for r in results:
print(f"{r.source} | {r.title}")
print(f" {r.url}")
Web App (Streamlit)
dataset-scout-web
# or
streamlit run app.py
What it does
- Takes your research topic
- Generates multiple targeted search queries (dataset download, reanalysis, open access, site-specific)
- Searches DuckDuckGo across 12+ known climate/weather data repositories
- Deduplicates results
- Tags each result by type: Direct Download, Data Catalog, Documentation, Publication
- Identifies the source repository (NOAA, ERA5, NASA, etc.)
- Sorts known data repositories to the top
Repositories searched
- NOAA
- Copernicus Climate Data Store (ERA5)
- NASA Earthdata
- ECMWF
- NSIDC
- PANGAEA
- Zenodo
- British Antarctic Survey
- India Meteorological Department
- Arctic Data Center
- Australian Antarctic Data Centre
- World Meteorological Organization
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dataset_scout-0.1.0.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataset_scout-0.1.0.tar.gz.
File metadata
- Download URL: dataset_scout-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e288cc1f18b3dad6899bd19c5f32a3fa029246ca0578d8476ce89c5bed41e5
|
|
| MD5 |
abcf8d9b37a25e5c00a59965a5425fb3
|
|
| BLAKE2b-256 |
7f21cb7d95ec861c77810a396a0f25bc694e32dbba35d421dd4378c8dc05efb3
|
File details
Details for the file dataset_scout-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dataset_scout-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5be6aa16605ba5eabcc84211a01cda537104f763d9fd2b227a34350d31f61ed
|
|
| MD5 |
29ecc3e6c219a78763c49a6b2c9656d1
|
|
| BLAKE2b-256 |
d5646781d0859db0e367ff424186f05d9339b6fe46668281cac0f05573a2249a
|