Skip to content

Commit

Permalink
Corrected xml and RData of M*D13C2, M*13C1 and M*D13A3 - fixes #149
Browse files Browse the repository at this point in the history
Fixed inconsistencies in definition of available layers for the 3 products
  • Loading branch information
lbusett committed Nov 14, 2018
1 parent c30aa37 commit 5d17a79
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Expand Up @@ -2,6 +2,9 @@

#### Bug fixing

- Fixed inconsistencies in definition of characteristics of Product M*D13C1,
MOD/MYD13C2/C1 and MOD/MYD13A3 (erroneous layers in xml)

- Fixed a bug leading to help messages in the select layers portion of the GUI
to not render

Expand Down
36 changes: 27 additions & 9 deletions inst/ExtData/MODIStsp_ProdOpts.xml
Expand Up @@ -9060,15 +9060,6 @@
<scale_factor>0.01</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>DOY</bandname>
<fullname>Day of year of VI pixel</fullname>
<datatype>16-bit signed integer</datatype>
<nodata_in>-1</nodata_in>
<nodata_out>32767</nodata_out>
<scale_factor>1</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>Rely</bandname>
<fullname>Quality reliability of VI pixel</fullname>
Expand Down Expand Up @@ -9245,6 +9236,15 @@
<scale_factor>0.0001</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>View_Zen</bandname>
<fullname>View zenith angle of VI pixel</fullname>
<datatype>16-bit signed integer</datatype>
<nodata_in>-10000</nodata_in>
<nodata_out>32767</nodata_out>
<scale_factor>0.01</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>NDVI_std</bandname>
<fullname>Standard deviation from input NDVI pixels</fullname>
Expand All @@ -9254,6 +9254,15 @@
<scale_factor>0.0001</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>EVI_std</bandname>
<fullname>Standard deviation computed from input EVI pixels</fullname>
<datatype>16-bit signed integer</datatype>
<nodata_in>-3000</nodata_in>
<nodata_out>32767</nodata_out>
<scale_factor>0.0001</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>NPixels</bandname>
<fullname>Number of 1 km input pixels used</fullname>
Expand Down Expand Up @@ -9466,6 +9475,15 @@
<scale_factor>0.0001</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>EVI_std</bandname>
<fullname>Standard deviation computed from input EVI pixels</fullname>
<datatype>16-bit signed integer</datatype>
<nodata_in>-3000</nodata_in>
<nodata_out>32767</nodata_out>
<scale_factor>0.0001</scale_factor>
<offset>0</offset>
</band>
<band>
<bandname>NPixels</bandname>
<fullname>Number of 1 km input pixels used</fullname>
Expand Down
Binary file modified inst/ExtData/Previous/MODIStsp_ProdOpts.RData
Binary file not shown.

0 comments on commit 5d17a79

Please sign in to comment.