[GRASS-user] Change elevation value for entire DEM raster cell [UPDATE 2]
Rich Shepard
rshepard at appl-ecosys.com
Thu Mar 23 13:28:38 PDT 2017
On Thu, 23 Mar 2017, Rich Shepard wrote:
> What raster module will allow me to specify the new value of a DEM cell if
> I provide the easting and northing coordinates?
Using v.in.ascii instead. File blocked_culvert.txt in mapset topography
contains:
2295820.0|175258.0|160.0
2295820.0|175257.0|160.0
2295821.0|175258.0|160.0
2295821.0|175257.0|160.0
But, GRASS cannot read this file:
v.in.ascii input=blocked_culvert.txt output=blocked_elev --overwrite
ERROR: Unable to open input file <blocked_culvert.txt>.
I'm not seeing my error here.
Rich
More information about the grass-user
mailing list