Open adokter opened 5 years ago
A quick addition, if this is going to be implemented it might be worth to also think about integrating the use of units
, both stars
and sf
work nicely with them. I think it is quite valuable to think about these and it is already nicely documented in the package so it should not be too hard.
This might relate to #255 as well
sp
will be superceded bysf
for vector format spatial data.raster
remains default choice for raster dataSuggestions Matt Strimas-Mackey:
sp is quickly becoming obsolete. SpatialGridDataFrame isn't a widely used format anyway. Raster is the way to go for gridded data. One huge benefit is that it doesn't read the data into memory like most data in R, instead it pulls it in chunks from the file. Gridded data can become quite large, so this avoids using up all your memory.
Two other options to consider: