Skip to content

developmentseed/osm-fabricator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osm fabricator 🎲

An OSM simulator

build and run

  1. Build the docker image. This is just a PostGIS database in Docker.
docker build -t osmfab .
  1. Run the db.
docker run -p 5432:5432 -d osmfab
  1. Run the simulator. This creates the db, and populates the db with simulated data from OSM. The schema is the same as OSMesa.
nvm use
yarn
DATABASE_URL=postgres://postgres@localhost/postgres node index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages