Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extraction from zip archives #11

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Allow extraction from zip archives #11

merged 2 commits into from
Dec 15, 2023

Conversation

maawoo
Copy link
Owner

@maawoo maawoo commented Dec 15, 2023

Introduces the new parameter temp_unpack_zip for gedi.extract_data. If the parameter is set to True, the provided directory will be searched for zip files. These will then be unpacked in temporary directories and searched for GEDI L2A / L2B files. The temporary directories including the unpacked zip files will later be cleaned up. This option should be used with caution!

Closes #2

@maawoo maawoo added the enhancement New feature or request label Dec 15, 2023
@maawoo maawoo merged commit b49b2ad into main Dec 15, 2023
@maawoo maawoo deleted the zip_archives branch December 15, 2023 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use GDAL /vsizip to read compressed HDF5 files
1 participant