Metadata-Version: |
2.1 |
Name: |
titiler.application |
Version: |
0.19.1 |
Summary: |
A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL. |
Author-Email: |
Vincent Sarago <vincent[at]developmentseed.com> |
Project-Url: |
Changelog, https://developmentseed.org/titiler/release-notes/ |
Project-Url: |
Documentation, https://developmentseed.org/titiler/ |
Project-Url: |
Homepage, https://developmentseed.org/titiler/ |
Project-Url: |
Issues, https://github.com/developmentseed/titiler/issues |
Project-Url: |
Source, https://github.com/developmentseed/titiler |
License: |
MIT |
Keywords: |
COG,STAC,MosaicJSON,Fastapi,Dynamic tile server,GDAL,Rasterio,OGC |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Scientific/Engineering :: GIS |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pydantic-settings (~=2.0) |
Requires-Dist: |
starlette-cramjam (<0.5,>=0.4) |
Requires-Dist: |
titiler.core (==0.19.1) |
Requires-Dist: |
titiler.extensions[cogeo,stac] (==0.19.1) |
Requires-Dist: |
titiler.mosaic (==0.19.1) |
Requires-Dist: |
uvicorn[standard] (<0.19.0,>=0.12.0); extra == "server" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-asyncio; extra == "test" |
Requires-Dist: |
httpx; extra == "test" |
Requires-Dist: |
brotlipy; extra == "test" |
Requires-Dist: |
boto3; extra == "test" |
Provides-Extra: |
server |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |