Skip to content

stamen/rio-vectortiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rio-vectortiles

Rasterio plugin to vectorize and tiler raster data. This avoids some of the pitfalls and bottlenecks of vectorizing raster data by warping data to the vector tile grid and directly vectorizing each tile.

It also offers flexible control as to internal tile extent (detail), vectorizing interval, and zoom range adjustment.

Usage

$ rio vectortiles --help
Usage: rio vectortiles [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  dump  Dump out tiles from an mbtiles
  tile  Export a dataset to MBTiles.

tile

$ rio vectortiles tile --help
Usage: rio vectortiles tile [OPTIONS] INPUT_RASTER OUTPUT_MBTILES

  Raster-optimized vector tiler

Options:
  --min-extent INTEGER   The minimum vector tile extent to use
  --max-extent INTEGER   The maximum vector tile extent to use (at max zoom)
  --zoom-adjust INTEGER  Number of zoom levels to extend from pixel-derived
                         maxzoom
  --interval FLOAT       Data interval to vectorize on
  --help                 Show this message and exit.

dump

rio vectortiles dump --help
Usage: rio vectortiles dump [OPTIONS] MBTILES OUTPUT_DIRECTORY

  Dump decompressed tiles to disk

Options:
  --help  Show this message and exit.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages