Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.25 KB

Geo-GraphDB

https://bongjaekwon.github.io/note/Cypher(7)-OSM-to-Neo4j

Overview

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.

Author

Bongjae Kwon
Civil and Environmental Engineering GIS/LBS Lab
Seoul National University

bongjae.kwon@snu.ac.kr

Features

  • 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.

Installation

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

How to Use This

  1. Copy the text above and save it in a file named README.md in your project directory.
  2. 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!