You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ All datasets related to UrbanEV have been made publicly available on **[Dryad](
82
82
* Preprocessed **zone-level data** at both **hourly** and **5-minute** resolution (**1,362** charging stations with **17,532** charging piles)
83
83
***Raw station-level data** at **5-minute** resolution (before preprocessing) (**1,682** charging stations with **24,798** charging piles)
84
84
85
+
The data directory of this GitHub repository contains the preprocessed zone-level dataset used in [Paper in Spring Nature](https://doi.org/10.1038/s41597-025-04874-4)
86
+
85
87
 Figure 1. Spatial distribution of **1,682** public charging stations and **24,798** charging piles in the UrbanEV dataset.
86
88
87
89
## Files
@@ -97,9 +99,8 @@ All datasets related to UrbanEV have been made publicly available on **[Dryad](
97
99
*`train.py`: Model training script.
98
100
*`utils.py`: Utility functions related to the UrbanEV dataset predictions, e.g., time-series cross-validation and dataset preparation.
99
101
100
-
**data**: 5-minute and 1-hour resolution zone-level data of the UrbanEV dataset, which has been cleaned through outlier detection, zero-value checks, etc., and includes data from **275 zones**, **1,362 charging stations**, and **17,532 charging piles**.
102
+
**data**: 1-hour resolution zone-level data of the UrbanEV dataset, which has been cleaned through outlier detection, zero-value checks, etc., and includes data from **275 zones**, **1,362 charging stations**, and **17,532 charging piles**.
101
103
102
-
*`5-minutes.zip`: To facilitate more detailed predictive analyses, the 5-minute resolution zone-level datasets are made available, providing comprehensive access to time-series data at multiple granularities.
103
104
*`adj.csv`: Adjacency matrix.
104
105
*`duration.csv`: Hourly EV charging duration (Unit: hour).
0 commit comments