feat: implement automated data scraping and history generation pipeline for PVL reservoir levels

This commit is contained in:
David Fencl
2026-06-05 22:58:21 +02:00
parent 5411bd16ff
commit 8d1fb5b28e
25 changed files with 60588 additions and 419 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"mock": "tsx scripts/generateMockLakes.ts",
"scrape": "tsx scripts/scrapeLakes.ts",
"build-index": "tsx scripts/buildIndex.ts",
"data:update": "npm run scrape && npm run build-index"
"data:update": "npm run scrape && npm run build-index",
"data:watch": "tsx scripts/watchData.ts"
},
"dependencies": {
"axios": "^1.17.0",