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

CLI UX #1

Open
4 tasks
okdistribute opened this issue Nov 24, 2020 · 1 comment
Open
4 tasks

CLI UX #1

okdistribute opened this issue Nov 24, 2020 · 1 comment

Comments

@okdistribute
Copy link
Contributor

okdistribute commented Nov 24, 2020

  • Total progress meter
  • Estimated time remaining
  • Number of nodes, ways, relations processed so far
  • Number of errors and their ids with error messages to stderr
@okdistribute
Copy link
Contributor Author

okdistribute commented Jan 8, 2021

$ peermaps ingest --pbf planet.01072020.osm.pbf --output planet.01072020.osm.peermaps 2>errors.01072020.txt
[|||||                 ] 3.5% | 30403/6066234141 records |
peermaps ingest --pbf <filepath> --output <directory>

    --pbf	 	 the path to an osm pbf file
    --output 	 the directory where output will be written

Alternatively, with positional arguments:

peermaps ingest <pbf> <output>

    <pbf>	 	 the path to an osm pbf file
    <output> 	 the directory where output will be written

@okdistribute okdistribute transferred this issue from peermaps/ingest Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant