feedback on new qa mask package
sdtaylor opened this issue · 0 comments
Hi all. Recently I was doing some work with modis data and spent a lot of time figuring out the QA bands which are packed into bits. There are a few packages which deal with this but are pretty limited, and every tutorial I found on it in python essentially just did it manually. So I put together a package which I tried to make as straightforward as possible.
You all do a lot of remote sensing & python stuff so I was hoping you could give some feedback on it and provide any suggestions or improvements. The package and docs are here:
https://github.com/sdtaylor/unpackqa
https://sdtaylor.github.io/unpackqa
It's currently limited to just some modis and landsat QA bands, but additions should be pretty easy once I'm confident in everything else.