Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mortewle committed Oct 23, 2023
1 parent 731eada commit 2b30b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
dissexp,
dissexp_by_cluster,
)
from .geopandas_tools.centerlines import get_rough_centerlines
from .geopandas_tools.conversion import (
coordinate_array,
get_lonlat,
Expand Down Expand Up @@ -66,7 +67,6 @@
get_polygon_clusters,
)
from .geopandas_tools.polygons_as_rings import PolygonsAsRings
from .geopandas_tools.polygons_to_lines import get_rough_centerlines
from .geopandas_tools.sfilter import sfilter, sfilter_inverse, sfilter_split

# from .geopandas_tools.snap_polygons import coverage_clean, snap_polygons
Expand Down

0 comments on commit 2b30b84

Please sign in to comment.