nasa-jpl / sstmp

Solar System Treks Mosaic Pipeline
Apache License 2.0
12 stars 4 forks source link

Show NACs on the map as images rather that just footprints #7

Open foobarbecue opened 4 years ago

foobarbecue commented 4 years ago

Right now, we show nac footprints but no actual imagery.

We should load thumbnail images when we first add the footprints. We could also create a tile layer after or during the cam2map step and add that to the map.

thareUSGS commented 2 years ago

If you were to create the final image as COGs (Cloud Optimized GeoTIFFs) then you might be able to support this using a Lambda AWS machine and Rio-tiler: https://cogeotiff.github.io/rio-tiler/advanced/dynamic_tiler/ or https://github.com/developmentseed/cogeo-tiler . We are hoping to implement this in front of our individual STAC/COGs releases for others to use.

foobarbecue commented 2 years ago

Yep, I was thinking COG would be the way to go for this. I hadn't looked into the details yet so I appreciate these pointers.