Closed
Conversation
added 2 commits
January 8, 2014 12:19
This product has no bands and no "LINE_LENGTH" field but it should still be possible to open files and read them. The dataset offset compared to the MPH + SPH size should be the first one different from 0 (otherwise it means the dataset is not attached to the file)
avalentino
requested changes
Jan 1, 2026
| product_id->scene_height = epr_compute_scene_height(product_id); | ||
| sprintf(message_buffer, "product scene raster size: %u x %u", product_id->scene_width, product_id->scene_height); | ||
| epr_log(e_log_debug, message_buffer); | ||
| } |
Collaborator
|
Superseded by #21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've fixed some errors regarding the file structure of the product ASA_WVI_1P (bug [EPR-10] on the bug tracker, http://www.brockmann-consult.de/beam-jira/browse/EPR-10). There are also some modifications allowing to open and read files without bands (like ASA_WVI_1P files) and files with dataset descriptors referencing external datasets (not attached to the file).