NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello -

I have the following osmosis command and am wondering if I am using --buffer correctly:

osmosis -v \

--read-pbf-fast .../{var}D.osm.pbf workers=7 \
--buffer bufferCapacity=12000 \
--bounding-polygon file=".../$var.poly" \
--buffer bufferCapacity=12000 \
--write-pbf .../${var}D.osm.pbf omitmetadata=true granularity=10000

I think I am buffering twice -

once from read-pbf to the bounding polygon and second from the bounding polygon to write-pbf.

(IMHO a few examples in osmosis detailed usage would be helpful rather than just a description)

Thanks, pitney

asked 19 Jan '15, 20:52

pitney's gravatar image

pitney
44557
accept rate: 0%

closed 22 Jan '15, 17:09

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

if no answer here, try to ask at the osmosis-dev mailinglist:

http://wiki.openstreetmap.org/wiki/Mailing_lists

(21 Jan '15, 17:31) stephan75

thanks, think I posted there, what a horrible interface!

(22 Jan '15, 17:00) pitney

The question has been closed for the following reason "New location, closing here to avoid duplicate answers/work." by aseerel4c26 22 Jan '15, 17:09

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×252

question asked: 19 Jan '15, 20:52

question was seen: 3,974 times

last updated: 22 Jan '15, 17:12

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum