ncsu-landscape-dynamics / r.pops.spread

r.pops.spread - PoPS model implemented as a GRASS GIS module
https://grass.osgeo.org/grass7/manuals/addons/r.pops.spread.html
GNU General Public License v2.0
5 stars 0 forks source link

type of exported infected and probability maps #14

Closed petrasovaa closed 4 years ago

petrasovaa commented 5 years ago

Currently they are saved as DCELL, is that intention? Integers might be enough here.

petrasovaa commented 5 years ago

Just to clarify, I am asking because I was using v.to.rast with -v flag that works only for CELL

wenzeslaus commented 5 years ago

I'm looking at the source code. It is a bug I introduced when removing the GRASS functionality from pops::Raster. Please workaround it with r.mapcalc if you need that right now or locally in source code by changing DCELL_TYPE to CELL_TYPE (if you need saved are integeres), but otherwise I should be able to fix this soon.