goesgcp 1.0.1__py3-none-any.whl → 1.0.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.
goesgcp/main.py CHANGED
@@ -151,7 +151,7 @@ def main():
151
151
  parser.add_argument('--lon_min', type=float, default=-116, help='Minimum longitude of the bounding box')
152
152
  parser.add_argument('--lon_max', type=float, default=-25, help='Maximum longitude of the bounding box')
153
153
  parser.add_argument('--resolution', type=float, default=0.045, help='Resolution of the output file')
154
- parser.add_argument('--output_path', type=str, default='output/', help='Path for saving output files')
154
+ parser.add_argument('--output', type=str, default='output/', help='Path for saving output files')
155
155
 
156
156
  # Other settings
157
157
  parser.add_argument('--parallel', type=bool, default=True, help='Use parallel processing')
@@ -166,7 +166,7 @@ def main():
166
166
  sys.exit(1)
167
167
 
168
168
  # Set global variables
169
- output_path = args.output_path
169
+ output_path = args.output
170
170
  satellite = args.satellite
171
171
  product = args.product
172
172
  domain = args.domain
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goesgcp
3
- Version: 1.0.1
3
+ Version: 1.0.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
@@ -0,0 +1,8 @@
1
+ goesgcp/__init__.py,sha256=MigXIT7A1M9YZuH2MyjKReSziFwzbZX2boVYsLosR6s,22
2
+ goesgcp/main.py,sha256=76gQnFcc8Ht6LjK0cKGRD-eCJW7fJJk_upbBwbUaW1w,8728
3
+ goesgcp-1.0.2.dist-info/LICENSE,sha256=AHeZifD4UyBZI61Ug5lETXgX3Anp_XfAvFXQqrW9AnU,1078
4
+ goesgcp-1.0.2.dist-info/METADATA,sha256=Y-WggF1uIaY2nJMKVvwuhgN34u0W2Z8wT9NpQh_Ryl8,3219
5
+ goesgcp-1.0.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
+ goesgcp-1.0.2.dist-info/entry_points.txt,sha256=6afMW51WnUR9VZ_xvDoiB8JQb2OFiLuzRtV6dPL__OQ,46
7
+ goesgcp-1.0.2.dist-info/top_level.txt,sha256=C-C3vipI0AwEDW9nWFkJ6D0TkcKkIYlyyM15LMskUEc,8
8
+ goesgcp-1.0.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- goesgcp/__init__.py,sha256=MigXIT7A1M9YZuH2MyjKReSziFwzbZX2boVYsLosR6s,22
2
- goesgcp/main.py,sha256=t_qeof0nwuaWdLW5kbk5TNOk3n6QNuDoOJLHSC6neng,8738
3
- goesgcp-1.0.1.dist-info/LICENSE,sha256=AHeZifD4UyBZI61Ug5lETXgX3Anp_XfAvFXQqrW9AnU,1078
4
- goesgcp-1.0.1.dist-info/METADATA,sha256=XzgKLPCfdQ-ZzCmyZXTYFKvh5oHD-ochZN9QQd0kAmM,3219
5
- goesgcp-1.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
- goesgcp-1.0.1.dist-info/entry_points.txt,sha256=6afMW51WnUR9VZ_xvDoiB8JQb2OFiLuzRtV6dPL__OQ,46
7
- goesgcp-1.0.1.dist-info/top_level.txt,sha256=C-C3vipI0AwEDW9nWFkJ6D0TkcKkIYlyyM15LMskUEc,8
8
- goesgcp-1.0.1.dist-info/RECORD,,