On 15/04/14 08:13, jctorres wrote:
Hello

You can create a map of these points contining the elevation as
attribute. Once you output this map you could sort points using the
elevation values.

you can do this for instance using v.to.rast to convert the points to
raster, them combine this map with elevation using r.mapcalc (assigning
elevation to the points), and them output the map using r.out.xyz.
To sort the points you can use any sort program or a spreadsheet.

Maybe directly using v.what.rast might be easier...

And, Thomas, have you checked the category values of the points ? If the points were created in stream order than the cat values should give the correct order.

Moritz



Best regards

Juan Carlos Torres

El 15/04/14 04:52, Thomas Adams escribió:
All:

I have a collection of points that represent the centerline of a
river. I need to output them in upstream to downstream order (or the
reverse). A simple v.out.ascii does not do this because of the channel
meanders. It's critical to get the x,y locations of these points in
the correct order.

Any help is appreciated!

Regards,
Tom

--



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


--

=======================================================================
Juan Carlos Torres                      |http://lsi.ugr.es/~jctorres
Laboratorio de Realidad Virtual         | Tlf.: (+34) 645 885 167
Dpto. Lenguajes y Sistemas Informaticos |       (+34) 958 249 307
ETS. Ing. Informatica                   |     interno ugr  71 260
Univ. de Granada                        | FAX: (+34) 958 243 179
=======================================================================



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



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

Reply via email to