developmentseed / cogeo-mosaic-tiler

Serve Map tile from Cloud Optimized GeoTIFF mosaics.
MIT License
12 stars 6 forks source link

`/info` will not work with DynamoDB #18

Closed vincentsarago closed 4 years ago

vincentsarago commented 4 years ago

https://github.com/developmentseed/cogeo-mosaic-tiler/blob/05eb109d5bd9221bf6287440f53025e6ad84ee78/cogeo_mosaic_tiler/handlers/app.py#L204-L222

@kylebarron, as for the overview cli we are fetching the quadkey list to get info from the COG (dtype and band names). I think for now I'll just add a test so user can pass a quadkey if they try to use dynamoDB backend.

Maybe we could add dtype and layers in the specification 🤔

vincentsarago commented 4 years ago

FYI:

kylebarron commented 4 years ago

/info could return whatever data exists, so dtype and layer_names could just be missing when a dynamodb endpoint is used.