Files
deflock/serverless/alpr_clusters
AJ Collins 6f50bd32b7 Feat/segment node regions (#21)
* lint alpr_clusters.py

* feat: Segment nodes into 5x5 regions
2024-12-16 09:42:58 -07:00
..
2024-12-16 09:42:58 -07:00
2024-11-30 17:07:05 -07:00

ALPR Clusters

Generates clusters (the blobs shown on the map when zoomed out far) daily using OSM data. OSM's Overpass API is used to query for all locations of ALPRs, then a clustering algorithm is used. The clustered data is stored in a JSON file in an S3 bucket.

Deploying

To build and deploy the Docker image, run ./deploy.sh.