martin/tests/expected/mbtiles/help.txt
Yuri Astrakhan 021cddcccd
mbtiles summary tool cleanup (#1000)
After some thinking, it seems `mbtiles summary` (aliased as `mbtiles
info`) would be a bit better than stats. I renamed and adjusted
documentation, consolidating it in one doc page.

Other changes:
* use file system's file size, reporting 'unknown' if needed
* report page count
* moved bbox computation into a separate function
* inlined a number of things for readability
2023-11-13 07:50:10 +00:00

18 lines
723 B
Plaintext

A utility to work with .mbtiles file content
Usage: mbtiles <COMMAND>
Commands:
summary Show MBTiels file summary statistics
meta-all Prints all values in the metadata table in a free-style, unstable YAML format
meta-get Gets a single value from the MBTiles metadata table
meta-set Sets a single value in the MBTiles' file metadata table or deletes it if no value
copy Copy tiles from one mbtiles file to another
apply-patch Apply diff file generated from 'copy' command
validate Validate tile data if hash of tile data exists in file
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version