cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

Add support for weather data grid from NASA (including solar radiation) #34

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 5 years ago

This Issue is blocked by Issue #33

jnsebgosselin commented 5 years ago

@mraynauld Est-ce que tu pourrais me donner le lien des données stp pour les grilles de radiation solaire de la NASA. Ça va me permettre de mieux documenter le tout ici.

mraynauld commented 5 years ago

Voici le lien pour le site NASA POWER : https://power.larc.nasa.gov/data-access-viewer/

jnsebgosselin commented 5 years ago

@mraynauld Merci!

FHuchet commented 5 years ago

Je m'y mets mi-décembre à 💯 % ! D'autres projets sont en cours de mon côté.

jnsebgosselin commented 5 years ago

Here is a link to the definition of the various data available on the service: https://power.larc.nasa.gov/text/definitions.html

Here is a link to the API that can be used to download the data: https://power.larc.nasa.gov/docs/v1/

Basically, we can get from them all the weather data related inputs that HELP needs, more specifically we can get daily wind, humidity, precipitation, air temperature and solar radiation.

FHuchet commented 5 years ago

I'm ready at 💯 % and fully motivated to start next week !

jnsebgosselin commented 5 years ago

https://github.com/ajwdewit/pcse/blob/master/pcse/db/nasapower.py https://pcse.readthedocs.io/en/master/_modules/pcse/db/nasapower.html

jnsebgosselin commented 5 years ago

https://github.com/Open-Power-System-Data/weather_data

jnsebgosselin commented 5 years ago

https://github.com/brendanv/nasa-api

jnsebgosselin commented 2 years ago

It is up to the users to format their input data.

Supporting input data formatting from various external sources is too much maintenance work.