goesgcp 1.0.3__tar.gz → 1.0.4__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.
- {goesgcp-1.0.3 → goesgcp-1.0.4}/PKG-INFO +1 -1
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp/main.py +1 -1
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/PKG-INFO +1 -1
- {goesgcp-1.0.3 → goesgcp-1.0.4}/setup.py +1 -1
- {goesgcp-1.0.3 → goesgcp-1.0.4}/LICENSE +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/README.md +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp/__init__.py +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/SOURCES.txt +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/dependency_links.txt +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/entry_points.txt +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/requires.txt +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/goesgcp.egg-info/top_level.txt +0 -0
- {goesgcp-1.0.3 → goesgcp-1.0.4}/setup.cfg +0 -0
|
@@ -224,7 +224,7 @@ def main():
|
|
|
224
224
|
print('Cropping and reprojecting files...')
|
|
225
225
|
# Crop and reproject all files in serial mode
|
|
226
226
|
for file in recent_files:
|
|
227
|
-
crop_reproject(f'tmp/{file.split("/")[-1]}',
|
|
227
|
+
crop_reproject(f'tmp/{file.split("/")[-1]}', output_path)
|
|
228
228
|
loading_bar.update(1)
|
|
229
229
|
loading_bar.close()
|
|
230
230
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|