Fixed error when building geometries array with one MultiPolygon
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:18
| Stage: test |
Download artifacts
No artifacts found |
Building a numpy
array of geometries had an undesired behaviour when passing on only one (shapely
) MultiPolygon
. This happened for the first time when running Gibraltar, which has one data unit composed of one MultiPolygon with two parts.
This MR fixes this by using lists instead of numpy
arrays.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:02:18
| Stage: test |
Download artifacts
No artifacts found |