Skip to main content

Quantized Mesh encoder extension for titiler

Project description

Monticello

Dynamic quantized mesh encoder extension for Titiler.

Heavily adapted from and inspired by dem-tiler

only partially tested so far...

The word Monticello means "little mountain" or something close to that in Italian, playing off the naming of titiler to convey smallness and topography.

Features

  • supports both delatin and martini algorithms for generating meshes dynamically
  • uses quantized-mesh-encoder for response
  • supports variable tile sizes, buffer

Usage

app = FastAPI()
tiler = TilerFactory(
    router_prefix="/cog",
    extensions = [
        MonticelloFactory()
    ]
)
app.include_router(tiler.router, prefix="/cog")
# now meshes are available at /cog/mesh/

Project details


Download files

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

Source Distribution

monticello-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

monticello-0.1.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

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