Project

General

Profile

Feature #1090

Updated by Alexander Watzinger about 1 year ago

Concept for adding radiocarbon data: "laboratory + sample No.: 14C year ± range BP" 

 *E18* (strategraphic unit) -> *P3* (has note) -> *E62* (String) -> *P2* (has type) -> *E55* (Type) named "radiocarbon dating" 
 In the link description The string field value would be a JSON notation will be used, notation, like: 
 <pre> 
 {"labId": "VERA", "specId": "23432A", "radiocarbonYear": 2040, "range": 30, "timeScale": "BP"} 
 </pre> 
 *Implementation* 
 * Implement for strategraphic unit 
 * Implement for other classes, e.g. find and artifact (separate issue) 
 * Calibration with "IOSACal":https://iosacal.readthedocs.io/ (separate issue)

Back