-
Notifications
You must be signed in to change notification settings - Fork 18
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
add Sliderule applications for AGU2023 #80
Conversation
plot differences w.r.t. ArcticDEM mosaic
add blurb about private clusters switch to admonitions for book
thanks @scottyhq for the comments!
"\n", | ||
"### SlideRule Introduction\n", | ||
"\n", | ||
"SlideRule is a collaborative effort between NASA Goddard Space Flight Center (GSFC) and the University of Washington. It is an on-demand science data processing service that runs in on Amazon Web Services (AWS) and responds to REST API calls to process and return science results. This new _science data as a service_ model is a new way for researchers to work and analyze data. SlideRule was designed to enable researchers to have low-latency access to custom-generated, high-level data products.\n", |
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.
that runs on Amazon
model is a way
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.
😳🫣
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.
Will want to render all the cells so the maps and things can be seen in the JupyterBook. May want to add a summary or wrap up but not required. Otherwise looks great!
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"# create ipyleaflet map in specified projection\n", |
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.
Should this be rendered? I don't think we have it set to render for you.
"metadata": {}, | ||
"source": [ | ||
"#### Review GeoDataFrame output\n", | ||
"Can inspect the columns, number of returns and returns at the top of the GeoDataFrame. \n", |
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.
We can inspect
"metadata": {}, | ||
"source": [ | ||
"#### Review GeoDataFrame output\n", | ||
"Can inspect the columns, number of returns and returns at the top of the GeoDataFrame. There are different columns for the `atl08` request, which add the vegetation metrics.\n", |
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.
We can review
"metadata": {}, | ||
"source": [ | ||
"#### Review GeoDataFrame output\n", | ||
"Can inspect the columns, number of returns and returns at the top of the ATL03 GeoDataFrame. See the [SlideRule ICESat-2 Geolocated Photon documentation](https://slideruleearth.io/web/rtd/user_guide/ICESat-2.html#segmented-photon-data-atl03) for descriptions of each column" |
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 inspect... is the same wording as above section
todo: add pip magics to install latest sliderule version when made available.