Document database table previews

This commit is contained in:
2026-06-09 15:04:47 -07:00
parent 6db5e0fff8
commit 176f3d1eb6
4 changed files with 1106 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ A comprehensive geospatial research project investigating the spatial concentrat
## Documentation
- **[Database Tables](docs/database-tables.md)** - Complete database schema with table descriptions, column definitions, and SQL examples
- **[Database Table Previews](docs/database-table-heads.md)** - Research-team-friendly Markdown previews showing the first rows of each documented table
- **[Research Ideas](docs/research-ideas.md)** - Future research directions, data improvements, and potential collaborations
- **[SQL Queries](docs/query_legiscan_bills.sql)** - Pre-built legislative analysis queries
@@ -135,7 +136,7 @@ Facilities in DBSCAN clusters differ significantly from isolated sites:
### Database
- **PostgreSQL 13+** with **PostGIS 3.x**
- Database name: `data_centers`
- See [database-tables.md](database-tables.md) for complete schema documentation
- See [database-tables.md](docs/database-tables.md) for complete schema documentation and [database-table-heads.md](docs/database-table-heads.md) for readable sample rows
### Python Environment
- **Python 3.10+**