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

[S1.OSV.catch] fixed bug in finding files starting in previous month #286

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

johntruckenbrodt
Copy link
Owner

@johntruckenbrodt johntruckenbrodt commented Dec 11, 2023

The OSV files comprise info for a certain time range of acquisition. Previously, files whose time range started in the previous month of the defined acquisition start were not found.
Example:

  • scene: S1A_IW_GRDH_1SDV_20220201T163644_20220201T163709_041722_04F6E6_61EB (start in Feb. '22)
  • OSV: S1A_OPER_AUX_POEORB_OPOD_20220221T081611_V20220131T225942_20220202T005942 (start in Jan. '22)

Furthermore, upon zipping the local file, the EOF file is no longer first extracted into the current working directory (where it was not deleted afterwards) and then written to the local zip file. Instead, the file is directly read to memory. Hence, the user is no longer bothered with unpacked EOF files in the working directory.

closes #285

@johntruckenbrodt johntruckenbrodt merged commit 176c52e into main Dec 11, 2023
@johntruckenbrodt johntruckenbrodt deleted the bugfix/osv_month branch December 11, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with orbit files
1 participant