kuva-reader 1.0.1__py3-none-any.whl → 1.0.3__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 kuva-reader might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kuva-reader
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Manipulate the Kuva Space image and metadata formats
5
5
  License: MIT
6
6
  Author: Guillem Ballesteros
@@ -53,15 +53,16 @@ pip install kuva-reader
53
53
 
54
54
  ## Minimal example
55
55
 
56
- This is a minimal example that allows you to read and print the image shape of a L1 product. \
57
- The result product is in this case an L1C product (as seen from the folder name).
56
+ This is a minimal example that allows you to read and print the image shape of a L2 product.
57
+
58
+ The result product is in this case an L2A product (as seen from the folder name).
58
59
  The loaded product is stored in a `rioxarray` object, which contains extensive GIS functionalities [(examples for usage)](https://corteva.github.io/rioxarray/stable/examples/examples.html).
59
60
 
60
61
  ```python
61
62
  from kuva_reader import read_product
62
63
 
63
64
  l2a_product = read_product("my_data_folder/hyperfield1a_L2A_20250105T092548")
64
- print(product) # Will show some main information such as image shape and CRS
65
+ print(l2a_product) # Will show some main information such as image shape and CRS
65
66
  ```
66
67
 
67
68
  This assumes a mostly untouched folder after distributing. Otherwise, you may need to
@@ -9,7 +9,7 @@ kuva_reader/reader/product_base.py,sha256=_O96DACi2bWEXhNJVuIU328RJ1y1gs7_rMyyEa
9
9
  kuva_reader/reader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  kuva_reader/reader/read.py,sha256=l2x-vlOLP8AUMzqSjHLaT7xt0YJtYUjiYWm6btV-rqo,1762
11
11
  kuva_reader/reader/utils.py,sha256=oZ1G43nm8lCxzfbdqBs0KhKaXWe_uf-78uBXWvmZigs,1566
12
- kuva_reader-1.0.1.dist-info/METADATA,sha256=Ru0be5pkSdwlAvnrn1F8X8ZoxSm-Nhqflc_F6lXF-2k,4609
13
- kuva_reader-1.0.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
14
- kuva_reader-1.0.1.dist-info/entry_points.txt,sha256=YJysY9EChfOb1W_IEht2oE5Z8Y9jA0J6-kofaPv-NdI,149
15
- kuva_reader-1.0.1.dist-info/RECORD,,
12
+ kuva_reader-1.0.3.dist-info/METADATA,sha256=XDxxOJM_4pUzFthDkE8vLYlLTbXtSCRzkOvCCTxYECs,4612
13
+ kuva_reader-1.0.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
14
+ kuva_reader-1.0.3.dist-info/entry_points.txt,sha256=YJysY9EChfOb1W_IEht2oE5Z8Y9jA0J6-kofaPv-NdI,149
15
+ kuva_reader-1.0.3.dist-info/RECORD,,