@bthe @erlasturl Currently when importing Atlantis tracers into MFDB, I'm ignoring the depth layers, as a result of any query each layers for a Box will be combined:
https://github.com/mareframe/mfdbatlantis/blob/56e05a3/demo/iceland.R#L32
Options:
- This is absolutely fine, we don't really care about depth outside Atlantis anyway.
- Import each layer with a different data_source, so it's possible to pick apart the depth information ~manually.
- Invent tows (with the right depth set) to assign each layer information to.
- Expand the database to directly represent the layer (either in meter depth or layer box), and have some ability to query this.
Any thoughts?
@bthe @erlasturl Currently when importing Atlantis tracers into MFDB, I'm ignoring the depth layers, as a result of any query each layers for a Box will be combined:
https://github.com/mareframe/mfdbatlantis/blob/56e05a3/demo/iceland.R#L32
Options:
Any thoughts?