You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: