Skip to content

juhanaka/kartoffel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kartoffel

ML project: Real Time Map Matching with HMMs

Store OSM data in Postgres

Get data

Convert data to .osm

Filter everything but highways

Store to postgres

  • Install Postgres and get PostGIS (Google instructions)
  • Install osm2pgsql (on mac with homebrew: brew install osm2pgsql)
  • Create a Postgres database
  • Enable PostGIS on the db:
    • Connect to db: psql databasename
    • In the db prompt: CREATE EXTENSION postgis;
  • Run osm2pgsql -s -U username -d databasename /path/to/file.osm

About

ML project: Real Time Map Matching with HMMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages