.codespell.ignore
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
powerplants.csv
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/test.yml
analysis/compare-with-entsoe-stats.py
analysis/danish-powerplants.py
analysis/german-powerplants.py
analysis/interactive-map-with-widgets.py
analysis/interactive-map.py
analysis/update_powerplants.py
doc/Makefile
doc/api-core.rst
doc/api-data.rst
doc/api-utils.rst
doc/basics.rst
doc/conf.py
doc/contributing.rst
doc/custom-config.rst
doc/example.ipynb
doc/getting-started.rst
doc/index.rst
doc/make.bat
doc/powerplants.png
doc/release-notes.rst
doc/support.rst
powerplantmatching/__init__.py
powerplantmatching/accessor.py
powerplantmatching/cleaning.py
powerplantmatching/collection.py
powerplantmatching/core.py
powerplantmatching/data.py
powerplantmatching/duke.py
powerplantmatching/export.py
powerplantmatching/heuristics.py
powerplantmatching/matching.py
powerplantmatching/plot.py
powerplantmatching/utils.py
powerplantmatching.egg-info/PKG-INFO
powerplantmatching.egg-info/SOURCES.txt
powerplantmatching.egg-info/dependency_links.txt
powerplantmatching.egg-info/requires.txt
powerplantmatching.egg-info/top_level.txt
powerplantmatching/package_data/Comparison.xml
powerplantmatching/package_data/Deleteduplicates.xml
powerplantmatching/package_data/PLZ_Coords_map.csv
powerplantmatching/package_data/config.yaml
powerplantmatching/package_data/country_codes.csv
powerplantmatching/package_data/entsoe_country_codes.csv
powerplantmatching/package_data/manual_corrections.csv
powerplantmatching/package_data/manual_corrections_old.csv
powerplantmatching/package_data/parsed_locations.csv
powerplantmatching/package_data/duke_binaries/duke-core-1.3-SNAPSHOT-tests.jar
powerplantmatching/package_data/duke_binaries/duke-core-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-es-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-json-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-lucene-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-mapdb-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-mongodb-1.3-SNAPSHOT.jar
powerplantmatching/package_data/duke_binaries/duke-server-1.3-SNAPSHOT.jar
test/test_aggregate.py
test/test_cleaning.py
test/test_data.py
test/test_duke.py
test/test_plots.py