-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from knowname/master
Updates most tools to libosmium 2.9
- Loading branch information
Showing
11 changed files
with
540 additions
and
1,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# A collection of osmium-based utilities for doing things with OSM data files. | ||
|
||
|
||
## Note: | ||
|
||
The osmcode/osmtool repo has a command line utility that can be used to replace some of these programs: | ||
|
||
* As a lastnode.cpp replacement, use `osmium fileinfo x.osm.pbf -eg data.maxid.nodes`. | ||
For more information call `osmium help fileinfo`. | ||
|
||
## Updated | ||
* osmgrep.cpp | ||
* osmstats.cpp | ||
* count_addresses.cpp | ||
|
||
|
||
## Replacements | ||
|
||
### count.cpp | ||
|
||
$ osmium fileinfo -e karlsruhe-regbez.osm.pbf | grep Number | grep -v changesets | ||
Number of nodes: 8291451 | ||
Number of ways: 1424970 | ||
Number of relations: 26632 | ||
|
||
--- | ||
### Dropped | ||
|
||
* noderef.cpp | ||
* add_timestamp.cpp |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.