xronos-ch / xronos.rails

Ruby on Rails application powering XRONOS, an open infrastructure for chronometric data from archaeological contexts worldwide
https://xronos.ch
MIT License
4 stars 0 forks source link

Determine when to use MarineCal #326

Closed joeroe closed 3 months ago

joeroe commented 7 months ago

We can detect whether to use the northern or southern hemisphere curve easily enough (if we have a latitude coordinate), but how can we know whether to use MarineCal?

MartinHinz commented 3 months ago

Summary of Options for Checking if a Location is in the Sea

1. Using External APIs

2. Using Geospatial Data Locally

joeroe commented 3 months ago

I don't know what I was thinking with the former title: the question is not whether the site is in the sea, but where the sample came from. MarineCal is for samples from a marine environment and most of these show up on terrestrial sites. Conversely, samples from submarine sites (if people do radiocarbon dating of them??) are likely terrestrial in origin and should use IntCal/SHCal.

MartinHinz commented 3 months ago

In that case, to my knowledge, there is no way of telling this directly from the data that are usually published with the date itself. The only logic, that I can think of, would be, if we have a Delta C13 value, and that value indicates a marine influence, then we could suggest to use it to use the marine curves. Do you have any other ideas?

joeroe commented 3 months ago

Yeah I agree, it's not feasible to do this reliably. Defaulting to IntCal or SHCal, and giving the user the option to switch to MarineCal, seems fine.