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

the order of arguments in the help doesn't make sense #110

Closed
MichaelKreil opened this issue Sep 21, 2024 · 0 comments
Closed

the order of arguments in the help doesn't make sense #110

MichaelKreil opened this issue Sep 21, 2024 · 0 comments
Assignees

Comments

@MichaelKreil
Copy link
Member

Why is "verbose" in the middle? And "quiet" two arguments later?

Convert between different tile containers

Usage: versatiles convert [OPTIONS] <INPUT_FILE> <OUTPUT_FILE>

Arguments:
  <INPUT_FILE>   supported container formats: *.versatiles, *.tar, *.pmtiles, *.mbtiles or a directory
  <OUTPUT_FILE>  supported container formats: *.versatiles, *.tar, *.pmtiles, *.mbtiles or a directory

Options:
      --min-zoom <int>
          minimum zoom level
      --max-zoom <int>
          maximum zoom level
  -b, --bbox <lon_min,lat_min,lon_max,lat_max>
          use only tiles inside a bounding box
      --bbox-border <int>
          also include additional tiles surrounding the bounding box as a border
      --swap-xy
          swap rows and columns, e.g. z/x/y -> z/y/x
  -v, --verbose...
          Increase logging verbosity
      --flip-y
          flip input vertically
  -q, --quiet...
          Decrease logging verbosity
  -c, --compress <COMPRESS>
          set new compression [possible values: uncompressed, gzip, brotli]
  -f, --force-recompress
          force recompression, e.g. to improve an existing gzip compression
      --override-input-compression <COMPRESSION>
          override the compression of the input source, e.g. to handle gzipped tiles in a tar, that do not end in .gz [possible values: uncompressed, gzip, brotli]
  -h, --help
          Print help
@MichaelKreil MichaelKreil self-assigned this Sep 21, 2024
@MichaelKreil MichaelKreil moved this to Done in Overview Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant