CliDyn / climsight

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

www.earthstat.org #60

Open kuivi opened 4 months ago

kuivi commented 4 months ago

We can utilize data from several GeoTIFF files at EarthStat, which provides datasets supporting the analysis of global agricultural land uses and yields. These files allow us to easily extract information by coordinates.

License: Data is available under the CC BY 4.0 Deed Attribution 4.0 International , which permits redistribution, right ?

Concern: The file sizes range from several MBs to nearly 0.5 GB. To manage this efficiently, we should consider setting up a local server to extract data on demand, rather than handling multiple GBs locally.

Proposal: Implement data requests on demand to optimize performance and storage. Let's create separate issues for setting up the local server and managing data extraction.