Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

create /demo endpoint to host the viewers #49

Closed
vincentsarago opened this issue Jul 14, 2020 · 0 comments 路 Fixed by #70
Closed

create /demo endpoint to host the viewers #49

vincentsarago opened this issue Jul 14, 2020 · 0 comments 路 Fixed by #70
Labels
good first issue Good for newcomers

Comments

@vincentsarago
Copy link
Member

earlier I choose to host the viewer in each endpoints (e.g stac.py, cog.py) but now I changed my mind 馃槵 I think the viewer are a nice feature for DEMO purposes but the end goal of titiler is to be an API.

The main goal is to let user do

from fastapi import APIRouter
from titiler.endpoints import cog

api_router = APIRouter()
api_router.include_router(cog.router, prefix="/cog", tags=["Cloud Optimized GeoTIFF"])
@vincentsarago vincentsarago added the good first issue Good for newcomers label Jul 20, 2020
@vincentsarago vincentsarago mentioned this issue Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant