tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

data_position.argos_location_class currently unused #269

Open lewismc opened 1 year ago

lewismc commented 1 year ago

The following row is unused in the data_position table

argos_location_class character varying(1),

I need to seek clarity on this one. @tagtuna any advice? Thanks

tagtuna commented 1 year ago

Hi Lewis, we will need to keep this one because it's a data field specific to the Argos satellite system. Some tags carry GPS-like antenna and establish positions from Argos whenever the antenna breaks the sea surface and in contact with the atmosphere. However, this system utilizes the Doppler effect so it's positional accuracy is lower and hence this flag is used by the system to denote its accuracy

Tim +1-847-877-3278

On Tue, May 30, 2023, 10:27 Lewis John McGibbney @.***> wrote:

The following row is unused in the data_position table

argos_location_class character varying(1),

I need to seek clarity on this one. @tagtuna https://github.com/tagtuna any advice? Thanks

— Reply to this email directly, view it on GitHub https://github.com/tagbase/tagbase-server/issues/269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC272JRV4QHOHK6OXGY4ZSDXIVLKHANCNFSM6AAAAAAYTLONTM . You are receiving this because you were mentioned.Message ID: @.***>

lewismc commented 1 year ago

Sounds good. In the future, an example eTUFF which has this metadata attribute would be great so we could test and implement. Thanks