José wrote:
> I need to obtain this format from shapefile, how do I?
> ESRI ASCII Grid Format

r.out.arc


but shapefiles are vector data model and Arc ASCII grids are raster
data model, so you would have to translate between the two with
v.to.rast or v.out.ascii+r.in.xyz, or interpolate with v.surf.*
first.


Hamish
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to