mdiener21 / python-geospatial-analysis-cookbook

Over 60 recipes to work with topology, overlays and indoor routing
https://www.packtpub.com/big-data-and-business-intelligence/python-geospatial-analysis-cookbook
MIT License
132 stars 51 forks source link

Quick way to get indoor results ? #9

Closed cigone-openindoor closed 2 years ago

cigone-openindoor commented 3 years ago

Very very nice job !

Would you suggest an easier and quicker way to find shortest indoor path relying on the following context ?

... Knowing that we could have stairs, escalators, elevator, doors, etc...

mdiener21 commented 2 years ago

Input .osm / .geojson has issues since the quality cannot be guaranteed to work for routing. There are alot of tools out there that clean OSM data for routing (outdoors). Indoor routing with OSM is another level of difficulty in data management and analysis.

Outputing GeoJSON is already part of the INDRZ api's.

The biggest issue as always remains the "data". Where to get it and how to process it are the key ingredients to make an indoor routing application work.