0%

Pymasker

Pymasker is a python package to generate various masks from the landsat 8 Quality Assessment band and MODIS products.

This project is hosted at GitHub.

Installation

The package can be shipped to your computer using pip.

1
pip install pymasker

Or just install it with the source code.

1
python setup.py install

This package depends on numpy. If you want to directly load the QA band file, GDAL is also in need if you want to .

Releasse

  • 0.1.0

    • First release of this package
  • 0.1.2

    • Added multi-criteria masking
    • Added new confidence leve: none
  • 0.1.3

    • Added cumulative options for multi-criteria masking
    • Fixed a default value problem in multi-criteria masking
  • 0.1.4

    • Removed the dependence of GDAL
  • 0.2.0

    • Added support for MODIS land products
  • 0.2.3

    • Restructure package