syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Design Related] - Data Search #3

Closed zchholmes closed 7 years ago

zchholmes commented 7 years ago

As a developer, I want to Search for proper data which could be used for the project, so that we need to collect data from open source API.

Define done:

Collect useful data and comment it in this issue.

zchholmes commented 7 years ago

@bouyuc You can put anything you find in this issue.

bouyuc commented 7 years ago

https://www.eia.gov/opendata/qb.php?category=2134384 There are many different energy data that we can use from this site, but we need to use different endpoints for different countries

sample data: http://api.eia.gov/series/?api_key=7bf4b70bc924b2a03ef3258073d4fdbe&series_id=INTL.1-8-USA-MMTCD.A

bouyuc commented 7 years ago

https://openweathermap.org/history

Weather history data

bouyuc commented 7 years ago

https://restcountries.eu/#api-endpoints-all

can be used to find latitude & longitude of a country and also a country's flag as well

bouyuc commented 7 years ago

https://data.oecd.org/api/sdmx-json-documentation/

Lots of data for many different topics, need to learn how to use the API though CSV data is available

http://stats.oecd.org/Index.aspx#

bouyuc commented 7 years ago

https://datahelpdesk.worldbank.org/knowledgebase/articles/898590-api-country-queries

bouyuc commented 7 years ago

http://api.population.io/

population data also needs different end points for different countries

bouyuc commented 7 years ago

http://enipedia.tudelft.nl/wiki/Special:SparqlExtension http://www.emdat.be/ Disaster database

bouyuc commented 7 years ago

https://geocoder.opencagedata.com/api

can be used to find longitude and latitude of a city and vice versa

bouyuc commented 7 years ago

https://www.kaggle.com/worldbank/world-development-indicators/data https://www.kaggle.com/transparencyint/corruption-index/data Perceived level of political corruption (CSV)

bouyuc commented 7 years ago

decided on getting fossil fuel data from EIA