mapchete-eo 2025.8.3__py2.py3-none-any.whl → 2025.10.0__py2.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.
mapchete_eo/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2025.8.3"
1
+ __version__ = "2025.10.0"
mapchete_eo/base.py CHANGED
@@ -5,6 +5,7 @@ from functools import cached_property
5
5
  from typing import Any, Callable, List, Optional, Type, Union
6
6
 
7
7
  import croniter
8
+ from mapchete import Bounds
8
9
  import numpy.ma as ma
9
10
  import xarray as xr
10
11
  from dateutil.tz import tzutc
@@ -436,7 +437,13 @@ class InputData(base.InputData):
436
437
  process_area = input_params["delimiters"]["effective_area"]
437
438
  if self.params.area:
438
439
  # read area parameter and intersect with effective area
439
- configured_area, configured_area_crs = guess_geometry(self.params.area)
440
+ configured_area, configured_area_crs = guess_geometry(
441
+ self.params.area,
442
+ bounds=Bounds.from_inp(
443
+ input_params.get("delimiters", {}).get("bounds"),
444
+ crs=getattr(input_params.get("pyramid"), "crs"),
445
+ ),
446
+ )
440
447
  return process_area.intersection(
441
448
  reproject_geometry(
442
449
  configured_area,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapchete-eo
3
- Version: 2025.8.3
3
+ Version: 2025.10.0
4
4
  Summary: mapchete EO data reader
5
5
  Project-URL: Homepage, https://gitlab.eox.at/maps/mapchete_eo
6
6
  Author-email: Joachim Ungar <joachim.ungar@eox.at>, Petr Sevcik <petr.sevcik@eox.at>
@@ -17,7 +17,7 @@ Classifier: Topic :: Scientific/Engineering :: GIS
17
17
  Requires-Dist: click
18
18
  Requires-Dist: croniter
19
19
  Requires-Dist: lxml
20
- Requires-Dist: mapchete[complete]>=2025.6.0
20
+ Requires-Dist: mapchete[complete]>=2025.10.0
21
21
  Requires-Dist: opencv-python-headless
22
22
  Requires-Dist: pillow
23
23
  Requires-Dist: pydantic
@@ -1,5 +1,5 @@
1
- mapchete_eo/__init__.py,sha256=poKZZLAyfwEUXxc4xuORKXHhPmoth643BeBL6d8_ttg,25
2
- mapchete_eo/base.py,sha256=-bwBYkKCthr7Q48Y10KbExw7i9sXY8lc0UGo-fe08WA,18907
1
+ mapchete_eo/__init__.py,sha256=HtoUGacYQ9lSC7EssjuZ7xIyD0DlTBcOEDAUU3Qep04,26
2
+ mapchete_eo/base.py,sha256=Ka1HDqKeeTZYgnhW2LFpgR1AaI9buXCrbNztXWkxU78,19164
3
3
  mapchete_eo/blacklist.txt,sha256=6KhBY0jNjXgRpKRvKJoOTswvNUoP56IrIcNeCYnd2qo,17471
4
4
  mapchete_eo/eostac.py,sha256=5K08Mr4wm-VOXTEvTB6DQHX7rbFLYw8mjW1wlpPltC0,574
5
5
  mapchete_eo/exceptions.py,sha256=ul7_9o6_SfJXQPsDOQqRBhh09xv2t4AwHl6YJ7yWN5s,2150
@@ -81,8 +81,8 @@ mapchete_eo/search/s2_mgrs.py,sha256=5LWl9c7WzFvXODr9f8m37cv-8yyf-LvnN0-TSSPcXKM
81
81
  mapchete_eo/search/stac_search.py,sha256=YnISHpdvMJfrY_wfM1dHOtHYqgsbXsYLMYrRdJlAZTo,9551
82
82
  mapchete_eo/search/stac_static.py,sha256=P1C2OC33UopV80xIvFeL-HbOuaxxe7qsPDdnkU8IXcA,8613
83
83
  mapchete_eo/search/utm_search.py,sha256=wKrG2KwqL2fjSrkDUTZuRayiVAR27BtWpX-PFab0Dng,9646
84
- mapchete_eo-2025.8.3.dist-info/METADATA,sha256=U1m-qUKfGvm1CGV8RmUtAc8X_DuR9gMolvp2IJsR3NM,3235
85
- mapchete_eo-2025.8.3.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
86
- mapchete_eo-2025.8.3.dist-info/entry_points.txt,sha256=ewk6R4FGdAclOnUpikhlPZGWI40MWeksVIIwu4jVebk,324
87
- mapchete_eo-2025.8.3.dist-info/licenses/LICENSE,sha256=TC5JwvBnFrUgsSQSCDFPc3cqlbth2N0q8MWrhY1EVd0,1089
88
- mapchete_eo-2025.8.3.dist-info/RECORD,,
84
+ mapchete_eo-2025.10.0.dist-info/METADATA,sha256=IUBh6j50RcAjOSWYsJ5UPME5ahbnaFAf9H0YtLK-1sM,3237
85
+ mapchete_eo-2025.10.0.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
86
+ mapchete_eo-2025.10.0.dist-info/entry_points.txt,sha256=ewk6R4FGdAclOnUpikhlPZGWI40MWeksVIIwu4jVebk,324
87
+ mapchete_eo-2025.10.0.dist-info/licenses/LICENSE,sha256=TC5JwvBnFrUgsSQSCDFPc3cqlbth2N0q8MWrhY1EVd0,1089
88
+ mapchete_eo-2025.10.0.dist-info/RECORD,,