From e72415af1fb90a63790f9eec4651fad9bfeec480 Mon Sep 17 00:00:00 2001 From: Julian Ste <31321934+julian-st@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:51:41 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eeaa9d0..932c99b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This set of resources is based on my own research but feel free to add anything | Eurostat API | [LINK](https://ec.europa.eu/eurostat/data/web-services "LINK") | atmosphere, biosphere, hydrology | The European statistical networks API which provides data to various government statistics, data of the European Environment Agency (EEA) and the Commission's Joint Research Centre (JRC) | [LINK](https://github.com/ropengov/eurostat "LINK") | | Green Web Foundation API Service | [LINK](https://api.thegreenwebfoundation.org/ "LINK") | web | Check if a website can be found in the Green Web Database | | | Meteostat JSON API | [LINK](https://dev.meteostat.net/api/ "LINK") | weather | Historical weather data API | | +| NASA Earth Data API | [LINK](https://earthdata.nasa.gov "LINK") | various | Provides access to a wide range of Earth science data, including climate data from various satellite missions. | National Centers for Environmental Information | [LINK](https://www.ncdc.noaa.gov/data-access "LINK") | various | NCEI is the world’s largest provider of weather and climate data. Land-based, marine, model, radar, weather balloon, satellite, and paleoclimatic are just a few of the types of datasets available. Detailed descriptions of the available products and platforms are on their website. | [LINK](https://github.com/ropensci/rnoaa "LINK") | | Noise Tube API | [LINK](http://noisetube.net/api_overview "LINK") | noise | Data on noise pollution | | | Open AQ API | [LINK](https://docs.openaq.org/ "LINK") | air quality | An API for open air quality data | [LINK](https://github.com/ropensci/ropenaq "LINK") | @@ -66,7 +67,9 @@ This set of resources is based on my own research but feel free to add anything | CO2 PPM - Trends in Atmospheric Carbon Dioxide | [LINK](https://datahub.io/core/co2-ppm#r "LINK") | CO2 emissions | CO2 PPM - Trends in Atmospheric Carbon Dioxide. Data are sourced from the US Government's Earth System Research Laboratory, Global Monitoring Division. | | Data World Data | [LINK](https://data.world/datasets/global-warming "LINK") | various | A range of environmental, geospatial, weather, air, etc. open datasets | | Environmental Intelligence | [LINK](https://github.com/rockita/Environmental_Intelligence "LINK") | various | A GitHub repo collating numerous open data resources on climate change, water, forest, biodiversity, etc. | +Here are a couple of recommendations for APIs and open data sources related to climate change that are missing from your list: | Glacier Mass balance data | [LINK](https://datahub.io/core/glacier-mass-balance "LINK") | glaciers | Average cumulative mass balance of "reference" Glaciers worldwide from 1945-2014 sourced from US EPA and the World Glacier Monitoring Service (WGMS). | +| Global Biodiversity Information Facility (GBIF) | [LINK](https://gbif.org "LINK") | various | A global database of biodiversity data, which can be critical for understanding the impacts of climate change on species and ecosystems. | | Global Carbon Budget | [LINK](https://github.com/openclimatedata/global-carbon-budget) | various | Annual data publication of carbon cycle sources and sinks. | | Global Climate Change Data | [LINK](https://data.world/data-society/global-climate-change-data "LINK") | air temperature | Average land temperature data from 1750-2015 | | Global Gridded Weather Data | [LINK](https://crudata.uea.ac.uk/cru/data/hrg/ "LINK") | temperature, precipitation, sun time, cloud cover, ground frost, vapour pressure, potential evapotranspiration | A large set of land weather data spanning 1901-2018, gridded into 0.5x0.5 deg squares. Data extrapolated from real weather station data. Details in: https://rmets.onlinelibrary.wiley.com/doi/full/10.1002/joc.3711 | From d5a889feb62d9979f79f970f0a9f3d221e904138 Mon Sep 17 00:00:00 2001 From: Julian Ste <31321934+julian-st@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:55:42 +0200 Subject: [PATCH 2/2] Update README.md #hacktoberfest --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 932c99b..5941895 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ This set of resources is based on my own research but feel free to add anything | CO2 PPM - Trends in Atmospheric Carbon Dioxide | [LINK](https://datahub.io/core/co2-ppm#r "LINK") | CO2 emissions | CO2 PPM - Trends in Atmospheric Carbon Dioxide. Data are sourced from the US Government's Earth System Research Laboratory, Global Monitoring Division. | | Data World Data | [LINK](https://data.world/datasets/global-warming "LINK") | various | A range of environmental, geospatial, weather, air, etc. open datasets | | Environmental Intelligence | [LINK](https://github.com/rockita/Environmental_Intelligence "LINK") | various | A GitHub repo collating numerous open data resources on climate change, water, forest, biodiversity, etc. | -Here are a couple of recommendations for APIs and open data sources related to climate change that are missing from your list: | Glacier Mass balance data | [LINK](https://datahub.io/core/glacier-mass-balance "LINK") | glaciers | Average cumulative mass balance of "reference" Glaciers worldwide from 1945-2014 sourced from US EPA and the World Glacier Monitoring Service (WGMS). | | Global Biodiversity Information Facility (GBIF) | [LINK](https://gbif.org "LINK") | various | A global database of biodiversity data, which can be critical for understanding the impacts of climate change on species and ecosystems. | | Global Carbon Budget | [LINK](https://github.com/openclimatedata/global-carbon-budget) | various | Annual data publication of carbon cycle sources and sinks. |