yirgacheffe 1.3.0__py3-none-any.whl → 1.3.1__py3-none-any.whl
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/operators.py +4 -3
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/METADATA +1 -1
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/RECORD +7 -7
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/WHEEL +0 -0
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/entry_points.txt +0 -0
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/licenses/LICENSE +0 -0
- {yirgacheffe-1.3.0.dist-info → yirgacheffe-1.3.1.dist-info}/top_level.txt +0 -0
yirgacheffe/operators.py
CHANGED
|
@@ -529,7 +529,7 @@ class LayerOperation(LayerMathMixin):
|
|
|
529
529
|
|
|
530
530
|
return total if and_sum else None
|
|
531
531
|
|
|
532
|
-
def _parallel_worker(self, index, shared_mem, sem, np_dtype, width, input_queue, output_queue):
|
|
532
|
+
def _parallel_worker(self, index, shared_mem, sem, np_dtype, width, input_queue, output_queue, computation_window):
|
|
533
533
|
arr = np.ndarray((self.ystep, width), dtype=np_dtype, buffer=shared_mem.buf)
|
|
534
534
|
|
|
535
535
|
try:
|
|
@@ -549,7 +549,7 @@ class LayerOperation(LayerMathMixin):
|
|
|
549
549
|
break
|
|
550
550
|
yoffset, step = task
|
|
551
551
|
|
|
552
|
-
result = self._eval(self.area, yoffset, step)
|
|
552
|
+
result = self._eval(self.area, yoffset, step, computation_window)
|
|
553
553
|
backend.eval_op(result)
|
|
554
554
|
|
|
555
555
|
arr[:step] = backend.demote_array(result)
|
|
@@ -650,7 +650,8 @@ class LayerOperation(LayerMathMixin):
|
|
|
650
650
|
np_dtype,
|
|
651
651
|
computation_window.xsize,
|
|
652
652
|
source_queue,
|
|
653
|
-
result_queue
|
|
653
|
+
result_queue,
|
|
654
|
+
computation_window
|
|
654
655
|
)) for i in range(worker_count)]
|
|
655
656
|
for worker in workers:
|
|
656
657
|
worker.start()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
yirgacheffe/__init__.py,sha256=U5AoPk_iWreSCexG2ID-tmSXiJz4_9Lvzbf42DMvT7k,658
|
|
2
2
|
yirgacheffe/constants.py,sha256=9ZcFLcir4GhPBBDG2rzLhDtJ0pMzpZYuzE9f-CFeA44,12
|
|
3
3
|
yirgacheffe/h3layer.py,sha256=MT2hm6n64hzHSeRPvjn-CwErru937ntKXbEU7CIlPSU,91
|
|
4
|
-
yirgacheffe/operators.py,sha256=
|
|
4
|
+
yirgacheffe/operators.py,sha256=g_QdvaUs5ddaLg2rFIz8otGidTHGktZfBjBV6g7vyBo,27278
|
|
5
5
|
yirgacheffe/rounding.py,sha256=ggBG4lMyLMtHLW3dBxr3gBCcF2qhRrY5etZiFGlIoqA,2258
|
|
6
6
|
yirgacheffe/window.py,sha256=0XZdwD4mz0bRU9eBhFY1Xk1hQt6FqCKp3BnUgxZup3c,5224
|
|
7
7
|
yirgacheffe/backends/__init__.py,sha256=149-fg1PVXC36cgyuSZsU8SYOm65fzUmYN_MHZtEyrY,313
|
|
@@ -17,9 +17,9 @@ yirgacheffe/layers/h3layer.py,sha256=Cyrw_6nXc1a_Twsb0FfexKhHAbegKXStL3J5LLk2AX8
|
|
|
17
17
|
yirgacheffe/layers/rasters.py,sha256=8mAbH49RtKIoA3h9mxWNbPzo8NJWDSfoRPT7fpkTJ4I,12328
|
|
18
18
|
yirgacheffe/layers/rescaled.py,sha256=kWJlu7DuUB3nRDt3VtbJKiqBDQb2Ba8xzIIXTvOGdK8,2945
|
|
19
19
|
yirgacheffe/layers/vectors.py,sha256=JOqM7Ym53ZdxWKpBJac-opPp2N_ynMfet1Xtsi85dpM,15087
|
|
20
|
-
yirgacheffe-1.3.
|
|
21
|
-
yirgacheffe-1.3.
|
|
22
|
-
yirgacheffe-1.3.
|
|
23
|
-
yirgacheffe-1.3.
|
|
24
|
-
yirgacheffe-1.3.
|
|
25
|
-
yirgacheffe-1.3.
|
|
20
|
+
yirgacheffe-1.3.1.dist-info/licenses/LICENSE,sha256=dNSHwUCJr6axStTKDEdnJtfmDdFqlE3h1NPCveqPfnY,757
|
|
21
|
+
yirgacheffe-1.3.1.dist-info/METADATA,sha256=Z6-RV1V3MjUKE_pKLJlP4H14WAZIDqpB17uV94THEAc,20473
|
|
22
|
+
yirgacheffe-1.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
23
|
+
yirgacheffe-1.3.1.dist-info/entry_points.txt,sha256=j4KgHXbVGbGyfTySc1ypBdERpfihO4WNjppvCdE9HjE,52
|
|
24
|
+
yirgacheffe-1.3.1.dist-info/top_level.txt,sha256=9DBFlKO2Ld3hG6TuE3qOTd3Tt8ugTiXil4AN4Wr9_y0,12
|
|
25
|
+
yirgacheffe-1.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|