-
Notifications
You must be signed in to change notification settings - Fork 107
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 harmony-py
as a dependency
#627
base: harmony
Are you sure you want to change the base?
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9be6e9c - Browse repository at this point
Copy the full SHA 9be6e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 192cee2 - Browse repository at this point
Copy the full SHA 192cee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ff043 - Browse repository at this point
Copy the full SHA e7ff043View commit details
Commits on Nov 12, 2024
-
WIP begin implementing use of harmony-py
Subset orders can now be submitted and the job completes. Some next steps: * Support downloads from harmony * Support non-subset downloads. This might be a little more complicated, as it does not appear that the harmony API can support non-subset orders (it always uses spatial/temporal constraints to do subsetting, not just filtering). So we may need to use `earthaccess` to download our granule list instead. * Remove code supporting variable subsetting. This is not supported by Harmony, but could be in the future.
Configuration menu - View commit details
-
Copy full SHA for d80a4ce - Browse repository at this point
Copy the full SHA d80a4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98709d7 - Browse repository at this point
Copy the full SHA 98709d7View commit details
Commits on Nov 13, 2024
-
The handling of various parameters is VERY confusing. What is necessary for CMR vs subsetting/ordering is not clear and conifg is mutated by various parts of the code, making it difficult to track down where values come from/get set/overridden
Configuration menu - View commit details
-
Copy full SHA for a83fc62 - Browse repository at this point
Copy the full SHA a83fc62View commit details -
WIP Extract subset-specific ordering code to its own function
Makes it more clear that non-subset orders are not working right now.
Configuration menu - View commit details
-
Copy full SHA for 4a668f6 - Browse repository at this point
Copy the full SHA 4a668f6View commit details -
WIP initialize
self.orderIDs
and append to itThere can be more than one job submitted by a user. Make it easy to track all of the submitted jobs by initializing to a empty list and then appending to it as necessary
Configuration menu - View commit details
-
Copy full SHA for 5ad82cf - Browse repository at this point
Copy the full SHA 5ad82cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cacbd7 - Browse repository at this point
Copy the full SHA 2cacbd7View commit details -
WIP remove
granules.place_order
in favor of `granules.place_harmon_……subset_order` separate concerns
Configuration menu - View commit details
-
Copy full SHA for 0da719f - Browse repository at this point
Copy the full SHA 0da719fView commit details -
WIP Remove
email
option fromquery.place_order
Email is not an option with harmony
Configuration menu - View commit details
-
Copy full SHA for 6e6fa92 - Browse repository at this point
Copy the full SHA 6e6fa92View commit details -
WIP refactor
query
method that orders granulesSeparate out the subset and non-subset options
Configuration menu - View commit details
-
Copy full SHA for fb2a9a7 - Browse repository at this point
Copy the full SHA fb2a9a7View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7b76aa - Browse repository at this point
Copy the full SHA b7b76aaView commit details