A Library build with two propose, to map match road elements either with probe trace or road elements from different source and help, tackle the problem of roads and building intersecting or overlapping, which are results of inaccurate digitizing, snapping, or resource mismatch.
This Library, presents, my view on tackling the aforementioned problem, caused during map making, addressed using obstacle avoidance and map matching
MapMatch | Conflict Resolver | ICT |
pip install kaizen-mapping
- Rtree - installation
- Geopandas - installation
- Rasterio - installation
- GDAL 2.4.4 - installation
- Fiona - installation
- Shapely - installation
The library uses Rtree which has a dependency on libspatialindex, It is recommend to resolve the dependency through conda
LibSpatialIndex For Linux:
$ sudo apt-get update -y
$ sudo apt-get install -y libspatialindex-dev
LibSpatialIndex For Windows:
Experience is pretty slim, for Windows Installation, I recommend using conda, for trouble free installation.
Data for running the demo examples can be downloaded from here
Examples
Examples
- Solving Conflict Between Building and Road without additional Reference
- Complex Solving Conflict Between Building and Road without additional Reference
- Solving Conflict Between Building and Road with matching the conflict with neighbouring data and finding associated reference points
Example