Feature #1090
Updated by Alexander Watzinger over 2 years ago
Concept for adding radiocarbon data: "laboratory + sample No.: 14C year ± range BP" *E18* (strategraphic unit) -> *P3* (has note) -> *E62* (String) -> *P3* (has type) -> *E55* (Type) named "radiocarbon dating" The string field value would be a JSON notation, like: example: <pre> {"labId": "VERA", "specId": "23432A", "radiocarbonYear": 2040, "range": "error": 30, "timeScale": "BP"} </pre> *Update* *Implementation* * Implement We can take a look at "IOSACal":https://iosacal.readthedocs.io/ which is an is an open source tool for strategraphic unit * Implement for other classes, e.g. find radiocarbon calibration, can create plots and artifact (separate issue) * Calibration with "IOSACal":https://iosacal.readthedocs.io/ (separate issue) is written in Python