1 Star 0 Fork 0

MossKate / ST-EVCDP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Spatio-temporal EVCDP (Shenzhen)

This is a real-world dataset for spatio-temporal electric vehicle (EV) charging demand prediction. If it is helpful to your research, please cite our paper:

Qu, H., Kuang, H., Li, J., & You, L. (2023). A physics-informed and attention-based graph learning approach for regional electric vehicle charging demand prediction. arXiv preprint arXiv:2309.05259. Paper in arXiv

Author: Haohao Qu (haohao.qu@connect.polyu.hk)

Data Description

The data used in this study is drawn from a publicly available mobile application, which provides the real-time availability of charging piles (i.e., idle or not). Within Shenzhen, China, a total of 18,061 public charging piles are covered during the studied period from 19 June to 18 July 2022 (30 days) with a minimum interval of 5 minutes and 8640 timestamps. As shown in Figure 1, the city is constructed into a graph-structure data with 247 nodes (traffic zones) and 1006 edges (adjacent relationships).

avatar Figure 1. Spatial distribution of public EV charging piles in Shenzhen.

Besides, the pricing schemes for the studied charging piles are also collected. Among the 247 traffic zones, 57 of them (enclosed in red lines) deploy time-based pricing schemes, while others use fixed ones. More statistical details are illustrated in the following table.

avatar

Files

  • adj.csv: The adjacent matrix of studied areas, 1 indicates the two traffic zones are neighboring, vice versa.
  • distance.csv: Distances between nodes.
  • information.csv: Several basis information about the data, including pile capacity, longitude, latitude, whether or not located in the central business district (1:yes, 0:no), and whether or not on a time-based pricing scheme (1:yes, 0:no).
  • occupancy.csv: The real-time EV charging occupancy in studied areas.
  • price.csv: The real-time EV charging pricing in studied areas.
  • time.csv: The timestamps of studied period.
  • Shenzhen.qgz: The QGIS map file of Shenzhen city.

Enviroment Requirement

pip install -r requirements.txt

An simple example to run Spatio-temporal Prediction on the dataset

We developed a physics-informed and attention-based approach for spatio-temporal EV charging demand prediction, named PAG. Expect that, some representative methods are included, e.g., LSTM, and GCN-LSTM, GAT-LSTM. You can train and test the proposed model through the following procedures:

  1. Choose your model in line 45 of main.py or use the default model (PAG-) by skipping this procedure.
  2. Run main.py via Pycharm, etc. or change your ROOT_PATH and command:
cd [path] && python main.py

Extend:

  • If you want to run your own models on the datasets we offer, you should go to models.py and replace the model in main.py.

More updates will be posed in the near future! Thank you for your interest.

MIT License Copyright (c) 2023 IntelligentSystemsLab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mosskate/ST-EVCDP.git
git@gitee.com:mosskate/ST-EVCDP.git
mosskate
ST-EVCDP
ST-EVCDP
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891