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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cubexpress
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Efficient processing of cubic Earth-observation (EO) data.
5
5
  Home-page: https://github.com/andesdatacube/cubexpress
6
6
  License: MIT
@@ -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*.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cubexpress"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "Efficient processing of cubic Earth-observation (EO) data."
5
5
  authors = [
6
6
  "Julio Contreras <contrerasnetk@gmail.com>",
File without changes
File without changes