Tiletanic: Tools for Manipulating Geospatial Tiling Schemes

Tiletanic is a library for making and using geospatial tiling schemes. It’s goal is to provide tooling for dealing with the conversion between a tile specified in as (row, column, zoom level), geospatial coordinates, or quadkeys. It also provides functionaly for taking an input geometry and figuring out what tiles cover it.

Tiletanic is MIT licensed.

Contributions are more than welcome! Please check out the GitHub site.

Installation is easy:

pip install tiletanic

The only dependency is shapely, and to install that, you’ll need GEOS installed (usually in your package manager).