Skip to content

zerebubuth/openstreetmap-changeset-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

openstreetmap-changeset-replication

Simple Ruby script to replicate changes to changeset metadata to a stream.

The replicator needs two YAML files:

  • a configuration file, to be passed as a command line argument.
  • a state file, which can be empty the first time it's used.

The configuration file should look like:

state_file: state.yaml
db: host=localhost dbname=openstreetmap user=openstreetmap password=XXXXX
data_dir: replication/

Replicated files will be created under the data_dir directory as gzipped .osm files.

About

Simple Ruby script to replicate changes to changeset metadata to a stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages