ctmm-initiative / ctmm

Continuous-Time Movement Modeling. Functions for identifying, fitting, and applying continuous-space, continuous-time stochastic movement models to animal tracking data.
http://biology.umd.edu/movement.html
43 stars 10 forks source link

Argument for raster cell size #17

Closed kjklauder closed 5 years ago

kjklauder commented 6 years ago

It would be great to have an argument in the writeRaster command that would dictate the cell size of the raster. This would improve applicability and facilitate consistency between exports.

chfleming commented 6 years ago

I can put this on the TODO list. The grid specifications will have to be made before writeRaster(), in adke() though.

chfleming commented 5 years ago

The akde() and occurrence() methods now support a grid argument in the master branch, which can be used to set the cell size. See help('akde').