Closed ramarty closed 11 months ago
@ramarty Thanks for reporting this issue! Yeah...It must be because the argument quality_flag_rm
is not being passed to h5_to_geotiff.
@ramarty I just pushed https://github.com/worldbank/blackmarblepy/pull/32. If you have the chance, would you mind testing it?
pip install git+https://github.com/worldbank/blackmarblepy.git@hotfix-quality_flag_rm
It seems there's an issue with removing cells based on quality.
For example, this:
displays this:
But when removing "0" as well, it looks the same -- when most of these pixels are good quality (0), so these should be removed / set to na as well.
Same plotting code as above, and figure looks the same.
@g4brielvs I'll take a look here, but not sure if you have any quick thoughts?