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

Fix intermediate raster format #230

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

seongsujeong
Copy link
Contributor

This PR is for fixing the SAS failure reported by the SDS team in November 2024. The reason for the failure was because in rare case GDAL did not recognize the intermediate raster files written in ENVI format. The fix was to change their format from ENVI to Geotiff.

The change was tested by processing the two cases of triaged dataset from PGE, which were successful. Also the old CSLC products were re-processed with the fixed COMPASS, and they are compared by using validate_product.py. The comparison did not catch any differences between them.

The increase of the speed was also tested. A slight increase in the processing time was noticed.

Burst CSLC:

  • before: 1 minutes 05 seconds
  • after: 1 minutes 06 seconds

Static layer:

  • before: 2 minutes 03 seconds
  • after: 2 minutes 15 seconds

@scottstanie scottstanie self-requested a review January 7, 2025 02:18
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.

2 participants