-
Notifications
You must be signed in to change notification settings - Fork 42
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 load_stac to localprocessing #445
Conversation
The local processing feature currently depends on
yes, I'm considering something like that under #442 |
@soxofaan I added the code that, once the |
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
@soxofaan the changes that we discussed about have been implemented, you could now review and merge! |
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.
some minor stuff
Co-authored-by: Stefaan Lippens <[email protected]>
Co-authored-by: Stefaan Lippens <[email protected]>
@soxofaan points from review addressed! |
merged in 8d1d947 |
Added a copy paste version of load_stac into the LocalConnection object.
This will allow me to use it in this way:
@soxofaan we would need to understand if we could reuse the code I'm developing here Open-EO/openeo-processes-dask#127 to get the cube metadata, since from the url only is not so easy, especially for big STAC Collections.
If the metadata is not set correctly, the client unfortunately doesn't allow to proceed in many cases. By the way, is it possible to deactivate manually the checks on the metadata?