Skip to main content

cogeo-mosaic (MosaicJSON) plugin for TiTiler.

Project description

titiler.mosaic

Adds support for MosaicJSON in Titiler.

Installation

$ python -m pip install -U pip

# From Pypi
$ python -m pip install titiler.mosaic

# Or from sources
$ git clone https://github.com/developmentseed/titiler.git
$ cd titiler && python -m pip install -e src/titiler/core -e src/titiler/mosaic

How To

from fastapi import FastAPI
from titiler.mosaic.factory import MosaicTilerFactory

# Create a FastAPI application
app = FastAPI(
    description="A lightweight Cloud Optimized GeoTIFF tile server",
)

# Create a set of MosaicJSON endpoints
mosaic = MosaicTilerFactory()

# Register the Mosaic endpoints to the application
app.include_router(mosaic.router, tags=["MosaicJSON"])

See titiler.application for a full example.

Package structure

titiler/
 └── mosaic/
    ├── tests/                   - Tests suite
    └── titiler/mosaic/            - `mosaic` namespace package
        ├── models/
        |   └── responses.py     - mosaic response models
        ├── errors.py            - cogeo-mosaic known errors
        └── factory.py           - Mosaic endpoints factory

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

titiler.mosaic-0.16.1.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

titiler.mosaic-0.16.1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file titiler.mosaic-0.16.1.tar.gz.

File metadata

  • Download URL: titiler.mosaic-0.16.1.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for titiler.mosaic-0.16.1.tar.gz
Algorithm Hash digest
SHA256 5cbd940a7d6eaaeb624953a7dd33ebd4fda08eeb94fc2760d05d6049f7049582
MD5 343b78cc45913f126d029b05f0af7244
BLAKE2b-256 8e5af653cd638152d8305eeed122a38b7315b7baa5e494435e7d1307c68c304a

See more details on using hashes here.

File details

Details for the file titiler.mosaic-0.16.1-py3-none-any.whl.

File metadata

File hashes

Hashes for titiler.mosaic-0.16.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0610d38d5a1286dafe901e7422d19a91b9e4c13776a3db465bf7b855a5bbbace
MD5 a69b36cbd7512951760d7f93a24eeb92
BLAKE2b-256 8aad20beeb25f9c7996a0c9a43e088d655d53b47aa72a11ce0159ef9e876925f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page