21 lines
489 B
Markdown
21 lines
489 B
Markdown
# Terra-View Utility Scripts
|
|
|
|
This directory contains utility scripts for database operations, testing, and maintenance.
|
|
|
|
## Scripts
|
|
|
|
### create_test_db.py
|
|
Generate a realistic test database with sample data.
|
|
|
|
Usage: python scripts/create_test_db.py
|
|
|
|
### rename_unit.py
|
|
Rename a unit ID across all tables.
|
|
|
|
Usage: python scripts/rename_unit.py <old_id> <new_id>
|
|
|
|
### sync_slms_to_slmm.py
|
|
Manually sync all SLM devices from Terra-View to SLMM.
|
|
|
|
Usage: python scripts/sync_slms_to_slmm.py
|