Skip to content
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

Closed
clausmichele opened this issue Sep 5, 2022 · 7 comments
Closed

resample_spatial parameters bug #274

clausmichele opened this issue Sep 5, 2022 · 7 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@clausmichele
Copy link
Member

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.

image

@m-mohr
Copy link
Member

m-mohr commented Sep 5, 2022

Thanks, will check. Which back-end is this for?

@clausmichele
Copy link
Member Author

Well, I'm using the Eurac back-end (currently implementing resample_spatial) but I guess it's the same for the others.

@m-mohr
Copy link
Member

m-mohr commented Sep 5, 2022

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?

@m-mohr m-mohr closed this as completed Sep 5, 2022
@m-mohr m-mohr closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2022
@clausmichele
Copy link
Member Author

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

@m-mohr m-mohr reopened this Sep 5, 2022
@m-mohr
Copy link
Member

m-mohr commented Sep 5, 2022

Sorry, my bad, I looked at resolution instead of projection. Will be fixed.

@m-mohr m-mohr self-assigned this Sep 5, 2022
@m-mohr m-mohr added this to the v0.12 milestone Sep 5, 2022
@m-mohr m-mohr added the bug Something isn't working label Sep 5, 2022
@m-mohr
Copy link
Member

m-mohr commented Sep 5, 2022

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.

@clausmichele
Copy link
Member Author

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!
Open-EO/openeo-spring-driver#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants