Skip to content

delineate.py sometimes produces invalid geometry #22

@micahjohnson150

Description

@micahjohnson150

Sometimes the shapefiles produced by delineate are actually invalid geometries according to qgis. Example below:

invalid_shapefile

This should be eliminate in the script so that we don't generate incorrect stuff.

This is accomplished by:
ogr2ogr -simplify 10 -f "ESRI Shapefile" tuolumne_subbasin_fixed_loops.shp delineation/tuolumne_subbasin.shp

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions