NINAnor / NOFA

Docs for the NOFA database
GNU General Public License v3.0
1 stars 0 forks source link

add minimumDepthInMeters and maximumDepthInMeters to event table #43

Closed andersfi closed 7 years ago

andersfi commented 7 years ago

Currently in proses of importing the PIKE database. Realizing that we are lacking the terms minimumDepthInMeters and maximumDepthInMeters. These should be added to the event table.

These are strait forward numeric terms describing the depth in m of the sampling http://tdwg.github.io/dwc/terms/index.htm#minimumDepthInMeters.

I am, however, unsure on what numeric data-type these should be? Range would be from 0 - 1000 with maximal 2 digits precision, only positive numbers allowed.

andersfi commented 7 years ago

Added (without constraint for now), in order to facilitate PIKE data import.