Bill Duncan
Bill Duncan
Another note: Darwin Core also min/max depth values that we may be able to make use of: [minimumDepthInMeters](https://dwc.tdwg.org/list/#dwc_minimumDepthInMeters), [maximumDepthInMeters](https://dwc.tdwg.org/list/#dwc_maximumDepthInMeters)
It may be best to go with option 3b `"NUMBER[-NUMBER] UNIT"` and let the vendors implement field as they see fit; e.g, having a min and max fields in the...
We need to consider cases in which negative numbers are used (e.g., temps below freezing). Use cases I can think of: - A single negative number (e.g., `-10 C`). The...
Proposal on 2022-07-26: Break up value in to atomic fields: e.g. one field each for: - depth - start begin - depth end - unit How does this affect user...
> start begin Sorry, that was a typo. The approach advocated by @pbuttigieg would be to have generic fields such as: - range start - range end - unit For...
In some of the software systems I've worked with, the software would automatically set the range end value equal to the ranger start in cases where only a single value...
Steps: - install a venv: `python -m venv .env` - activate the venv - install `requirement.txt` - run jupyter lab - within jupyter lab, open and run `examples.ipynb` This results...
Another error .... Cell magic `%%yaml --loader DupCheckYamlLoader yaml` to work I had to remove the `--loader DupCheckYamlLoader yaml`  I also get this strange error `Javascript Error: require is...
I don't know. Do the errors occur when running the new linkml? I'd have to run the notebook to find out ...
Cataloging errors as I attempt to run `examples.ipynb`. Setup before running: - created a virtual environment: `python -m venv .env` - installed both the `requirements.txt` and requirements-dev.txt` files using `pip`....