Description
We are working on consolidating the titiler deployments in MAAP to a single instance (titiler-pgstac.maap-project.org) (https://github.com/NASA-IMPACT/active-maap-sprint/issues/945, https://github.com/NASA-IMPACT/active-maap-sprint/issues/988, https://github.com/NASA-IMPACT/active-maap-sprint/issues/471).
I will go through stac-ipyleaflet and figure out which (if any) of the features will require any custom titiler modifications (e.g. mosaicjson endpoints) or if we can use new features in titiler-pgstac to replace those custom features.
Functions that use titiler-stac.maap-project.org:
cc @abarciauskas-bgse @jjfrench
Description
We are working on consolidating the titiler deployments in MAAP to a single instance (titiler-pgstac.maap-project.org) (https://github.com/NASA-IMPACT/active-maap-sprint/issues/945, https://github.com/NASA-IMPACT/active-maap-sprint/issues/988, https://github.com/NASA-IMPACT/active-maap-sprint/issues/471).
I will go through stac-ipyleaflet and figure out which (if any) of the features will require any custom titiler modifications (e.g.
mosaicjsonendpoints) or if we can use new features in titiler-pgstac to replace those custom features.Functions that use titiler-stac.maap-project.org:
Stac.get_tile_url: will work if we add the/cogendpointsStac.stac_tile/collections/{collection_id}/items/{item_id}/{tileMatrixSetId}/tilejson.jsoninstead of/stac/{TileMatrixSetId}/tilejson.json/stacendpoints to the titiler-pgstac tilerStac.get_metadata: No more/metadataendpoint... but I can't tell if this function is actually used anywhere. Still need to figure out what is returned by this feature.cc @abarciauskas-bgse @jjfrench