transform_geom
(warp) fails for shape crossing the antimeridian on MacOS
#3110
Labels
transform_geom
(warp) fails for shape crossing the antimeridian on MacOS
#3110
Expected behavior and actual behavior.
When I project a shape that crosses the AML, I expect it to be represented as a Multipolygon, where each polygon is the space either side of the AML.
Instead I get a single Polygon.
When I run the same code on an emulated x86 architecture, I get the expected output (a Multipolygon)
MacOS
x86
Steps to reproduce the problem.
pdm install
to setup the envmake test-macos
to see the buggy stuffmake test-x86
to see the expected behaviourTo see the runtime envs, run:
make info
Note I've tested this on a colleague's x86 machine with matching GDAL versions and the issue persists. Other colleagues on MacOS face the same problems
Environment Information
Installation Method
pip via pdm
The text was updated successfully, but these errors were encountered: