-
Notifications
You must be signed in to change notification settings - Fork 15
docs: add guide to querying the HLS STAC geoparquet archive #538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
@wildintellect or @smk0033 if you could review this PR sometime this week that would be great! |
| @@ -0,0 +1,238 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we format this to include an author, date, and description?
Do we also need to separate some of the information into a "Run This Notebook" section? Could move the information about permissions into a disclaimer that it's recommended to be run within a MAAP Hub
Reply via ReviewNB
| @@ -0,0 +1,238 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we split this into an "Importing Packages" and "Searching the Data Store" sections?
Reply via ReviewNB
| @@ -0,0 +1,238 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# on the MAAP ADE # client.execute( # f""" # CREATE OR REPLACE SECRET secret ( # TYPE S3, # PROVIDER credential_chain # ); # """ # )
Should this be the default code uncommented or do you want to switch which branch it's being merged to be maap-hub-docs?
Reply via ReviewNB
| @@ -0,0 +1,238 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then to read the file directly from S3 you need to request S3 credentials for the LPDAAC bucket and provide thsoe to rasterio via AWSSession:
typo *those
[Suggestion]
To read and visualize the file directly from S3, you need to request S3 credentials for the LPDAAC bucket and provide those to rasterio via AWSSession:
Reply via ReviewNB
This one is short but will be a good resource for anyone who wants to query the HLS STAC Geoparquet Archive.