Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
smk0033
left a comment
There was a problem hiding this comment.
Looks good overall! I added some reviews in ReviewNB - let me know if you can't see them. Mostly just dealing with additional information in the beginning (at the very least, I'd add author(s), date and change "What are we doing in this notebook?" to "Description" and remove it as a header). You can add other sections I mentioned in ReviewNB if you wish, but I can also go in and add them a little later on. From there, I'd also add some other headers to help generalize sections
|
Hi Emile,
I agree with your suggestion to “set up a notebook example to discover and
read this data on a notebook in the ADE and publish this notebook as a page
of the MAAP docs”. A few things - (1) it would be great if the time-series
for an arbitrary vector polygon provided by the user is used as a boundary
for calculating the stats, and (2) please add a line where some values can
be "masked out" from the map (e.g. all values below 10 are ignored). I
think that should make a nice example. However, I wonder if you should
check with Aimee first...because I am almost certain I remember her showing
us a notebook with stats for biomass being displayed in some user-friendly
graphics... Thank you!!
Neha
…On Tue 4. 7. 2023 at 12:31, Emile Tenezakis ***@***.***> wrote:
Adding a notebook that demonstrates how to access and visualize the ESA
CCI V4 collection from the MAAP STAC catalog. This follows a user
question about how to access this data.
<MAAP-Project/Community#709 (comment)>
.
In this notebook I turn a collection search into an array using stackstac
and plot a time series of the average AGB over a single tile. I also show
how to access the catalog field that contains the storage location
information.
@nehahunka <https://github.com/nehahunka> do you think this would be
useful ? I am wondering if another, or more analysis, would make it more
useful.
@wildintellect <https://github.com/wildintellect> tagging you to get your
opinion about whether this is useful. Note that this is a draft PR, there
are definitely things to improve, notably standardize the notebook to our
standards, and if possible avoid requiring to create an extra environment
(somehow for now I couldn't make it work without doing this).
------------------------------
You can view, comment on, or merge this pull request online at:
#257
Commit Summary
- 626dbb5
<626dbb5>
add notebook
File Changes
(1 file
<https://github.com/MAAP-Project/maap-documentation/pull/257/files>)
- *A* docs/source/science/ESA_CCI/ESA_CCI_V4.ipynb
<https://github.com/MAAP-Project/maap-documentation/pull/257/files#diff-5d950b3fd9199451010cf5dc3c4a29b00406a2109b4e83acf74c73ab5fffb744>
(883)
Patch Links:
- https://github.com/MAAP-Project/maap-documentation/pull/257.patch
- https://github.com/MAAP-Project/maap-documentation/pull/257.diff
—
Reply to this email directly, view it on GitHub
<#257>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4DNG5EZ5ZFYCI35B57I4ADXOPWJTANCNFSM6AAAAAAZ5RGE2I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Thanks @nehahunka ! What you mentioned should be easy to add. As per the notebook you mentioned, I asked @abarciauskas-bgse ! |
ESA CCI V4 notebook new edits
|
@smk0033 can you approve and merged this ? I can't do it myself since I authored this one. I merged Rajat's changes (that you had approved). Thanks ! |
Adding a notebook that demonstrates how to access and visualize the ESA CCI V4 collection from the MAAP STAC catalog. This follows a user question about how to access this data..
In this notebook I turn a collection search into an array using
stackstacand plot a time series of the average AGB over a single tile. I also show how to access the catalog field that contains the storage location information.@nehahunka do you think this would be useful ? I am wondering if a different, or richer, analysis would be more helpful.
@wildintellect tagging you to get your opinion about whether this is useful. Note that this is a draft PR, there are definitely things to improve, notably standardize the notebook to our standards in terms of format and documentation, and if possible avoid requiring to create an extra environment (somehow for now I couldn't make it work without doing this).