izisat 0.1.0__py3-none-any.whl → 0.1.1__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.
izisat/__init__.py CHANGED
@@ -0,0 +1 @@
1
+ from izisat.izisentinel import IZISentinel
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: izisat
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
7
  License-File: LICENSE
8
8
  Requires-Dist: geopandas>=1.1.1
9
9
  Requires-Dist: loguru>=0.7.3
10
+ Requires-Dist: rasterio>=1.4.3
10
11
  Requires-Dist: requests>=2.32.4
11
12
  Requires-Dist: tqdm>=4.67.1
12
13
  Dynamic: license-file
@@ -1,4 +1,4 @@
1
- izisat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1
+ izisat/__init__.py,sha256=_bAON5EI99gIy_50covYfku6rywhaqeqnqe-xEIrBy8,42
2
2
  izisat/izisentinel.py,sha256=y79dPkiQgux7m1yxiTyC4wzdfn7V5e7JKDCLmEWOeiw,8440
3
3
  izisat/misc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  izisat/misc/connections.py,sha256=_P_HyHZPpc46kYp0MjdRQZWYMrM-9Fn_nmwQWhfscoI,24424
@@ -6,8 +6,8 @@ izisat/misc/dates.py,sha256=Px0o2LBz48mVmoJj-v4PyYmwPT3W__oWmlhS4P5q4DQ,681
6
6
  izisat/misc/files.py,sha256=rb_36HqUuy4nQr6U9X-OwdX5rxKUyca9-nvo7KmvsR4,5103
7
7
  izisat/misc/raster_processing.py,sha256=DuzCmi4eykIn7t-SRBWQDSpEgzp6-OTg_GqkOQ7eItk,13745
8
8
  izisat/misc/utils.py,sha256=ZCQtE8NH5bJyLmMVZ4ds9zWRAzae3EDMVe0plIv8TQ8,7924
9
- izisat-0.1.0.dist-info/licenses/LICENSE,sha256=aDkQU04Ctm_SV6RJcRpMTAXxtOTvAORT52Swc_Vgh7c,1072
10
- izisat-0.1.0.dist-info/METADATA,sha256=sENs-iODIJudVX5AleUISyIIT0AW-3yw7YbHZl3DrXY,6272
11
- izisat-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- izisat-0.1.0.dist-info/top_level.txt,sha256=8pyYezZfRdKFuqZv_ZCxgRUJbpi6C0KuwMSlAa5Wbrc,7
13
- izisat-0.1.0.dist-info/RECORD,,
9
+ izisat-0.1.1.dist-info/licenses/LICENSE,sha256=aDkQU04Ctm_SV6RJcRpMTAXxtOTvAORT52Swc_Vgh7c,1072
10
+ izisat-0.1.1.dist-info/METADATA,sha256=OQZy5nT56-heQ4qhxqbxCLSrTCnRAwoys9-_3nfRgLc,6303
11
+ izisat-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ izisat-0.1.1.dist-info/top_level.txt,sha256=8pyYezZfRdKFuqZv_ZCxgRUJbpi6C0KuwMSlAa5Wbrc,7
13
+ izisat-0.1.1.dist-info/RECORD,,
File without changes