centreborelli / s2p

Satellite Stereo Pipeline
GNU Affero General Public License v3.0
199 stars 67 forks source link

Pin to pyproj version <3.0.0 #77

Closed glostis closed 3 years ago

glostis commented 3 years ago

In pyproj 3.0.0, wheels no longer include datumgrids because they are accessible over the network (see https://pyproj4.github.io/pyproj/stable/transformation_grids.html).

When not explicitly told to do so, pyproj 3 does an "approximate" transformation, which changes the behavior of the s2p.geographiclib.geoid_to_ellipsoid function and breaks the tests.

We are pinning pyproj<3.0.0 until a robust way of remotely accessing the datumgrids is found.

glostis commented 3 years ago

According to Travis, the cmla account does not have enough credits to run the CI on this PR.