goesgcp 3.1.2__tar.gz → 3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: goesgcp
3
- Version: 3.1.2
3
+ Version: 3.1.3
4
4
  Summary: A package to download and process GOES-16/17 data
5
5
  Home-page: https://github.com/helvecioneto/goesgcp
6
6
  Author: Helvecio B. L. Neto
@@ -19,16 +19,16 @@ Classifier: Topic :: Software Development
19
19
  Classifier: Topic :: Utilities
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: pandas==3.0.0
23
- Requires-Dist: xarray==2025.11.0
24
- Requires-Dist: rioxarray==0.20.0
25
- Requires-Dist: google-cloud-storage==3.9.0
26
- Requires-Dist: netCDF4==1.7.4
27
- Requires-Dist: tqdm==4.67.3
28
- Requires-Dist: setuptools==80.10.2
29
- Requires-Dist: numpy==2.4.2
30
- Requires-Dist: pyproj==3.7.2
31
- Requires-Dist: rasterio==1.5.0
22
+ Requires-Dist: pandas>=1.5.0
23
+ Requires-Dist: xarray>=2023.1.0
24
+ Requires-Dist: rioxarray<0.21.0,>=0.14.0
25
+ Requires-Dist: google-cloud-storage>=2.0.0
26
+ Requires-Dist: netCDF4>=1.6.0
27
+ Requires-Dist: tqdm>=4.60.0
28
+ Requires-Dist: setuptools>=65.0.0
29
+ Requires-Dist: numpy>=1.22.0
30
+ Requires-Dist: pyproj>=3.4.0
31
+ Requires-Dist: rasterio>=1.3.0
32
32
  Dynamic: author
33
33
  Dynamic: author-email
34
34
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: goesgcp
3
- Version: 3.1.2
3
+ Version: 3.1.3
4
4
  Summary: A package to download and process GOES-16/17 data
5
5
  Home-page: https://github.com/helvecioneto/goesgcp
6
6
  Author: Helvecio B. L. Neto
@@ -19,16 +19,16 @@ Classifier: Topic :: Software Development
19
19
  Classifier: Topic :: Utilities
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: pandas==3.0.0
23
- Requires-Dist: xarray==2025.11.0
24
- Requires-Dist: rioxarray==0.20.0
25
- Requires-Dist: google-cloud-storage==3.9.0
26
- Requires-Dist: netCDF4==1.7.4
27
- Requires-Dist: tqdm==4.67.3
28
- Requires-Dist: setuptools==80.10.2
29
- Requires-Dist: numpy==2.4.2
30
- Requires-Dist: pyproj==3.7.2
31
- Requires-Dist: rasterio==1.5.0
22
+ Requires-Dist: pandas>=1.5.0
23
+ Requires-Dist: xarray>=2023.1.0
24
+ Requires-Dist: rioxarray<0.21.0,>=0.14.0
25
+ Requires-Dist: google-cloud-storage>=2.0.0
26
+ Requires-Dist: netCDF4>=1.6.0
27
+ Requires-Dist: tqdm>=4.60.0
28
+ Requires-Dist: setuptools>=65.0.0
29
+ Requires-Dist: numpy>=1.22.0
30
+ Requires-Dist: pyproj>=3.4.0
31
+ Requires-Dist: rasterio>=1.3.0
32
32
  Dynamic: author
33
33
  Dynamic: author-email
34
34
  Dynamic: classifier
@@ -0,0 +1,10 @@
1
+ pandas>=1.5.0
2
+ xarray>=2023.1.0
3
+ rioxarray<0.21.0,>=0.14.0
4
+ google-cloud-storage>=2.0.0
5
+ netCDF4>=1.6.0
6
+ tqdm>=4.60.0
7
+ setuptools>=65.0.0
8
+ numpy>=1.22.0
9
+ pyproj>=3.4.0
10
+ rasterio>=1.3.0
@@ -0,0 +1,10 @@
1
+ pandas>=1.5.0
2
+ xarray>=2023.1.0
3
+ rioxarray>=0.14.0,<0.21.0
4
+ google-cloud-storage>=2.0.0
5
+ netCDF4>=1.6.0
6
+ tqdm>=4.60.0
7
+ setuptools>=65.0.0
8
+ numpy>=1.22.0
9
+ pyproj>=3.4.0
10
+ rasterio>=1.3.0
@@ -68,7 +68,7 @@ else:
68
68
 
69
69
  setup(
70
70
  name="goesgcp",
71
- version="3.1.2",
71
+ version="3.1.3",
72
72
  author="Helvecio B. L. Neto",
73
73
  author_email="helvecioblneto@gmail.com",
74
74
  description="A package to download and process GOES-16/17 data",
@@ -1,10 +0,0 @@
1
- pandas==3.0.0
2
- xarray==2025.11.0
3
- rioxarray==0.20.0
4
- google-cloud-storage==3.9.0
5
- netCDF4==1.7.4
6
- tqdm==4.67.3
7
- setuptools==80.10.2
8
- numpy==2.4.2
9
- pyproj==3.7.2
10
- rasterio==1.5.0
@@ -1,10 +0,0 @@
1
- pandas==3.0.0
2
- xarray==2025.11.0
3
- rioxarray==0.20.0
4
- google-cloud-storage==3.9.0
5
- netCDF4==1.7.4
6
- tqdm==4.67.3
7
- setuptools==80.10.2
8
- numpy==2.4.2
9
- pyproj==3.7.2
10
- rasterio==1.5.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes