MAAP-Project / maap-documentation

9 stars 12 forks source link

chore: Update Visualizing MosaicJSON tutorial #314

Closed jjfrench closed 10 months ago

jjfrench commented 10 months ago

This is technically for "updating" the ade_mosaic tutorial. It seemed like a duplicate of the SRTM tutorial because they were both creating/displaying MosaicJSONs. The ade_mosaic tutorial was using ipycmc and generating the mosaics from a list of urls, I add the "generating mosaics from a list of urls" bit into the SRTM tutorial and renamed it in the codebase (shown tutorial name is still the same). The ade_mosaic was also applying a colormap to the request so I added that in as well.

review-notebook-app[bot] commented 10 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 10 months ago

View / edit / reply to this conversation on ReviewNB

wildintellect commented on 2023-08-31T23:43:09Z ----------------------------------------------------------------

specify that "local" paths must be "buckets"


jjfrench commented on 2023-09-01T19:05:57Z ----------------------------------------------------------------

local "bucket" paths?

It also is referencing the files within the ADE

wildintellect commented on 2023-09-01T20:43:20Z ----------------------------------------------------------------

Yes, I'm trying to clarify that in order for the Mosaic to work via Titiler the files must have an S3 path. This is only true for files in a private-bucket, my-public-bukcet, or shared-buckets path locally.

jjfrench commented on 2023-09-05T14:46:26Z ----------------------------------------------------------------

Does the wording above resolve this? Or I could explicitly state "local private-bucket, my-public-bucket, or shared-buckets paths to their respective AWS S3 prefixes..."