Lars Dalby wrote > > Micha Silver wrote >> Can I suggest you take this issue to the r-spatial list? > Done. Link to the thread > here > <http://r-sig-geo.2731867.n2.nabble.com/execGRASS-and-v-mkgrid-gives-quot-Parameter-lt-coor-gt-does-not-have-float-value-quot-td7581061.html> > > .
This issue was solved on R-sig-GEO in this thread <http://r-sig-geo.2731867.n2.nabble.com/execGRASS-and-v-mkgrid-gives-quot-Parameter-lt-coor-gt-does-not-have-float-value-quot-td7581076.html> . Basically the trick is to use: coor = c(-6358820,-17367529), grid = c(142L,360L), box = c(96486.28169014, 96486.28055556) to make sure that the values are of the right type. -Lars -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Rasterize-polygons-multiple-polygons-per-grid-cell-tp5005264p5005648.html Sent from the Grass - Users mailing list archive at Nabble.com. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
