Re: [GRASS-user] v.clean Failed to build area

2018-05-01 Thread Peter Tittmann
Hi Markus, I'm ashamed to admit that I hacked my way into fixing this problem by exporting the vector dataset using `v.out.ogr` to a geopackage then importing it. The cleaning tools in v.in.ogr seemed to solve my problem.. Very clumsy, but it worked. Thank you! Peter On Fri, Apr 27, 2018 at

Re: [GRASS-user] r.contour contour wrap

2018-05-01 Thread Markus Metz
On Tue, May 1, 2018 at 4:20 PM, Heidi Ochis wrote: > > Using a USGS 10 meter NED elevation model, r.contour in versions 5, 64 and 72 create contours that trace back on themselves anytime the contour exits the grid. Islands are the only lines that do not create a line with

[GRASS-user] r.contour contour wrap

2018-05-01 Thread Heidi Ochis
Using a USGS 10 meter NED elevation model, r.contour in versions 5, 64 and 72 create contours that trace back on themselves anytime the contour exits the grid.  Islands are the only lines that do not create a line with duplicate points. How do I resolve this? Thank you, Heidi Ochis --

Re: [GRASS-user] Stream order from existing stream network layer

2018-05-01 Thread Shane Carey
Super - thank you! I will give this a go first and get back to you if I get stuck. Thanks again. Cheers Le gach dea ghui, *Shane Carey* *GIS and Data Solutions Consultant* On Tue, May 1, 2018 at 12:01 PM, Stefan Blumentrath < stefan.blumentr...@nina.no> wrote: > Hi Shane, > > > > If your

Re: [GRASS-user] Stream order from existing stream network layer

2018-05-01 Thread Stefan Blumentrath
Hi Shane, If your network dataset is directed, you could use: https://github.com/NINAnor/gudbrand_hydro/blob/master/v.igraph.order.py to classify the nodes from which you then can generate the outlet vector point map for v.stream.order. If your network is not directed, you could use v.to.points

[GRASS-user] FW: Stream order from existing stream network layer

2018-05-01 Thread Stefan Blumentrath
Forgot the list… From: Stefan Blumentrath Sent: tirsdag 1. mai 2018 08.57 To: 'Shane Carey' Subject: RE: [GRASS-user] Stream order from existing stream network layer Hi Shane, Please have a look at: https://grass.osgeo.org/grass74/manuals/addons/v.stream.order.html Then