logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mapcache_detail - coverage analysis tool for SQLite caches

Description

mapcache_detail is a coverage analysis tool for SQLite caches.

Example

       Analyze tile coverage of tileset osm with the g grid. Default extent is the whole world and default  zoom
       level is 0:

               mapcache_detail --config mapcache.xml --tileset osm --grid g

       Same as beforehand, with explicit zoom levels 9 to 12 and explicit extent covering Switzerland:

               mapcache_detail --config mapcache.xml --tileset osm --grid g --zoom 9,12 --extent 663000,5751230,1167680,6075050

                                                31 December 2024                              mapcache_detail(1)

Name

       mapcache_detail - coverage analysis tool for SQLite caches

Options

-c, --configfile
              Configuration file (/path/to/mapcache.xml)

       -D, --dimensionDIMENSION_NAME=VALUE
              Set  the value of a dimension: format DIMENSIONNAME=VALUE. Can be used multiple times for multiple
              dimensions

       -t, --tilesetname
              Tileset to analyze

       -g, --gridname
              Grid to analyze

       -e, --extentminx,miny,maxx,maxy
              Extent to analyze: format minx,miny,maxx,maxy. Cannot be used with --ogr-datasource-d, --ogr-datasourcedatasource
              OGR data source to get features from. Cannot be used with --extent.

       -l, --ogr-layerlayer
              OGR layer inside OGR data source. Cannot be used with --ogr-sql.

       -w, --ogr-wherefilter
              Filter to apply on OGR layer features. Cannot be used with --ogr-sql.

       -s, --ogr-sqlSQLquery
              SQL query to filter inside OGR data source. Cannot be used with --ogr-layer or --ogr-where.

       -z, --zoomminzoom,maxzoom
              Set min and max zoom levels to analyze, separated by a comma, eg: 12,15

       -q, --queryvalue
              Set query for counting tiles in a rectangle. Default value works with  default  schema  of  SQLite
              caches.

       -o, --short-output
              Only  existing  SQLite  files  are reported, missing SQLite files are still taken into account for
              level and global coverage.

Synopsis

mapcache_detail [options]

See Also