This package of scripts controls the function of pushing updated data extracted from the EKO station.
- Pandas
- Numpy
- Plotly
- Psycopg Binary
- Postgres Database holding EKO station data.
It is important to use cron jobs to regularly clean data - the isolated CSV folder can be a point of breaking if more than one file is stored there, therefore it's recommended to wipe the directory clean every 24 hours.
PostgreSQL 14 container is used to store EKO station data.
HOW TO DELETE OLD ROWS - based on current date.
DELETE FROM radiance WHERE "Timestamp" LIKE '%current_date%';
-- VisualizePlotly Output
-- AM1.5 Script Output