data_position

0 rows


Description

Contains the tag positional data series with associated Lat/Lon error estimates where available (migrated from proc_observations)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
date_time timestamptz 35,6 null
data_histogram_bin_data.position_date_time histogrambindata_dataposition_fkeyR
data_profile.position_date_time dataprofile_dataposition_fkeyR
data_time_series.position_date_time datetimeseries_datapositions_fkeyR

Date/time stamp of the tag positional data record

lat float8 17,17 null

Latitude in decimal degrees of the positional data tag record

lon float8 17,17 null

Longitude in decimal degrees of the positional data tag record

lat_err float8 17,17 null

Error associated with the tag record Laitudiinal positional estimate

lon_err float8 17,17 null

Error associated with the tag record Longitudinal positional estimate

submission_id int8 19 null
data_histogram_bin_data.submission_id histogrambindata_dataposition_fkeyR
data_profile.submission_id dataprofile_dataposition_fkeyR
data_time_series.submission_id datetimeseries_datapositions_fkeyR
submission.submission_id data_position_submission_id_fkeyC

Unique numeric ID assigned upon submission of a tag eTUFF data file for ingest/importation into Tagbase

tag_id int8 19 null
data_histogram_bin_data.tag_id histogrambindata_dataposition_fkeyR
data_profile.tag_id dataprofile_dataposition_fkeyR
data_time_series.tag_id datetimeseries_datapositions_fkeyR

Unique numeric Tag ID associated with the ingested tag data file

argosLC bpchar 1 null

Single character Argos Location Class positional quality code based on argosLC scheme defined by Argos System

Indexes

Constraint Name Type Sort Column(s)
data_position_pkey Primary key Asc/Asc/Asc submission_id + tag_id + date_time
data_position_date_time_index Performance Asc date_time
data_position_latlontime_index Performance Asc/Asc/Asc/Asc/Asc date_time + lat + lon + submission_id + tag_id

Relationships