goesgcp 3.0.1__tar.gz → 3.1.2__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.0.1
3
+ Version: 3.1.2
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,12 +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
23
- Requires-Dist: xarray
24
- Requires-Dist: google-cloud-storage
25
- Requires-Dist: netcdf4
26
- Requires-Dist: tqdm
27
- Requires-Dist: setuptools
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
28
32
  Dynamic: author
29
33
  Dynamic: author-email
30
34
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: goesgcp
3
- Version: 3.0.1
3
+ Version: 3.1.2
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,12 +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
23
- Requires-Dist: xarray
24
- Requires-Dist: google-cloud-storage
25
- Requires-Dist: netcdf4
26
- Requires-Dist: tqdm
27
- Requires-Dist: setuptools
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
28
32
  Dynamic: author
29
33
  Dynamic: author-email
30
34
  Dynamic: classifier
@@ -0,0 +1,10 @@
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
@@ -0,0 +1,10 @@
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
@@ -47,12 +47,10 @@ def install_gdal():
47
47
  sys.exit(1)
48
48
 
49
49
  elif system == "Darwin":
50
- print("GDAL is not available for macOS via this installer.")
51
- sys.exit(1)
50
+ print("Note: GDAL should be installed separately on macOS (e.g., via Homebrew: brew install gdal)")
52
51
 
53
52
  else:
54
- print("Unsupported operating system.")
55
- sys.exit(1)
53
+ print("Unsupported operating system. GDAL must be installed manually.")
56
54
 
57
55
  except subprocess.CalledProcessError:
58
56
  print("Error installing GDAL.")
@@ -70,7 +68,7 @@ else:
70
68
 
71
69
  setup(
72
70
  name="goesgcp",
73
- version="3.0.1",
71
+ version="3.1.2",
74
72
  author="Helvecio B. L. Neto",
75
73
  author_email="helvecioblneto@gmail.com",
76
74
  description="A package to download and process GOES-16/17 data",
@@ -1,6 +0,0 @@
1
- pandas
2
- xarray
3
- google-cloud-storage
4
- netcdf4
5
- tqdm
6
- setuptools
@@ -1,6 +0,0 @@
1
- pandas
2
- xarray
3
- google-cloud-storage
4
- netcdf4
5
- tqdm
6
- setuptools
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes