I somehow don't get how to sample values from a raster map along a
vector line which is several pixels long.
In essence, something like this #1852: r.profile: accept lines vector map as profile https://trac.osgeo.org/grass/ticket/1852
Issues:
- I tried v.split but don't know how to extract the nodes from the
resulting map.
- I also tried v.to.points but the distance is "random". Try this:
# NC data
v.to.points railroads output=railroads_nodes use=node dmax=200
I somehow don't get how to sample values from a raster map along a
vector line which is several pixels long.
In essence, something like this #1852: r.profile: accept lines vector map as profile https://trac.osgeo.org/grass/ticket/1852
Issues:
- I tried v.split but don't know how to extract the nodes from the
resulting map.
- I also tried v.to.points but the distance is "random". Try this:
# NC data
v.to.points railroads output=railroads_nodes use=node dmax=200
I somehow don't get how to sample values from a raster map along a
vector line which is several pixels long.
In essence, something like this #1852: r.profile: accept lines vector map as profile https://trac.osgeo.org/grass/ticket/1852
Issues:
- I tried v.split but don't know how to extract the nodes from the
resulting map.
- I also tried v.to.points but the distance is "random". Try this:
# NC data
v.to.points railroads output=railroads_nodes use=node dmax=200