Skip to main content

cogeo-mosaic (MosaicJSON) plugin for TiTiler.

Project description

titiler.mosaic

Adds support for MosaicJSON in Titiler.

Installation

$ pip install -U pip

# From Pypi
$ pip install titiler.mosaic

# Or from sources
$ git clone https://github.com/developmentseed/titiler.git
$ cd titiler && pip install -e titiler/core -e 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/            - `core` namespace package
        ├── resources/
        |   ├── enums.py         - mosaicJSON enumerations
        ├── errors.py            - cogeo-mosaic known errors
        ├── factory.py           - MosaicJSON endpoints factory
        └── version.py           - version

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.11.2.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

titiler.mosaic-0.11.2-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for titiler.mosaic-0.11.2.tar.gz
Algorithm Hash digest
SHA256 994534af26915f681dc08cf2613c0b94de0a94d732eb9ea17de29923f8f88a87
MD5 bce540406f4a775eb23619afd94402a9
BLAKE2b-256 340c0658e11024dec947e1249e3dcfd7d39883effdb0c43b012181b6b98aa1ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for titiler.mosaic-0.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b5c0558e09aa3f91053672e74c4d03a412419d409470cd6bbfa8f66b9471b0dd
MD5 29d8ff6bbfdeedca3dbfafcfdddd673d
BLAKE2b-256 bcef80e2d7f75288c884c265399739c0f0a42041541e7188e199a76f43c51bc1

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