bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
19 stars 15 forks source link

GDAL 2.1.3 Broken on Anaconda #257

Closed Zeitsperre closed 5 years ago

Zeitsperre commented 6 years ago

https://github.com/bird-house/flyingpigeon/blob/678370bf428af7ffe11ee79be3b8a89c73215e5e/environment.yml#L83

GDAL 2.1.3 has been retired. I suggest we move the setup to a newer version (2.2.4 or 2.3.1).

nilshempelmann commented 6 years ago

Changing versions is a delicate operation. Do it in a branch and make sure the envirment will be stable

cehbrecht commented 5 years ago

Not really a solution but one can use the broken channel from anaconda: https://anaconda.org/conda-forge/gdal/files

Zeitsperre commented 5 years ago

I was going to try my hand at fixing this again today. The PR I'm working from is #259. If I can't figure this out in the next 2-3 hours, I'll let you know.

nilshempelmann commented 5 years ago

I already cleaned out the R-dependencies. @Zeitsperre checkout the next branch and update there. fixing dependencies is tricky ...

cehbrecht commented 5 years ago

environment is updated and working with gdal=2.2.4 on master branch.