https://bongjaekwon.github.io/note/Cypher(7)-OSM-to-Neo4j
Geo-GraphDB is a project developed in the context of Geographic Information Systems (GIS) and Location-Based Services (LBS). The project utilizes Neo4j and OSMnx to create and manipulate graph databases representing geographical data.
Bongjae Kwon
Civil and Environmental Engineering GIS/LBS Lab
Seoul National University
- Import geographical data from OpenStreetMap.
- Create graph databases using Neo4j.
- Visualize graph data using OSMnx.
- Manage intersections and road segments as graph nodes and relationships.
To use this project, ensure you have the following prerequisites installed:
- Python 3.x
- Neo4j database
- Required Python packages:
neo4j
osmnx
geopandas
shapely
scipy
You can install the required packages using pip:
pip install neo4j osmnx geopandas shapely scipy
- Copy the text above and save it in a file named
README.md
in your project directory. - Customize any sections as needed, particularly the usage instructions if your script name or usage changes.
Let me know if you need any further adjustments or additions!