GeoscienceAustralia / wagl

Python library for standardising satellite imagery into an Analysis Ready Data (ARD) form
Apache License 2.0
30 stars 7 forks source link

Incorrect fractional cover metadata #41

Closed sixy6e closed 10 years ago

sixy6e commented 10 years ago

Metadata for fractional cover is incorrect.

Basically in metadata.xml, replace Expressed as a percent * 1000 (3 places) with Expressed as 100% = 10000.

PV: Green Cover Fraction. Fraction of green cover including green groundcover and green leaf material over all strata, within the Landsat pixel. Expressed as a percent * 1000. NPV: Non-green cover fraction. Fraction of non green cover including litter, dead leaf and branches over all strata, within the Landsat pixel. Expressed as a percent * 1000. BS: Bare ground fraction. Fraction of bare ground including rock, bare and disturbed soil, within the Landsat pixel. Expressed as a percent * 1000. UE: Unmixing Error. The residual error, defined as the Eclidean Norm of the Residual Vector. High values express less confidence in the fractional components.

           Also, there is typing error, please replace Eclidean with Euclidean 
sixy6e commented 10 years ago

Fixed.