Skip to content

developmentseed/titiler-mvt

Repository files navigation

titiler-mvt

This is a DEMO based on work happening over rio-tiler-mvt

Deploy

# Install AWS CDK requirements
$ pip install -r requirements-cdk.txt
$ npm install

# Create AWS env
$ npm run cdk bootstrap

# Deploy app
$ npm run cdk deploy titiler-mvt-production

Local testing

$ pip install -r requirements.txt uvicorn
$ uvicorn handler:app --reload --port 8080

open http://127.0.0.1:8080/docs

Demo

pixels

Elevation data https://data.geo.admin.ch/ch.swisstopo.swissalti3d/swissalti3d_2019_2573-1085/swissalti3d_2019_2573-1085_0.5_2056_5728.tif

shapes

Land Cover classification https://esa-worldcover.s3.eu-central-1.amazonaws.com/v100/2020/map/ESA_WorldCover_10m_2020_v100_N39W111_Map.tif

About

Create MVT dynamically from COG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published