Open CeresBarros opened 6 months ago
Agreed. Specifically for the raster option, it would be worth potentially having the internal functions use terra direction instead of data.table, e.g. as in https://github.com/bcgov/climr/issues/84#issue-1899148480
It would be great that
climr
functions (e.g.climr_downscale
) accepted a polygon shapefile or a raster layer instead of a table of point locations.things to consider:
climr_downscale
only or in inner functions (e.g.downscale
)?climr
will need to get/use its own DEM -- document where it comes from and its attributesclimr
's default DEM?note that in options 2 and 3, the attributes of the target raster (e.g. resolution, projection) could differ from the DEM's