cubexpress 0.1.6__tar.gz → 0.1.7__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 cubexpress might be problematic. Click here for more details.
- {cubexpress-0.1.6 → cubexpress-0.1.7}/PKG-INFO +1 -1
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/downloader.py +4 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/pyproject.toml +1 -1
- {cubexpress-0.1.6 → cubexpress-0.1.7}/LICENSE +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/README.md +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/__init__.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/cache.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/cloud_utils.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/conversion.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/cube.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/geospatial.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/geotyping.py +0 -0
- {cubexpress-0.1.6 → cubexpress-0.1.7}/cubexpress/request.py +0 -0
|
@@ -20,7 +20,11 @@ from typing import Any, Dict, List
|
|
|
20
20
|
import ee
|
|
21
21
|
import rasterio as rio
|
|
22
22
|
from rasterio.io import MemoryFile
|
|
23
|
+
import logging
|
|
24
|
+
import os
|
|
23
25
|
|
|
26
|
+
os.environ['CPL_LOG_ERRORS'] = 'OFF'
|
|
27
|
+
logging.getLogger('rasterio._env').setLevel(logging.ERROR)
|
|
24
28
|
|
|
25
29
|
def download_manifest(ulist: Dict[str, Any], full_outname: pathlib.Path) -> None:
|
|
26
30
|
"""Download *ulist* and save it as *full_outname*.
|
|
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
|