You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Why is "verbose" in the middle? And "quiet" two arguments later?
The text was updated successfully, but these errors were encountered: