Releases: daudee215/netsimplify
Releases · daudee215/netsimplify
Release list
v0.1.0 — Initial release
netsimplify v0.1.0
First release of netsimplify — topology-preserving simplification for geospatial infrastructure line networks.
What's new
simplify_network(gdf, tolerance)— simplifies (Multi)LineString GeoDataFrames while pinning all shared junction and endpoint verticesNetworkGraph— planar graph builder for shared-vertex detection- Topology validation: raises
TopologyErrorif connected-component count changes - CLI:
netsimplify input output --tolerance T - 16 unit + integration tests, all passing
- Benchmark: 2.18s topology-preserving vs 1.09s standard on 20,200 features
Install
pip install netsimplify