-
Notifications
You must be signed in to change notification settings - Fork 17
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_spatial parameters bug #274
Comments
Thanks, will check. Which back-end is this for? |
Well, I'm using the Eurac back-end (currently implementing resample_spatial) but I guess it's the same for the others. |
Looking at https://processes.openeo.org/#resample_spatial I see that 0 is the default value (means: no change) so the behavior is correct, right? |
Yes, the default for the projection is null, but if you open the pop-up to modify the process parameters it automatically select the EPSG:2000 |
Sorry, my bad, I looked at resolution instead of projection. Will be fixed. |
Can't reproduce on VITO: Are you on the latest version of the Web Editor? Is your schema correctly returned from the back-end? It might be that "null" as default value get's removed by your back-end as it thinks null means "don't serialize to JSON", I've seen that before in the Java implementation. |
Found the problem, the resample_spatial process in our back-end is an outdated version. So the bug it's on our side not on the Web editor sorry! |
When inserting the resample_spatial process, if you edit the parameters you would automatically get a projection selected in the respective field. However, I guess it should be set to null as default, since it's not a mandatory parameter.
The text was updated successfully, but these errors were encountered: