Skip to content

Commit 01f2dc2

Browse files
committed
remove 5-mintues data
1 parent 91a0e95 commit 01f2dc2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

data/5-minutes.zip

-40.9 MB
Binary file not shown.

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ All datasets related to UrbanEV have been made publicly available on **[Dryad](
8282
* Preprocessed **zone-level data** at both **hourly** and **5-minute** resolution (**1,362** charging stations with **17,532** charging piles)
8383
* **Raw station-level data** at **5-minute** resolution (before preprocessing) (**1,682** charging stations with **24,798** charging piles)
8484
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+
8587
![avatar](figs/map.png) Figure 1. Spatial distribution of **1,682** public charging stations and **24,798** charging piles in the UrbanEV dataset.
8688
8789
## Files
@@ -97,9 +99,8 @@ All datasets related to UrbanEV have been made publicly available on **[Dryad](
9799
* `train.py`: Model training script.
98100
* `utils.py`: Utility functions related to the UrbanEV dataset predictions, e.g., time-series cross-validation and dataset preparation.
99101
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**.
101103
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.
103104
* `adj.csv`: Adjacency matrix.
104105
* `duration.csv`: Hourly EV charging duration (Unit: hour).
105106
* `e_price.csv`: Electricity price (Unit: Yuan/kWh).

0 commit comments

Comments
 (0)