Contents

titiler 0.18.0

0

A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.

A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.

Stars: 680, Watchers: 680, Forks: 142, Open Issues: 17

The developmentseed/titiler repo was created 4 years ago and the last code push was 6 hours ago.
The project is popular with 680 github stars!

How to Install titiler

You can install titiler using pip

pip install titiler

or add it to a project with poetry

poetry add titiler

Package Details

Author
None
License
MIT License Copyright (c) 2019 Development Seed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Homepage
None
PyPi:
https://pypi.org/project/titiler/
Documentation:
https://developmentseed.org/titiler/
GitHub Repo:
https://github.com/developmentseed/titiler

Classifiers

  • Scientific/Engineering/GIS
No  titiler  pypi packages just yet.

Errors

A list of common titiler errors.

Code Examples

Here are some titiler code examples and snippets.

GitHub Issues

The titiler package has 17 open issues on GitHub

  • OGC API - Tiles

See more issues on GitHub

Related Packages & Articles

geotile 1.1.0

geotile is a Python library that simplifies the creation and manipulation of raster dataset tiles. It's an invaluable tool for managing raster tiles, especially for deep learning training datasets. With geotile, you can generate tiles of raster data, select specific bands for tiling, merge tiles, and even generate raster masks from shapefiles. It's a comprehensive solution for all your raster data tiling needs.

rasterio 1.3.9

Fast and direct raster I/O for use with Numpy and SciPy

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production