yirgacheffe 1.7.2__tar.gz → 1.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yirgacheffe might be problematic. Click here for more details.
- {yirgacheffe-1.7.2/yirgacheffe.egg-info → yirgacheffe-1.7.3}/PKG-INFO +1 -1
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/pyproject.toml +1 -1
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_intersection.py +36 -3
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_union.py +35 -2
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/base.py +11 -9
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/operators.py +3 -1
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3/yirgacheffe.egg-info}/PKG-INFO +1 -1
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/LICENSE +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/MANIFEST.in +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/README.md +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/setup.cfg +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_area.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_auto_windowing.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_base.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_constants.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_datatypes.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_group.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_h3layer.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_multiband.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_nodata.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_openers.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_operators.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_optimisation.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_parallel_operators.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_pickle.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_projection.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_raster.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_rescaling.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_rounding.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_save_with_window.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_sum_with_window.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_uniform_area_layer.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_vectors.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/tests/test_window.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/__init__.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/_backends/__init__.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/_backends/enumeration.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/_backends/mlx.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/_backends/numpy.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/_core.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/constants.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/__init__.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/area.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/constant.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/group.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/h3layer.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/rasters.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/rescaled.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/layers/vectors.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/rounding.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe/window.py +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe.egg-info/SOURCES.txt +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe.egg-info/dependency_links.txt +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe.egg-info/entry_points.txt +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe.egg-info/requires.txt +0 -0
- {yirgacheffe-1.7.2 → yirgacheffe-1.7.3}/yirgacheffe.egg-info/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "yirgacheffe"
|
|
9
|
-
version = "1.7.
|
|
9
|
+
version = "1.7.3"
|
|
10
10
|
description = "Abstraction of gdal datasets for doing basic math operations"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
authors = [{ name = "Michael Dales", email = "mwd24@cam.ac.uk" }]
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
import tempfile
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
1
4
|
import pytest
|
|
2
5
|
from osgeo import gdal
|
|
3
6
|
|
|
4
|
-
from tests.helpers import gdal_dataset_of_region, gdal_empty_dataset_of_region
|
|
7
|
+
from tests.helpers import gdal_dataset_of_region, gdal_empty_dataset_of_region, make_vectors_with_id
|
|
5
8
|
from yirgacheffe.window import Area, MapProjection, Window
|
|
6
|
-
from yirgacheffe.layers import RasterLayer, ConstantLayer, H3CellLayer
|
|
9
|
+
from yirgacheffe.layers import RasterLayer, ConstantLayer, H3CellLayer, VectorLayer
|
|
7
10
|
from yirgacheffe import WGS_84_PROJECTION
|
|
8
11
|
|
|
9
12
|
|
|
@@ -56,6 +59,36 @@ def test_find_intersection_with_constant() -> None:
|
|
|
56
59
|
intersection = RasterLayer.find_intersection(layers)
|
|
57
60
|
assert intersection == layers[0].area
|
|
58
61
|
|
|
62
|
+
def test_find_intersection_with_vector_unbound() -> None:
|
|
63
|
+
with tempfile.TemporaryDirectory() as tempdir:
|
|
64
|
+
path = Path(tempdir) / "test.gpkg"
|
|
65
|
+
area = Area(left=58, top=74, right=180, bottom=42)
|
|
66
|
+
make_vectors_with_id(42, {area}, path)
|
|
67
|
+
assert path.exists
|
|
68
|
+
|
|
69
|
+
raster = RasterLayer(gdal_dataset_of_region(Area(left=-180.05, top=90.09, right=180.05, bottom=-90.09), 0.13))
|
|
70
|
+
vector = VectorLayer.layer_from_file(path, None, None, None)
|
|
71
|
+
assert vector.area == area
|
|
72
|
+
|
|
73
|
+
layers = [raster, vector]
|
|
74
|
+
intersection = RasterLayer.find_intersection(layers)
|
|
75
|
+
assert intersection == vector.area
|
|
76
|
+
|
|
77
|
+
def test_find_intersection_with_vector_bound() -> None:
|
|
78
|
+
with tempfile.TemporaryDirectory() as tempdir:
|
|
79
|
+
path = Path(tempdir) / "test.gpkg"
|
|
80
|
+
area = Area(left=58, top=74, right=180, bottom=42)
|
|
81
|
+
make_vectors_with_id(42, {area}, path)
|
|
82
|
+
assert path.exists
|
|
83
|
+
|
|
84
|
+
raster = RasterLayer(gdal_dataset_of_region(Area(left=-180.05, top=90.09, right=180.05, bottom=-90.09), 0.13))
|
|
85
|
+
vector = VectorLayer.layer_from_file(path, None, raster.map_projection.scale, raster.map_projection.name)
|
|
86
|
+
assert vector.area != area
|
|
87
|
+
|
|
88
|
+
layers = [raster, vector]
|
|
89
|
+
intersection = RasterLayer.find_intersection(layers)
|
|
90
|
+
assert intersection == vector.area
|
|
91
|
+
|
|
59
92
|
def test_find_intersection_different_pixel_pitch() -> None:
|
|
60
93
|
layers = [
|
|
61
94
|
RasterLayer(gdal_dataset_of_region(Area(-10, 10, 10, -10), 0.02)),
|
|
@@ -143,7 +176,7 @@ def test_find_intersection_nearly_same() -> None:
|
|
|
143
176
|
assert layers[0].window.xsize == other.window.xsize
|
|
144
177
|
assert layers[0].window.ysize == other.window.ysize
|
|
145
178
|
|
|
146
|
-
def test_intersection_stability():
|
|
179
|
+
def test_intersection_stability() -> None:
|
|
147
180
|
# This test uses h3 tiles as a lazy way to get some bounded regions,
|
|
148
181
|
# but the bug this test exercises is not h3 specific. This was another case of
|
|
149
182
|
# a rounding error that causes set_window_for_* methods to wobble depending on how far
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import tempfile
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
1
4
|
import pytest
|
|
2
5
|
|
|
3
|
-
from tests.helpers import gdal_dataset_of_region
|
|
6
|
+
from tests.helpers import gdal_dataset_of_region, make_vectors_with_id
|
|
4
7
|
from yirgacheffe.window import Area, Window
|
|
5
|
-
from yirgacheffe.layers import ConstantLayer, RasterLayer
|
|
8
|
+
from yirgacheffe.layers import ConstantLayer, RasterLayer, VectorLayer
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
def test_find_union_empty_list() -> None:
|
|
@@ -62,6 +65,36 @@ def test_find_union_different_pixel_pitch() -> None:
|
|
|
62
65
|
with pytest.raises(ValueError):
|
|
63
66
|
_ = RasterLayer.find_union(layers)
|
|
64
67
|
|
|
68
|
+
def test_find_union_with_vector_unbound() -> None:
|
|
69
|
+
with tempfile.TemporaryDirectory() as tempdir:
|
|
70
|
+
path = Path(tempdir) / "test.gpkg"
|
|
71
|
+
area = Area(left=58, top=74, right=180, bottom=42)
|
|
72
|
+
make_vectors_with_id(42, {area}, path)
|
|
73
|
+
assert path.exists
|
|
74
|
+
|
|
75
|
+
raster = RasterLayer(gdal_dataset_of_region(Area(left=59.93, top=70.07, right=170.04, bottom=44.98), 0.13))
|
|
76
|
+
vector = VectorLayer.layer_from_file(path, None, None, None)
|
|
77
|
+
assert vector.area == area
|
|
78
|
+
|
|
79
|
+
layers = [raster, vector]
|
|
80
|
+
union = RasterLayer.find_union(layers)
|
|
81
|
+
assert union == vector.area
|
|
82
|
+
|
|
83
|
+
def test_find_union_with_vector_bound() -> None:
|
|
84
|
+
with tempfile.TemporaryDirectory() as tempdir:
|
|
85
|
+
path = Path(tempdir) / "test.gpkg"
|
|
86
|
+
area = Area(left=58, top=74, right=180, bottom=42)
|
|
87
|
+
make_vectors_with_id(42, {area}, path)
|
|
88
|
+
assert path.exists
|
|
89
|
+
|
|
90
|
+
raster = RasterLayer(gdal_dataset_of_region(Area(left=59.93, top=70.07, right=170.04, bottom=44.98), 0.13))
|
|
91
|
+
vector = VectorLayer.layer_from_file(path, None, raster.map_projection.scale, raster.map_projection.name)
|
|
92
|
+
assert vector.area != area
|
|
93
|
+
|
|
94
|
+
layers = [raster, vector]
|
|
95
|
+
union = RasterLayer.find_union(layers)
|
|
96
|
+
assert union == vector.area
|
|
97
|
+
|
|
65
98
|
@pytest.mark.parametrize("scale", [0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09])
|
|
66
99
|
def test_set_union_self(scale) -> None:
|
|
67
100
|
layer = RasterLayer(gdal_dataset_of_region(Area(-10, 10, 10, -10), scale))
|
|
@@ -91,7 +91,7 @@ class YirgacheffeLayer(LayerMathMixin):
|
|
|
91
91
|
else:
|
|
92
92
|
return self._underlying_area
|
|
93
93
|
|
|
94
|
-
def _get_operation_area(self, projection: Optional[MapProjection]) -> Area:
|
|
94
|
+
def _get_operation_area(self, projection: Optional[MapProjection]=None) -> Area:
|
|
95
95
|
if self._projection is not None and projection is not None and self._projection != projection:
|
|
96
96
|
raise ValueError("Calculation projection does not match layer projection")
|
|
97
97
|
return self.area
|
|
@@ -119,11 +119,12 @@ class YirgacheffeLayer(LayerMathMixin):
|
|
|
119
119
|
if not all(projections[0] == x for x in projections[1:]):
|
|
120
120
|
raise ValueError("Not all layers are at the same projectin or pixel scale")
|
|
121
121
|
|
|
122
|
+
layer_areas = [x._get_operation_area() for x in layers]
|
|
122
123
|
intersection = Area(
|
|
123
|
-
left=max(x.
|
|
124
|
-
top=min(x.
|
|
125
|
-
right=min(x.
|
|
126
|
-
bottom=max(x.
|
|
124
|
+
left=max(x.left for x in layer_areas),
|
|
125
|
+
top=min(x.top for x in layer_areas),
|
|
126
|
+
right=min(x.right for x in layer_areas),
|
|
127
|
+
bottom=max(x.bottom for x in layer_areas)
|
|
127
128
|
)
|
|
128
129
|
if (intersection.left >= intersection.right) or (intersection.bottom >= intersection.top):
|
|
129
130
|
raise ValueError('No intersection possible')
|
|
@@ -142,11 +143,12 @@ class YirgacheffeLayer(LayerMathMixin):
|
|
|
142
143
|
if not all(projections[0] == x for x in projections[1:]):
|
|
143
144
|
raise ValueError("Not all layers are at the same projectin or pixel scale")
|
|
144
145
|
|
|
146
|
+
layer_areas = [x._get_operation_area() for x in layers]
|
|
145
147
|
return Area(
|
|
146
|
-
left=min(x.
|
|
147
|
-
top=max(x.
|
|
148
|
-
right=max(x.
|
|
149
|
-
bottom=min(x.
|
|
148
|
+
left=min(x.left for x in layer_areas),
|
|
149
|
+
top=max(x.top for x in layer_areas),
|
|
150
|
+
right=max(x.right for x in layer_areas),
|
|
151
|
+
bottom=min(x.bottom for x in layer_areas)
|
|
150
152
|
)
|
|
151
153
|
|
|
152
154
|
@property
|
|
@@ -659,7 +659,9 @@ class LayerOperation(LayerMathMixin):
|
|
|
659
659
|
|
|
660
660
|
if (computation_window.xsize != destination_window.xsize) \
|
|
661
661
|
or (computation_window.ysize != destination_window.ysize):
|
|
662
|
-
raise ValueError("Destination raster window size does not match input raster window size
|
|
662
|
+
raise ValueError((f"Destination raster window size does not match input raster window size: "
|
|
663
|
+
f"{(destination_window.xsize, destination_window.ysize)} vs "
|
|
664
|
+
f"{(computation_window.xsize, computation_window.ysize)}"))
|
|
663
665
|
|
|
664
666
|
total = 0.0
|
|
665
667
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|