Skip to content

Commit

Permalink
Buigfix on MCD12Q1
Browse files Browse the repository at this point in the history
Correct bug due to incorrect data_type setting
  • Loading branch information
lbusett committed Jan 5, 2017
1 parent 0344c78 commit 17e007a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions inst/ExtData/MODIStsp_ProdOpts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14586,120 +14586,120 @@
<combined>1</combined>
<tiled>1</tiled>
<www>https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mcd12q1</www>
<bands>
<bands>
<band>
<bandname>LC1</bandname>
<fullname>Land Cover Type 1 (IGBP)*</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC2</bandname>
<fullname>Land Cover Type 2 (UMD)*</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC3</bandname>
<fullname>Land Cover Type 3 (LAI/fPAR)*</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC4</bandname>
<fullname>Land Cover Type 4 (NPP/BGC)*</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC5</bandname>
<fullname>Land Cover Type 5 (PFT)**</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC1_Assessment</bandname>
<fullname>Land Cover Type 1 Assessment</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC2_Assessment</bandname>
<fullname>Land Cover Type 2 Assessment</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC3_Assessment</bandname>
<fullname>Land Cover Type 3 Assessment</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC4_Assessment</bandname>
<fullname>Land Cover Type 4 Assessment</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC5_Assessment</bandname>
<fullname>Land Cover Type 5 Assessment</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC_QC</bandname>
<fullname>Land Cover QC</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC1_2</bandname>
<fullname>Land Cover Type 1 Secondary</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC1_2_Percent</bandname>
<fullname>Land Cover Type 1 Secondary %</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC_Property1</bandname>
<fullname>Land Cover Property 1</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC_Property2</bandname>
<fullname>Land Cover Property 2</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
<band>
<bandname>LC_Property3</bandname>
<fullname>Land Cover Property 3</fullname>
<datatype>8-bit unsigned</datatype>
<datatype>8-bit unsigned integer</datatype>
<nodata_in>255</nodata_in>
<nodata_out>255</nodata_out>
</band>
</bands> <quality_indicators>
</bands> <quality_indicators>
<quality>
<quality_bandname>Mandatory_QA</quality_bandname>
<quality_fullname>Mandatory QA</quality_fullname>
Expand Down

0 comments on commit 17e007a

Please sign in to comment.