Geospatial Intelligence Platform for UK Grid Connections
A comprehensive open-source platform to help renewable energy projects understand grid connection feasibility, queue positions, and connection timelines.
image ## π FeaturesThree-Layer Intelligence Model
- πΊοΈ Infrastructure Discovery - Identify nearby substations, power lines, and transformers
- π Network Accessibility - Calculate distance to grid and accessibility scores (0-100)
- β±οΈ Capacity & Queue Intelligence - Estimate grid congestion and connection timelines
- π Probability Forecasting - 6-year connection likelihood projections
- π Open-Source & Free - MIT licensed, fully accessible, no restrictions
Renewable energy projects face massive uncertainty:
- "Will we get a connection?" - No feasibility assessment
- "When will we connect?" - Queue timelines hidden
- "Is this location viable?" - No spatial analysis
- "What's network capacity?" - No public visibility
GridConnect provides transparency and intelligence to accelerate renewable deployment.
git clone https://github.com/Kalitch/gridconnect.git
cd gridconnect
docker-compose up -dAccess:
- Frontend: http://localhost:3000
- API: http://localhost:8000
- API Docs: http://localhost:8000/docs
- Docker & Docker Compose
- OpenStreetMap UK data (auto-imported)
gridconnect/
βββ app/ # FastAPI backend
β βββ api.py # REST endpoints
β βββ analyzer.py # Geospatial engine
β βββ models.py # Database models
β βββ schemas.py # Data validation
βββ frontend/ # React + TypeScript
β βββ src/
β βββ components/ # Map, form, analysis
β βββ App.tsx
βββ docker-compose.yml # Full stack
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript, Leaflet, Recharts |
| Backend | FastAPI, Python, SQLAlchemy |
| Database | PostgreSQL, PostGIS |
| Deployment | Docker, Docker Compose |
| License | MIT |
- Interactive grid mapping
- Connection feasibility analysis
- Queue estimation
- Capacity assessment
- UKPN real data (in progress)
- Production deployment
- Real UKPN queue data
- Network capacity visibility
- Grid reinforcement plans
- Assessment standards by DNO
- FERC data integration
- Multi-RTO support (PJM, MISO, CAISO)
- US interconnection process mapping
- European grids
- Standardized data format
- Community modules
- Grid Infrastructure: OpenStreetMap contributors π
- Electricity Data: ESO (Electricity System Operator)
- Historical Data: OpenGovernance
- Queue Estimation: Historical patterns (UKPN partnership in development)
MIT License - See LICENSE
Contributions welcome from:
- Power system engineers
- GIS specialists
- Data scientists
- Web developers
- Energy economists
See CONTRIBUTING.md for guidelines.
- Issues: GitHub Issues
- API Docs: http://localhost:8000/docs (when running)
- Discussions: GitHub Discussions
- β Star this repository
- π Report bugs
- π‘ Suggest features
- π Contribute code
Built with β€οΈ for the UK renewable energy transition π±β‘