Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
re-add the filter option. maybe needed because of memory usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfa committed Dec 28, 2012
1 parent 138a22f commit 59176fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions krprj/osm/readme.rst
Expand Up @@ -36,6 +36,13 @@ http://wiki.openstreetmap.org/wiki/Osmfilter
./osmfilter planet-latest.o5m --keep="amenity=place_of_worship" --drop-author -o=planet-latest-pow.osm


Get only the nodes from the planet

::

./osmfilter planet-latest.o5m --drop-ways --drop-relations --drop-author -o=planet-latest-nodes.osm


Importing
---------

Expand All @@ -53,3 +60,5 @@ Importing
import krprj.osm.tasks as t
t.add_churches("/srv/spielwiese/planet-latest-pow.osm")
t.update_refs("/srv/spielwiese/planet-latest.osm.pbf")
# or
t.update_refs("/srv/spielwiese/planet-latest-nodes.osm")

0 comments on commit 59176fd

Please sign in to comment.