robswc / nadocast-ui

an unofficial user interface for the nadocast project
https://nadocast-ui.robswc.me/
MIT License
2 stars 3 forks source link

Prevent re-processing of forecasts #6

Open robswc opened 4 months ago

robswc commented 4 months ago

We should first check if the we have created a probabilities csv file for a date/time combination before processing it. This would prevent wasting of resources.

Referring to:

https://github.com/robswc/nadocast-ui/blob/main/app/pages/data.py

We should not allow the user/page to process a date/hour if it has already been processed.