-
Notifications
You must be signed in to change notification settings - Fork 6
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
resample(_cube)_spatial: metadata transform in dry run #348
Comments
openeo-python-driver/openeo_driver/dry_run.py Lines 710 to 720 in b5f0388
They are being included in source constraints: openeo-python-driver/openeo_driver/dry_run.py Lines 392 to 399 in b5f0388
extracted to openeo-python-driver/openeo_driver/ProcessGraphDeserializer.py Lines 716 to 718 in b5f0388
and used in load_collection from geopyspark driver: So I'm not sure it's actually necessary to add something new, or an existing (broken?) feature just has to be fixed |
Just finished/merged Open-EO/openeo-python-client#690 with Open-EO/openeo-python-client#712 |
improved resample resolution/projection handling in dry run with 7116e40 (added a test about |
dry run requires accurate info on cube metadata (crs, resolution, extent) to make decisions on global extent and other load parameters (resolution, target crs)
currently, this is inaccurate because if a target cube has been resampled, dry run will not 'see' this, can lead to bugs so quite important
The text was updated successfully, but these errors were encountered: