adokter / bioRad

R package for analysis and visualisation of biological signals in weather radar data
http://adokter.github.io/bioRad
Other
29 stars 16 forks source link

deprecate use of sp package #214

Open adokter opened 5 years ago

adokter commented 5 years ago

Suggestions 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:

bart1 commented 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.

bart1 commented 4 years ago

This might relate to #255 as well

adokter commented 1 year ago

see also https://github.com/adokter/bioRad/issues/505