39C3 TOTA location lookup

This commit is contained in:
Ian Renton
2025-12-26 09:14:49 +00:00
parent 05bc65337f
commit 9b737a8176
4 changed files with 46 additions and 12 deletions

View File

@@ -221,6 +221,7 @@ To navigate your way around the source code, this list may help.
* `/` - Main script (`spothole.py`), pip `requirements.txt`, config, README, etc.
* `/images` - Image sources
* `/datafiles` - Local data sources (differentiated from the majority of data files which are loaded from URLs and cached in `/cache`)
* `/cache` - Directory where static-ish data downloaded from the internet is cached to avoid rapid re-requests, and where spot/alert data is cached so that it survives a software restart. Created on first run.
### Extending the server