developmentseed / asdi-examples

A place for notebook examples related to the Amazon Sustainability Data Initiative (ASDI)
2 stars 1 forks source link

Feat/amazonia 1 #12

Closed wildintellect closed 11 months ago

wildintellect commented 12 months ago

New notebook demonstrating how to query and access data from the Amazonia-1 WFI sensor with stackstac.

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

wildintellect commented 12 months ago

I realized I forgot to update the readme. Working on that. Also need to look into RGB adjustments with colormap for more True color rendering.

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

View / edit / reply to this conversation on ReviewNB

jjfrench commented on 2023-09-26T16:02:17Z ----------------------------------------------------------------

Some commas and a little clarity in the second sections

---

With the AWS ASDI STAC API, we can search and load various geospatial datasets. Below, we'll work with the Amazonia-1 Satellite WFI Camera, Level-4 Orthorectified data sourced from Cloud Optimized GeoTIFFs (COGs) hosted on AWS. In this example, we'll be reading in 4-band imagery within a specified bounding box.

First, we need to install any necessary packages. Please note that the following code block only needs to be run if you're setting up a new workspace. You may need to restart the kernel to use updated packages. The code block only needs to be run once for each AWS Sagemaker Studio profile.


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

View / edit / reply to this conversation on ReviewNB

jjfrench commented on 2023-09-26T16:02:18Z ----------------------------------------------------------------

performantly* or maybe change it to "efficiently"


wildintellect commented on 2023-09-26T22:59:34Z ----------------------------------------------------------------

Hmm, I don't think this example uses rio-tiler must be left over from the prior example.