Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
roger-mahler opened this issue Mar 19, 2020 · 1 comment
Open

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

roger-mahler opened this issue Mar 19, 2020 · 1 comment
Assignees
Labels
data-error Incorrect data in SEAD help wanted Extra attention is needed quality-control Quality control related task

Comments

@roger-mahler
Copy link
Collaborator

roger-mahler commented Mar 19, 2020

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 roger-mahler added data-error Incorrect data in SEAD help wanted Extra attention is needed quality-control Quality control related task labels Mar 19, 2020
@roger-mahler roger-mahler added this to the SEAD @2020.03 release milestone Mar 19, 2020
@roger-mahler
Copy link
Collaborator Author

See #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-error Incorrect data in SEAD help wanted Extra attention is needed quality-control Quality control related task
Projects
None yet
Development

No branches or pull requests

2 participants