kuva-reader 0.1.2__tar.gz → 0.1.3__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 kuva-reader might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kuva-reader
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Manipulate the Kuva Space image and metadata formats
5
5
  License: MIT
6
6
  Author: Guillem Ballesteros
@@ -1,8 +1,8 @@
1
1
  from pathlib import Path
2
2
  from typing import cast
3
3
 
4
- import xarray
5
4
  import rioxarray as rx
5
+ import xarray
6
6
  from kuva_metadata import MetadataLevel1AB, MetadataLevel1C
7
7
  from pint import UnitRegistry
8
8
  from xarray import Dataset
@@ -91,6 +91,7 @@ class Level1ABProduct(ProductBase[MetadataLevel1AB]):
91
91
  self, camera: str | None = None, per_band: bool = False
92
92
  ) -> xarray.Dataset:
93
93
  """Get the bad pixel mask associated to each camera of the L0 product
94
+
94
95
  Returns
95
96
  -------
96
97
  The bad pixel masks of the cameras
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "kuva-reader"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "Manipulate the Kuva Space image and metadata formats"
9
9
  authors = ["Guillem Ballesteros <guillem@kuvaspace.com>" , "Lennert Antson <lennert.antson@kuvaspace.com>", "Arthur Vandenhoeke <arthur.vandenhoeke@kuvaspace.com>", "Olli Eloranta <olli.eloranta@kuvaspace.com>"]
10
10
  license = "MIT"