bird-house / birdy

Birdy provides a command-line tool to work with Web Processing Services.
http://birdy.readthedocs.io/en/latest/
Apache License 2.0
8 stars 3 forks source link

remove gdal dependency checks. remove 52north tests #212

Closed huard closed 2 years ago

huard commented 2 years ago

Overview

This PR fixes #211

Changes:

huard commented 2 years ago

@Zeitsperre FYI

huard commented 2 years ago

image

huard commented 2 years ago

This happened on the "beta" PAVICS environment.

tlvu commented 2 years ago

This happened on the "beta" PAVICS environment.

For reproducibility, the current "beta" PAVICS Jupyter env is the docker image pavics/workflow-tests:220201. This beta image will change with time.

tlvu commented 2 years ago

This happened on the "beta" PAVICS environment.

For reproducibility, the current "beta" PAVICS Jupyter env is the docker image pavics/workflow-tests:220201. This beta image will change with time.

It has gdal=3.3.3=py38hcf2042a_0 conda package installed.

cehbrecht commented 2 years ago

Would a "nogdal" solution make things better? https://github.com/geopython/pywps/pull/638

Zeitsperre commented 2 years ago

@cehbrecht GDAL is baked into most of the tools that use birdy. The option would be nice for those few projects that don't use GDAL though!