rafelafrance / traiter

Extract information from natural history annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trawl data produce false positive length measurements

tucotuco opened this issue · comments

Given the dynamicProperties: {"time collected":"morning", "water depth":"9.1-18.3", "bottom":"rock?", "length":"278" }

the output is lengthinmm:278 is_inferred:1 standard length type: "total length"

The output for this example is an exception, because although the immediate pattern of "length:[n]" fits, the meaning is not an organism measurement. There are many such examples in the data from the UWFC fish collection.

commented

I'm matching on text patterns. I would need another field or trait to key off of to fix this.