# NREL-shift

A Python framework for building synthetic power distribution feeder models from open-source geospatial data. NREL-shift fetches building parcels and road networks from OpenStreetMap, constructs graph-based network topologies, and exports simulator-ready models via [Grid Data Models](https://github.com/NLR-Distribution-Suite/grid-data-models).

## Installation

```bash
pip install nrel-shift
```

## Documentation

- [User Guides](usage/index.md)
- [Reference Guides](references/index.md)
- [API Reference](API_REFERENCE.md)
- [MCP Server](MCP_SERVER.md)

