diff --git a/README.md b/README.md index 04798cc..ec1d67e 100644 --- a/README.md +++ b/README.md @@ -61,22 +61,26 @@ Usage: ctb-tile [options] GDAL_DATASOURCE Options: - -V, --version output program version - -h, --help output help information - -o, --output-dir specify the output directory for the tiles (defaults to working directory) - -f, --output-format specify the output format for the tiles. This is either `Terrain` (the default) or any format listed by `gdalinfo --formats` - -p, --profile specify the TMS profile for the tiles. This is either `geodetic` (the default) or `mercator` - -c, --thread-count specify the number of threads to use for tile generation. On multicore machines this defaults to the number of CPUs - -t, --tile-size specify the size of the tiles in pixels. This defaults to 65 for terrain tiles and 256 for other GDAL formats - -s, --start-zoom specify the zoom level to start at. This should be greater than the end zoom level - -e, --end-zoom specify the zoom level to end at. This should be less than the start zoom level and >= 0 - -r, --resampling-method specify the raster resampling algorithm. One of: nearest; bilinear; cubic; cubicspline; lanczos; average; mode; max; min; med; q1; q3. Defaults to average. - -n, --creation-option