pdemtools 1.1.1__tar.gz → 1.1.2__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.
Files changed (25) hide show
  1. {pdemtools-1.1.1/src/pdemtools.egg-info → pdemtools-1.1.2}/PKG-INFO +1 -1
  2. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/__init__.py +1 -1
  3. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/load.py +1 -1
  4. {pdemtools-1.1.1 → pdemtools-1.1.2/src/pdemtools.egg-info}/PKG-INFO +1 -1
  5. {pdemtools-1.1.1 → pdemtools-1.1.2}/LICENSE.md +0 -0
  6. {pdemtools-1.1.1 → pdemtools-1.1.2}/README.md +0 -0
  7. {pdemtools-1.1.1 → pdemtools-1.1.2}/pyproject.toml +0 -0
  8. {pdemtools-1.1.1 → pdemtools-1.1.2}/setup.cfg +0 -0
  9. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/_accessor.py +0 -0
  10. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/_coreg.py +0 -0
  11. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/_geomorphometry.py +0 -0
  12. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/_index_search.py +0 -0
  13. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/_utils.py +0 -0
  14. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/data.py +0 -0
  15. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/mosaic_index/ArcticDEM_Mosaic_Index_v3_gpkg.gpkg +0 -0
  16. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/mosaic_index/ArcticDEM_Mosaic_Index_v4_1_gpkg.gpkg +0 -0
  17. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/mosaic_index/REMA_Mosaic_Index_v2_gpkg.gpkg +0 -0
  18. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools/test_data/test_arcticdem_index_kiv_steenstrup.parquet +0 -0
  19. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools.egg-info/SOURCES.txt +0 -0
  20. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools.egg-info/dependency_links.txt +0 -0
  21. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools.egg-info/requires.txt +0 -0
  22. {pdemtools-1.1.1 → pdemtools-1.1.2}/src/pdemtools.egg-info/top_level.txt +0 -0
  23. {pdemtools-1.1.1 → pdemtools-1.1.2}/tests/test_download.py +0 -0
  24. {pdemtools-1.1.1 → pdemtools-1.1.2}/tests/test_processing.py +0 -0
  25. {pdemtools-1.1.1 → pdemtools-1.1.2}/tests/test_search.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdemtools
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Conveniently search, download, and preprocess ArcticDEM and REMA products.
5
5
  Author-email: Tom Chudley <thomas.r.chudley@durham.ac.uk>
6
6
  License: MIT
@@ -13,6 +13,6 @@ from . import _coreg
13
13
  from . import _geomorphometry
14
14
  from . import _utils
15
15
 
16
- __version__ = "1.1.1"
16
+ __version__ = "1.1.2"
17
17
 
18
18
  __all__ = ["search", "DemAccessor"]
@@ -403,7 +403,7 @@ def mosaic(
403
403
 
404
404
  if len(tiles) < 1:
405
405
  raise ValueError(
406
- f"No {dataset} mosaic tiles found to intersect with bounds {aoi}"
406
+ f"No {dataset} mosaic tiles found to intersect with bounds {bounds}"
407
407
  )
408
408
 
409
409
  # get aws filepaths from the tiles dataframe
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdemtools
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Conveniently search, download, and preprocess ArcticDEM and REMA products.
5
5
  Author-email: Tom Chudley <thomas.r.chudley@durham.ac.uk>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes