Merged
Conversation
At least reading the SNOW_ICE MERIS L2 flag should work now. This should be checked by experts though. (I added TODOs in various places.) The main change was: - to rename MER_RR__2P_flags_data to MER_RR__2P_flags_IODD7_data - to derive a new version MER_RR__2P_flags_data from it: - Added SNOW_ICE - Replaced LARS_ON by DDV - Removed LOW_PRESSURE - Fixed typo in description of WHITE_SCATTERER (Presense -> Presence) - Fixed bug (?) in CASE2_S: Using bits 8+21 (was: 8 only, i.e. water bit 21 not set) The following references were used for this change: - http://www.brockmann-consult.de/beam-jira/browse/BEAM-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel - https://github.com/bcdev/beam/blob/58f66c3d6697daab049abaa7284b26f652bfca5c/beam-envisat-reader/src/main/resources/org/esa/beam/resources/dddb/flags/MER_RR__2P_flags.dd - http://earth.eo.esa.int/pcs/envisat/meris/documentation/MERIS_IPF_evolution.pdf
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.
At least reading the SNOW_ICE MERIS L2 flag should work now. This should be checked by experts though.
(I added TODOs in various places.)
The main change was:
The following references were used for this change:
Rebased version of #11.
Closes: #11.