-
Notifications
You must be signed in to change notification settings - Fork 109
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
Evaluate the latest CMR python library to determine if it meets the needs of icepyx #169
Comments
Thanks for sharing this great resource, @asteiker! @alexdibella, maybe we can dive into this a little during an upcoming hack! |
Good idea @JessicaS11!! Won't be there today, but we can hack it out next week :) |
Hi @JessicaS11 @asteiker this may be the wrong place to ask this question but I don't know where else to go so I will just go ahead and ask here... Thanks. |
@wenjieji86 Apologies that this comment slipped under the radar. Unfortunately, I suspect the best approach is going to be to loop through a set of dates and place an order (and download) for each one. Then the temporal subsetting you're after will be accomplished. I'm not sure there's another way you could go about this, but my understanding of CMR is limited so I could be totally off base. Some discussion on automated login (which you'd probably want to use for this) is here. @amy I looked into the CMR library a bit more, and I certainly think we could change out our current |
@alexdibella In follow up to your question today, see the second part of the most recent post. So if you are able to access Sentinel data through CMR and want to make the transition, go ahead, but it's not yet a planned dev step for icepyx. |
The CMR team has recently published a basic python library that can search collections and granules using the CMR API behind the scenes: https://github.com/nasa/eo-metadata-tools/tree/master/CMR/python
This has relatively limited functionality as an initial release but it may be worth evaluating if this type of library could suit the needs of icepyx in the future, and/or if any CMR code that has been developed under icepyx could be contributed to the CMR library so that the icepyx code becomes more simplified with less dependencies.
This basic notebook demonstrating granule search may be helpful to examine if/how we could leverage the library: https://github.com/nasa/eo-metadata-tools/blob/master/CMR/python/demos/notebooks/granules.ipynb
The text was updated successfully, but these errors were encountered: