Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep pit start and stop time for temperature profiles #144

Open
micah-prime opened this issue Oct 3, 2024 · 0 comments
Open

Keep pit start and stop time for temperature profiles #144

micah-prime opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels
DB Any requests related to changes/updates of the DB table structure or definitions enhancement New feature or request

Comments

@micah-prime
Copy link
Contributor

Keep the start and stop time from the pit temperature profiles

This should go in the Site (sites) table. The data is structured as

# Depth (cm),Temperature (deg C),Time start/end
57.0,-20.3,10:32:00
50.0,-15.7,-9999
40.0,-12.1,-9999
30.0,-10.1,-9999
20.0,-8.7,-9999
10.0,-7.7,-9999
0.0,-5.3,10:39:00

In the raw files so some fancy parsing will need to happen. For now the table structure should just be able to have two new Time columns

@micah-prime micah-prime added the enhancement New feature or request label Oct 3, 2024
@micah-prime micah-prime self-assigned this Oct 9, 2024
@jomey jomey added the DB Any requests related to changes/updates of the DB table structure or definitions label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB Any requests related to changes/updates of the DB table structure or definitions enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants