izisat 0.1.0__py3-none-any.whl → 0.1.2__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
izisat/izisentinel.py CHANGED
@@ -26,7 +26,7 @@ class IZISentinel:
26
26
  utils = Utils()
27
27
  start_date = (end_date - timedelta(days=1)).strftime('%Y-%m-%d')
28
28
  end_date = end_date.strftime('%Y-%m-%d')
29
- projected_gdf = gdf.to_crs(geodataframe.estimate_utm_crs('SIRGAS 2000'))
29
+ projected_gdf = geodataframe.to_crs(geodataframe.estimate_utm_crs('SIRGAS 2000'))
30
30
  geodataframe = projected_gdf.buffer(1000)
31
31
  geodataframe = geodataframe.to_crs(4674)
32
32
  minx, miny, maxx, maxy = geodataframe.total_bounds
@@ -113,8 +113,8 @@ if __name__ == '__main__':
113
113
  BANDS_DICT = {"L2A":{"10m": ["B02", "B03","B04", "B08"]}}
114
114
  PLATFORM_NAME = "SENTINEL-2"
115
115
  SATELLITE_TYPE = 'L2A'
116
- COPERNICUS_USER=''
117
- COPERNICUS_PASSWD='!'
116
+ COPERNICUS_USER='anderson.stolfi22@gmail.com'
117
+ COPERNICUS_PASSWD='158695Ander!'
118
118
 
119
119
  zona_unica=False
120
120
 
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: izisat
3
- Version: 0.1.0
3
+ Version: 0.1.2
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,13 +1,13 @@
1
- izisat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- izisat/izisentinel.py,sha256=y79dPkiQgux7m1yxiTyC4wzdfn7V5e7JKDCLmEWOeiw,8440
1
+ izisat/__init__.py,sha256=_bAON5EI99gIy_50covYfku6rywhaqeqnqe-xEIrBy8,42
2
+ izisat/izisentinel.py,sha256=_E5mmTwRQfnoHqbeYiAoafQWsd3G4fRlr-I5V-DKrOI,8487
3
3
  izisat/misc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  izisat/misc/connections.py,sha256=_P_HyHZPpc46kYp0MjdRQZWYMrM-9Fn_nmwQWhfscoI,24424
5
5
  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.2.dist-info/licenses/LICENSE,sha256=aDkQU04Ctm_SV6RJcRpMTAXxtOTvAORT52Swc_Vgh7c,1072
10
+ izisat-0.1.2.dist-info/METADATA,sha256=j0IKRFlSO1-olWxJynxUzZWt6QJnjt2ddL_d9CIBY1s,6303
11
+ izisat-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ izisat-0.1.2.dist-info/top_level.txt,sha256=8pyYezZfRdKFuqZv_ZCxgRUJbpi6C0KuwMSlAa5Wbrc,7
13
+ izisat-0.1.2.dist-info/RECORD,,
File without changes