CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

manual downloading is annoying #75

Closed kuivi closed 2 months ago

kuivi commented 3 months ago

we need to figure out what to do with : WPP2022_Demographic_Indicators_Medium.zip - can not be downloaded most of the time (some server issues) and Disaster Location Centroids (manual downloading is annoying)

_Originally posted by @kuivi in https://github.com/koldunovn/climsight/pull/69#discussion_r1587225878_

koldunovn commented 3 months ago

Please have a look at the data licenses. if we can redistribute them - let's put somewere on DKRZ>

kuivi commented 3 months ago

WPP2022_Demographic_Indicators_Medium has Creative Commons license CC BY 3.0 IGO: http://creativecommons.org/licenses/by/3.0/igo/ . Means we can upload and redistribute data. However, we must give appropriate credit ( Suggested citation): United Nations, Department of Economic and Social Affairs, Population Division (2022). World Population Prospects 2022, Online Edition. question is where we can show the citation ? maybe during downloading ? and after the request to LLM?

koldunovn commented 3 months ago

We can have README file next to the data with citation. We also can have a section on the climsight frontend, with all the data listed with proper credits. I would form this page automatically, dependind on what data are used for this particular installation of climsight.

kuivi commented 3 months ago

WPP2022_Demographic_Indicators_Medium.zip is on dkrz now (temporal link for 3650 days) pend-gdis-1960-2018-disasterlocations.csv is on dkrz now (temporal link for 3650 days) citations added to the yml and, text files next to data #files all this downloading within download_data.py : PR #69