cubexpress 0.1.5__py3-none-any.whl → 0.1.6__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 cubexpress might be problematic. Click here for more details.

cubexpress/downloader.py CHANGED
@@ -57,10 +57,9 @@ def download_manifest(ulist: Dict[str, Any], full_outname: pathlib.Path) -> None
57
57
  count=13,
58
58
  photometric="MINISBLACK"
59
59
  )
60
- all_bands = src.read()
61
60
 
62
- with rio.open(full_outname, "w", **profile) as dst:
63
- dst.write(all_bands)
61
+ with rio.open(full_outname, "w", **profile) as dst:
62
+ dst.write(src.read())
64
63
 
65
64
  print(f"{full_outname} downloaded successfully.") # noqa: T201
66
65
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cubexpress
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Efficient processing of cubic Earth-observation (EO) data.
5
5
  Home-page: https://github.com/andesdatacube/cubexpress
6
6
  License: MIT
@@ -3,11 +3,11 @@ cubexpress/cache.py,sha256=EZiR2AJfplaLpqMIVFb5piCAgFqHKF1vgLIrutfz8tA,1425
3
3
  cubexpress/cloud_utils.py,sha256=O4qcl8kr0_Yv0giZ-h4uzf791d1_z9HZy1Br8N867iA,8102
4
4
  cubexpress/conversion.py,sha256=JSaMnswY-2n5E4H2zxb-oEOTJ8UPzXfMeSVCremtvTw,2520
5
5
  cubexpress/cube.py,sha256=1GPVAt5Q0vGqA3QJ4gixAevlosV4JHNKMzN1PirhawI,2911
6
- cubexpress/downloader.py,sha256=_u7BuZ1ZPhdXDGE558U4YSZ54UlBYujjPQDTUCweu_o,3152
6
+ cubexpress/downloader.py,sha256=Z0d6j6ZBwLVPOB3Whh0NGD8lkuAaGkaugtmimD4c6y8,3134
7
7
  cubexpress/geospatial.py,sha256=ZbsPIgsYQFnNFXUuQ136rJsL4b2Bf91o0Vsswby2dFc,1812
8
8
  cubexpress/geotyping.py,sha256=6hjzjZhg6jRYRhLMQ_IiBygnShWlRCtpIbf6rRaQQ7s,17163
9
9
  cubexpress/request.py,sha256=cRm0J6Um8wCkbMDYBv9eCiqv32hLH28EH4eHLLDsJ-c,2333
10
- cubexpress-0.1.5.dist-info/LICENSE,sha256=XjoS-d76b7Cl-VgCWhQk83tNf2dNldKBN8SrImwGc2Q,1072
11
- cubexpress-0.1.5.dist-info/METADATA,sha256=LX4bFAlORC5YpxUJTQOpkV1PE98w87-lOV3IxETjnwI,9628
12
- cubexpress-0.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
- cubexpress-0.1.5.dist-info/RECORD,,
10
+ cubexpress-0.1.6.dist-info/LICENSE,sha256=XjoS-d76b7Cl-VgCWhQk83tNf2dNldKBN8SrImwGc2Q,1072
11
+ cubexpress-0.1.6.dist-info/METADATA,sha256=px4-QnHxi9xBGHA8TRckdBr1aMsc2ksrw0mtUf6YJ9k,9628
12
+ cubexpress-0.1.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
13
+ cubexpress-0.1.6.dist-info/RECORD,,