I have a PostGIS database with shapefiles lines, polygons and points and I want to create a topology rules with python. Any idea how to do that ?some packages ? I like some easy way to do that because I am newbie but its OK. Some topology rules when I want. shapefile must not have gaps shapefile must not have overlaps shapefile must not overlap with shapefile2 invalid geometries
![]() |
0 |
![]() |
On 2016-12-20, Xristos Xristoou wrote: > I have a PostGIS database with shapefiles lines, polygons and points > and I want to create a topology rules with python. Any idea how to do > that ?some packages ? http://www.gdal.org/ or: pip install gdal Bernd -- no time toulouse
![]() |
0 |
![]() |
On 12/21/2016 07:11 AM, Bernd Nawothnig wrote: > On 2016-12-20, Xristos Xristoou wrote: >> I have a PostGIS database with shapefiles lines, polygons and points >> and I want to create a topology rules with python. Any idea how to do >> that ?some packages ? > http://www.gdal.org/ > > or: > > pip install gdal also: shapely, geopandas
![]() |
0 |
![]() |