humlab-sead / sead_bugs_import

SEAD bugs import
2 stars 0 forks source link

Bugs method "CalStd" has no mapping in SEAD #42

Open roger-mahler opened 4 years ago

roger-mahler commented 4 years ago

A number of Bugs import errors "No dating method found" are caused by Bugs method "CalStd". This code has no corresponding mapping in SEAD. The system fails to find an item in tbl_methods where method_abbrev_or_alt_name equals "CalStd".

Methods having "Cal" in their abbreviated name:

select *
from tbl_methods
where method_abbrev_or_alt_name like '%Cal%'
ArchPerCal
GeolPerCal
TephraCal
TypoCal
ArchCal
UnknownCal
GeolCal
HistCal
Cal
CalAMS
roger-mahler commented 4 years ago

See #31.