collaborative-project-medp341 / collab-project

0 stars 0 forks source link

Topic - Climate Change #1

Open SalvadorM opened 5 years ago

SalvadorM commented 5 years ago

Weather API

Use API services to fetch data and use (p5) to display animations that move based on the face that move things around, mouse XY coords

SalvadorM commented 5 years ago

Possible Topics

API sites

Climate Data API Future Climate Data API Map API

ef656 commented 5 years ago

https://mha.gwu.edu/climate-change-emissions-data/

https://www.wwf.org.uk/updates/our-warming-world-how-much-difference-will-half-degree-really-make

SalvadorM commented 5 years ago

Climate Awareness

API

Future Climate Data API

This api service provides us with weather information from countries [List of countries](https://unstats.un.org/unsd/methodology/m49/

JSON

/rest/v1/country/annualavg/tas/2020/2039/USA
    {
        "scenario": "a2",
        "gcm": "csiro_mk3_5",
        "variable": "tas",
        "fromYear": 2020,
        "toYear": 2039,
        "annualData": [
            11.526757599410647
        ]
    },
    {
        "scenario": "b1",
        "gcm": "csiro_mk3_5",
        "variable": "tas",
        "fromYear": 2020,
        "toYear": 2039,
        "annualData": [
            11.294736486421268
        ]
    }

What the user will see