{"slug": "ghcn-daily", "name": "GHCN-Daily", "tagline": "Daily station observations from more than 100,000 stations", "source": "NOAA NCEI", "category": {"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, "meta": ["Station data", "1763–present", "Global"], "thumb": "/static/catalog/thumbs/ghcn-daily.728374f4741e.jpg", "bbox": [-180.0, -90.0, 180.0, 90.0], "global": true, "access": "api", "url": "/datasets/ghcn-daily/", "subtitle": "Global Historical Climatology Network daily", "summary": "Precipitation, snowfall, snow depth and maximum and minimum temperature from land stations worldwide, quality controlled. Station density is highest in North America, Europe and Australia.", "categories": [{"slug": "observations", "name": "Observations", "icon": "pin", "tone": "slate"}, {"slug": "climate", "name": "Climate", "icon": "cloud", "tone": "blue"}], "sources": [{"slug": "noaa", "name": "National Oceanic and Atmospheric Administration", "label": "NOAA", "url": "https://www.ncei.noaa.gov/", "page": "/sources/noaa/"}], "facts": [["Source", "NOAA NCEI"], ["Resolution", "Station data"], ["Time span", "1763–present"], ["Temporal", "Daily"], ["Access type", "API (external)"], ["Formats", "CSV, fixed-width text"], ["Coverage", "Global"]], "access_note": "NCEI web services, no key", "coverage": "Global", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily"}, "citation": "Menne, M. J., et al. (2012). An Overview of the Global Historical Climatology Network-Daily Database. Journal of Atmospheric and Oceanic Technology, 29, 897–910. https://doi.org/10.1175/JTECH-D-11-00103.1", "doi": "", "landing_url": "https://www.ncei.noaa.gov/products/land-based-station/global-historical-climatology-network-daily", "provider_url": "https://www.ncei.noaa.gov/pub/data/ghcn/daily/", "methods": [{"type": "api", "label": "Stations with daily data in the area, 2020 (NCEI search service)"}, {"type": "link", "label": "Bulk files by station"}], "preview": null, "thumb_credit": "MODIS Terra true colour (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "curl -fL \"https://www.ncei.noaa.gov/access/services/search/v1/data?dataset=daily-summaries&bbox=5,-75,-20,-50&startDate=2020-01-01&endDate=2020-12-31&limit=1000\" \\\n  -o response", "python": "import requests\n\nr = requests.get(\"https://www.ncei.noaa.gov/access/services/search/v1/data?dataset=daily-summaries&bbox=5,-75,-20,-50&startDate=2020-01-01&endDate=2020-12-31&limit=1000\")\nr.raise_for_status()\nopen(\"response\", \"wb\").write(r.content)", "javascript": "const res = await fetch(\"https://www.ncei.noaa.gov/access/services/search/v1/data?dataset=daily-summaries&bbox=5,-75,-20,-50&startDate=2020-01-01&endDate=2020-12-31&limit=1000\");\nconsole.log(res.status, res.headers.get(\"content-type\"));"}, "api": {"links": "/api/v1/datasets/ghcn-daily/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/ghcn-daily/manifest?bbox=-75,-20,-50,5"}}