Skip to content

A utility to dump OpenStreetMap notes from the database into an XML file for bulk use.

License

Notifications You must be signed in to change notification settings

openstreetmap/planet-notes-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

planet-notes-dump

A utility to dump OpenStreetMap notes from the database into an XML file for bulk use.

Installation

On Ubuntu 12.04 LTS:

# Install virtualenvwrapper
sudo apt-get install virtualenvwrapper
source ~/.bashrc

# Make a virtualenv for planet-notes-dump
mkvirtualenv --no-site-packages planet-notes-dump

# Install prerequisites for planet-notes-dump
sudo apt-get install build-essential python-dev libxml2-dev libxslt-dev
pip install -r requirements.txt

Running

# Use your virtualenv
workon planet-notes-dump

# Execute the initial dump
python dump.py --database openstreetmap --username foo notes_dump.xml

About

A utility to dump OpenStreetMap notes from the database into an XML file for bulk use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%