|
On 20/07/2019 19:23, Thomas Adams
wrote:
v.to. lines is *not* what you want. That module takes a polygon and converts the boundaries to lines.
If you want to go straight from the point coordinates to a polygon, you can use the GRASS standard ASCII format and pipe directly to v.in.ascii: echo "VERTI: B 1 5 -123.940000 45.150100 -123.940000 45.145400 -123.960000 45.145400 -123.960000 45.150100 -123.940000 45.150100 1 1 C 1 1 -123.950000 45.147500 1 1" | v.in.ascii input=- output=analysis_region format=standard Check the ASCII vector format page: https://grass.osgeo.org/grass77/manuals/vectorascii.html
-- Micha Silver Ben Gurion Univ. Sde Boker, Remote Sensing Lab cell: +972-523-665918 |
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
