goesgcp 1.0.2__tar.gz → 1.0.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.1
2
2
  Name: goesgcp
3
- Version: 1.0.2
3
+ Version: 1.0.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
@@ -185,8 +185,8 @@ def main():
185
185
  pattern = "OR_"+product+domain+"-M6C"+channel+"_G" + satellite[-2:]
186
186
  min_files = args.recent
187
187
 
188
- output = 'output/'
189
- pathlib.Path(output).mkdir(parents=True, exist_ok=True)
188
+ # Create output directory
189
+ pathlib.Path(output_path).mkdir(parents=True, exist_ok=True)
190
190
 
191
191
  # Create connection
192
192
  storage_client = storage.Client.create_anonymous_client()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goesgcp
3
- Version: 1.0.2
3
+ Version: 1.0.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
@@ -13,7 +13,7 @@ with open('requirements.txt') as f:
13
13
 
14
14
  setup(
15
15
  name="goesgcp",
16
- version='1.0.2',
16
+ version='1.0.3',
17
17
  author="Helvecio B. L. Neto",
18
18
  author_email="helvecioblneto@gmail.com",
19
19
  description="A package to download and process GOES-16/17 data",
File without changes
File without changes
File without changes
File without changes