inbo / fish-tracking

🐟 Collection of scripts for processing and analysing fish tracking data
3 stars 0 forks source link

Decide on columns in fish_tracking_tags #13

Closed peterdesmet closed 9 years ago

peterdesmet commented 9 years ago
ammouton commented 9 years ago

length and weight should be added both catch and release location should be included; maybe we can include an additional field catch = release (1/0) to allow that release stays empty I would not remove the UTC time of "released at"? catch time should be added as well also catch ID, project, remarks and tag type

peterdesmet commented 9 years ago

length and weight should be added

Are added as catch_length and catch_weight

both catch and release location should be included;

Was already included

maybe we can include an additional field catch = release (1/0) to allow that release stays empty.

Yes, although it will be easier to work if those fields are just populated with the same data.

I would not remove the UTC time of "released at"?

released_at_time is now included in released_at. The old field has been removed. released_at has now the same format as all other datetime columns: yyyy-mm-ddThh:mm:ss

catch time should be added as well

If that info is available, it can be added to the catched_at datetime.

also catch ID

What would this identify?

project, remarks and tag type

All included.

ammouton commented 9 years ago

ok perfect

catch id was an error of mine; I meant tag id

problem solved