We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report from Gerd Petermann from the osm-dev list:
I was able to run the sample commands in readme.md with this file: http://download.geofabrik.de/europe/germany/niedersachsen-latest.osm.pbf
I've then used wget http://localhost:9001/52.880317,8.4041013,52.9082785,8.4864987.pbf
wget http://localhost:9001/52.880317,8.4041013,52.9082785,8.4864987.pbf
to extract a small part. Next step was to convert it to xml format, but osmconvert (1.8.4) complains:
f:\osm>osmconvert.exe "52.880317,8.4041013,52.9082785,8.4864987.pbf" -o=test.osm osmconvert Error: block raw size expected at: 0x0A.
Interestingly I was able to read the pbf file with splitter which uses the library provided by Scott A. Crosby.
The text was updated successfully, but these errors were encountered:
Bug reproducible on MacOS 10.10.4:
$ osmconvert "52.880317,8.4041013,52.9082785,8.4864987.pbf" -o=test.osm osmconvert Error: block raw size expected at: 0x0A.
Sorry, something went wrong.
No branches or pull requests
Report from Gerd Petermann from the osm-dev list:
I was able to run the sample commands in readme.md with this file:
http://download.geofabrik.de/europe/germany/niedersachsen-latest.osm.pbf
I've then used
wget http://localhost:9001/52.880317,8.4041013,52.9082785,8.4864987.pbf
to extract a small part. Next step was to convert it to xml format, but osmconvert (1.8.4) complains:
Interestingly I was able to read the pbf file with splitter which uses the library provided by Scott A. Crosby.
The text was updated successfully, but these errors were encountered: