Conversation
| include("modis/utilities.jl") | ||
| include("modis/examples.jl") | ||
|
|
||
| include("cru/shared.jl") |
There was a problem hiding this comment.
Does it need shared if there is only one?
There was a problem hiding this comment.
I was thinking we might add the other datasets later
| @@ -0,0 +1,9 @@ | |||
| struct CRU{X} <: RasterDataSource end | |||
There was a problem hiding this comment.
Is it likely we will add the Weather timeseries (CRU TS) as well as Climate ?
There was a problem hiding this comment.
I think it's all monthly so no?
There was a problem hiding this comment.
I mean as a separate dataset (e.g. that makes the shared.jl necesary)
| WorldClim | ||
|
|
||
| """ | ||
| TODO |
There was a problem hiding this comment.
We will need to explain their crazy versioning scheme where 1.1 is newer than 2.0 !
There was a problem hiding this comment.
Is there a reason to do CL 2.0 when 1.1 is (bizzarly) newer by 20 years?
Probably we need a versioning parameter to make it clear
There was a problem hiding this comment.
It's 10min res rather than 0.5deg
Co-authored-by: Rafael Schouten <rafaelschouten@gmail.com>
|
Its weird that this is not a spatial raster file that e.g. GDAL can load. Not totally convinced it should live here just for the confusion it will cause. |
Add support for CRU data, specifically CL v. 2. Note that this data comes in tabular form and needs to be reconstructed into a raster.