Description Format samplePassData sampleFailData targetDWCField checkCategory References Examples
This data check answers: "?" question.
Data check will pass if The coordinate precision (dwc:coordinatePrecision) is between zero (minimum) and one (maximum) and will fail if The coordinate precision (dwc:coordinatePrecision), as a decimal representation, is outside the range of zero (minimum) and one (maximum).
Dimension of this data check is Conformance and it's flagging type is: FLAG
Example of entries that will pass: coordinatePrecision=0,coordinatePrecision=0.5,coordinatePrecision=1
, such data check would return Passed
.
Example of entries that will fail: coordinatePrecision=3,coordinatePrecision=-1
, such data check would return Failed
.
An object of class "dataCheck"
, see dataCheck
for details.
The coordinate precision (dwc:coordinatePrecision) is between zero (minimum) and one (maximum)
The coordinate precision (dwc:coordinatePrecision), as a decimal representation, is outside the range of zero (minimum) and one (maximum)
coordinatePrecision
Location
None
1 | performDC(DC = DC_precisionRangeMismatch, DATA = bdchecks::dataBats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.