{"id":13654288,"url":"https://github.com/dailab/elvis","last_synced_at":"2025-04-23T08:31:56.310Z","repository":{"id":49832572,"uuid":"366704723","full_name":"dailab/elvis","owner":"dailab","description":"Electric Vehicle Charging Infrastructure Simulator (ELVIS)","archived":false,"fork":false,"pushed_at":"2022-02-21T16:23:05.000Z","size":763,"stargazers_count":16,"open_issues_count":3,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-10T05:32:07.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dailab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-12T12:16:52.000Z","updated_at":"2024-10-20T07:56:53.000Z","dependencies_parsed_at":"2022-09-01T15:31:55.669Z","dependency_job_id":null,"html_url":"https://github.com/dailab/elvis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dailab%2Felvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dailab%2Felvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dailab%2Felvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dailab%2Felvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dailab","download_url":"https://codeload.github.com/dailab/elvis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250399515,"owners_count":21424196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T02:01:26.494Z","updated_at":"2025-04-23T08:31:55.563Z","avatar_url":"https://github.com/dailab.png","language":"Python","readme":"\n\n\u003cimg src=\"https://i.imgur.com/CVM5RUD.png\" alt=\"Elvis Logo\" height=\"120px\" \n/\u003e\n\n# Electric Vehicle Charging Infrastructure Simulator (ELVIS)\nThis repository contains the source code for Elvis, a planning and management tool for electric vehicles charging infrastructure.\n## Installation\n### Install using pip\n\nTo install the package simply run\n```bash\npip install py-elvis\n```\nThis installs the package locally using pip and installs required packages, if not available. \n\n### Manually download and locally install the elvis package\n\nThis may be useful if you want to add changes to the package. Then download or checkout this repository and in the top level that contains the `setup.py` file, run\n```bash\npip install -r requirements.txt\npython setup.py install\n```\nThis installs the package locally using pip and installs required packages, if not available. \n\n## Usage\n\nFollowing, a simple example using one of the pre-defined scenario configurations\n```python\nfrom elvis import ScenarioConfig, simulate, num_time_steps\n\nimport yaml\nwith open(\"elvis/data/config_builder/office.yaml\", 'r') as f:\n    yaml_str = yaml.safe_load(f)\nconfig_from_yaml = ScenarioConfig.from_yaml(yaml_str)\n\nresults = simulate(config_from_yaml, start_date='2020-01-01 00:00:00', end_date='2020-12-31 23:00:00', resolution='01:00:00')\nload_profile = results.aggregate_load_profile(8760)\n\nimport matplotlib.pyplot as plt\nplt.plot(load_profile)\n```\n\n## Applications in the wild and acknowledgements\n\nELVIS was developed at the [DAI-Laboratory](https://dai-labor.de/) supported in part by Stromnetz Berlin, as well as the Federal Minister for Environment, Nature Conservation and Nuclear Safety (BMU) through the research project [FlexNet4E-Mobility](https://www.erneuerbar-mobil.de/projekte/flexnet4e-mobility) (funding reference 16EM3147-2) and the Federal Ministry for Economic Affairs and Energy (BMWi) throught the project [Neue Berliner Luft](https://www.neueberlinerluft.de/) (funding reference 01MZ18013E).\n\nIt's conceputally based on earlier similar simulations tools that have been peer-reviewed and published in:\n* Draz, Mahmoud, Marcus Voß, Daniel Freund, and Sahin Albayrak \"The impact of electric vehicles on low voltage grids: A case study of berlin.\" 2018 Power Systems Computation Conference (PSCC). IEEE, 2018.\n* Draz, Mahmoud, and Sahin Albayrak. \"A Power Demand Estimator for Electric Vehicle Charging Infrastructure.\" 2019 IEEE Milan PowerTech. IEEE, 2019.\n\nAn earlier tool has been presented at the poster sesssion at the 10th European openmod Workshop in Berlin (15.-17.1.2020).\n\nELVIS has been completely re-implemented as a software tool to be used with a web-based [Graphical User Interface](https://elvis.aot.tu-berlin.de/) (contact izgh.hadachi[at]dai-labor.de if you want to get test user access) and to be integrated prototypically as a load in DIgSILENT PowerFactory for Stromnetz Berlin. It's conceptually related to the earlier simulation tools and was further conceputally inspired by similar tools such as:\n* https://github.com/RAMP-project/RAMP-mobility\n* https://github.com/TUMFTM/urbanev\n* https://github.com/rl-institut/spice_ev\n* https://gitlab.com/diw-evu/emobpy/emobpy\n\nELVIS has been used to simulate data in the peer-reviewed paper:\n* Hadachi, Izgh, Marcus Voss, and Sahin Albayrak. \"Sector-Coupled District Energy Management with Heating and Bi-Directional EV-Charging.\" 2021 IEEE Madrid PowerTech. IEEE, 2021.\n\n[This talk](https://www.youtube.com/watch?v=bayf0SAoyPk) at the Berliner Energietage presents some example results of the tool.\n","funding_links":[],"categories":["awesome-open-transport"],"sub_categories":["5. Public Infrastructure"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdailab%2Felvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdailab%2Felvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdailab%2Felvis/lists"}