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

predict_step fails when input has more than one EPSG #120

Open
brunosan opened this issue Jan 15, 2024 · 0 comments · May be fixed by #125
Open

predict_step fails when input has more than one EPSG #120

brunosan opened this issue Jan 15, 2024 · 0 comments · May be fixed by #125
Labels
bug Something isn't working

Comments

@brunosan
Copy link
Member

We should ensure datacubes only have one EPSG.
Otherwise we raise error:

  File "/home/brunosan/code/Clay/model/src/model_clay.py", line 920, in predict_step
    raise NotImplementedError(
NotImplementedError: More than 1 EPSG code detected: {32636, 32637}

Data cube created from branch doc-prep.

@brunosan brunosan added the bug Something isn't working label Jan 15, 2024
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

Successfully merging a pull request may close this issue.

1 participant