Saving current working state before proceeding to Stage 2. Includes: - Backend: Python-based QC validator with shapefile processing - Frontend: Drag-and-drop file upload interface - Sample files for testing - Documentation and revision history 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
241 B
Bash
12 lines
241 B
Bash
DB_HOST=bomar.cloud
|
|
DB_USER=ospe
|
|
DB_PASS=R5TU8Ml8KHE05LKdMvwulJl0VOeQwUCUMXQrMMqXb10=
|
|
DB_NAME=vero
|
|
DB_PORT=5432
|
|
SCHEMA_NAME=eli_test
|
|
SEGMENT_TABLE=segment2
|
|
ZONE_COLUMN=group_1
|
|
MAPID_COLUMN=mapid
|
|
ID_COLUMN=id
|
|
QCFLAG_COLUMN=qc_flag
|