johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
494 stars 110 forks source link

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

Closed johntruckenbrodt closed 8 months ago

johntruckenbrodt commented 8 months ago

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:

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