Skip to content
New issue

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

Hint: command to list idx files #22

Closed
DrVanScott opened this issue Mar 17, 2016 · 0 comments
Closed

Hint: command to list idx files #22

DrVanScott opened this issue Mar 17, 2016 · 0 comments

Comments

@DrVanScott
Copy link

Hi,

I need to access the data of the index files which where created by "osmium renumber" to back reference the original ids. Just in case somebody else needs this too:

od -An -td8 -w8 node.idx | cat -n

produces a mapping from "new_id" to "old_id".

@joto joto closed this as completed in 17af070 Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant