[GRASS-user] v.edit: unexpected behavior

   The attached PNG image shows catchment boundaries and data collection
points. I'm trying to delete those catchments with no contained points, but
v.edit is not working as expected.

   The topmost (northern) catchment with a data collection point has ID=4;
the catchment immediately to its west has ID=5. Using this syntax,

   v.edit map=catchments tool=delete id=5

I expected the entire catchment to disappear. It does not. Instead, the
common boundary between it and catchment id 4 is dissolved and the combined
catchment area designated ID=4.

   What have I done incorrectly?

Rich

(attachments)

catchments.png

Rich Shepard wrote

The attached PNG image shows catchment boundaries and data collection
points. I'm trying to delete those catchments with no contained points,
but
v.edit is not working as expected.

   The topmost (northern) catchment with a data collection point has ID=4;
the catchment immediately to its west has ID=5. Using this syntax,

   v.edit map=catchments tool=delete id=5

I expected the entire catchment to disappear. It does not. Instead, the
common boundary between it and catchment id 4 is dissolved and the
combined
catchment area designated ID=4.

   What have I done incorrectly?

Rich
_______________________________________________
grass-user mailing list

grass-user@.osgeo

http://lists.osgeo.org/mailman/listinfo/grass-user

catchments.png (102K)
<http://osgeo-org.1560.x6.nabble.com/attachment/5293314/0/catchments.png>

From the manual :

cats - using category numbers

in your cmd you're using 'id'?

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/v-edit-unexpected-behavior-tp5293314p5293317.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Fri, 28 Oct 2016, Helmut Kudrnovsky wrote:

in your cmd you're using 'id'?

Helmut,

   Yes, because when I use the GUI to identify polygons the pop-up table
shows the numbers as IDs, not cats.

Thanks,

Rich

Rich Shepard wrote

On Fri, 28 Oct 2016, Helmut Kudrnovsky wrote:

in your cmd you're using 'id'?

Helmut,

   Yes, because when I use the GUI to identify polygons the pop-up table
shows the numbers as IDs, not cats.

Thanks,

Rich
_______________________________________________
grass-user mailing list

grass-user@.osgeo

http://lists.osgeo.org/mailman/listinfo/grass-user

Have you tried it with cats instead of ids?

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/v-edit-unexpected-behavior-tp5293314p5293323.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Fri, 28 Oct 2016, Helmut Kudrnovsky wrote:

Have you tried it with cats instead of ids?

Helmut,

   Yes, and it certainly makes a big difference. :slight_smile:

Many thanks again,

Rich