Open kylebarron opened 4 years ago
You should be able to basically copy the _img function from cogeo-mosaic-tiler, and then do all image creation locally, so that you aren't using lambda time. For landsat you also don't have to worry about egress.
_img
cogeo-mosaic-tiler
Choose lowest zoom that doesn't have bad border pixels
You should be able to basically copy the
_img
function fromcogeo-mosaic-tiler
, and then do all image creation locally, so that you aren't using lambda time. For landsat you also don't have to worry about egress.