Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.55 KB

File metadata and controls

37 lines (22 loc) · 2.55 KB

Map explorer

Notes on exploring (OSM) maps

PostGIS

Deploying a local copy of the OSM db: https://wiki.openstreetmap.org/wiki/Osmosis/PostGIS_Setup

Command line tools

  • osmium-tool, a command line tool to manipulate OSM data
  • osmfilter, a command line tool to filter OSM data

Python

  • overpassify, a python library to OverpassQL transpiler
  • Cartes, a python library offers some facilities to request and parse the results from the OpenStreetMap Nominatim (search engine) and Overpass (map data database) API.

Other

ChatGPT

Notes on subway station structure in OpenStreetMap