├── .github ├── scripts │ ├── generate_badge.py │ └── update_gist.sh └── workflows │ └── link-check.yml ├── LICENSES ├── CC0-1.0.txt └── MIT.txt └── README.md /.github/scripts/generate_badge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/.github/scripts/generate_badge.py -------------------------------------------------------------------------------- /.github/scripts/update_gist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/.github/scripts/update_gist.sh -------------------------------------------------------------------------------- /.github/workflows/link-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/.github/workflows/link-check.yml -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/LICENSES/MIT.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-energy-transition/Awesome-Grid-Model-Data/HEAD/README.md --------------------------------------------------------------------------------