Skip to content

Commit

Permalink
Fix error on Burn_Date layer of MCD45A1, referenced on issue #77
Browse files Browse the repository at this point in the history
Changed the data type of the layer to "16-bit unsigned integer"
  • Loading branch information
lbusett committed Jun 14, 2017
1 parent 01c4f35 commit a817370
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ old_and_various/
Rplot\.pdf
Rplot01\.pdf
Rplot02\.pdf

vignettes/MODIStsp\.R
6 changes: 3 additions & 3 deletions inst/ExtData/MODIStsp_ProdOpts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17565,7 +17565,7 @@
<band>
<bandname>Burn_Date</bandname>
<fullname>Burn Date</fullname>
<datatype>16-bit integer</datatype>
<datatype>16-bit unsigned integer</datatype>
<nodata_in>11111</nodata_in>
<nodata_out>65535</nodata_out>
<scale_factor>1</scale_factor>
Expand Down Expand Up @@ -17619,7 +17619,7 @@
<band>
<bandname>Gap_R1</bandname>
<fullname>Gap Range-1</fullname>
<datatype>16-bit integer</datatype>
<datatype>16-bit unsigned integer</datatype>
<nodata_in>65535</nodata_in>
<nodata_out>65535</nodata_out>
<scale_factor>1</scale_factor>
Expand All @@ -17628,7 +17628,7 @@
<band>
<bandname>Gap_R2</bandname>
<fullname>Gap Range-2</fullname>
<datatype>16-bit integer</datatype>
<datatype>16-bit unsigned integer</datatype>
<nodata_in>65535</nodata_in>
<nodata_out>65535</nodata_out>
<scale_factor>1</scale_factor>
Expand Down

0 comments on commit a817370

Please sign in to comment.