Skip to content

Commit

Permalink
more about collection number
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu committed Jul 8, 2017
1 parent 299b419 commit 602392b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ from pymasker import LandsatMasker
from pymasker import LandsatConfidence

# load the QA band directly
masker = LandsatMasker('LC80170302014272LGN00_BQA.TIF')
#
# The "collection" parameter is required for landsat to specify the collection
# number. Acceptable number: 0 (pre-collection), 1 (collection-1)
#
masker = LandsatMasker('LC80170302014272LGN00_BQA.TIF', collection=0)

# algorithm has high confidence that this condition exists
# (67-100 percent confidence)
Expand Down

0 comments on commit 602392b

Please sign in to comment.