Clay-foundation / model

The Clay Foundation Model (in development)
https://clay-foundation.github.io/model/
Apache License 2.0
262 stars 30 forks source link

predict_step fails when input has more than one EPSG #120

Closed brunosan closed 1 month ago

brunosan commented 6 months ago

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.

yellowcap commented 1 month ago

Closing as out of date, feel free to re open if appropriate.