solarchain-eval / dataset_summary.json
ThomasXu's picture
Update dataset links to public GitHub and Hugging Face repos
509f686 verified
Raw
History Blame Contribute Delete
1.64 kB
{
"dataset_name": "SolarChain-Eval",
"canonical_hf_url": "https://huggingface.co/datasets/ThomasXu/solarchain-eval",
"code_repository": "https://github.com/GreenComp-ERC/SolarChain-Eval",
"license": "CC-BY-4.0 for dataset files; MIT for benchmark code in the GitHub repository",
"main_dataset": {
"path": "data/datasets_2026_04_month",
"start_date": "2026-04-01",
"end_date_exclusive": "2026-05-01",
"cities": [
"Beijing",
"Chengdu",
"Hangzhou",
"Shanghai",
"Shenzhen"
],
"node_rows": 50,
"generation_rows": 36000,
"unique_timestamps": 720,
"market_rows": 720,
"trade_rows": 1185,
"fdia_rows": 1800,
"seed": 20260511
},
"smoke_dataset": {
"path": "data/datasets",
"generation_rows": 1200,
"unique_timestamps": 24,
"cities": [
"Beijing",
"Chengdu",
"Hangzhou",
"Shanghai",
"Shenzhen"
]
},
"weather_cache": {
"path": "data/cache/open_meteo_weather_2026-04-01_2026-05-01.json",
"source": "Open-Meteo Historical Weather API",
"included": true
},
"files": [
"data/cache/open_meteo_weather_2026-04-01_2026-05-01.json",
"data/datasets/market_liquidity.csv",
"data/datasets/p2p_trades.csv",
"data/datasets/spatiotemporal_generation.csv",
"data/datasets/urban_energy_nodes.csv",
"data/datasets_2026_04_month/market_liquidity.csv",
"data/datasets_2026_04_month/p2p_trades.csv",
"data/datasets_2026_04_month/spatiotemporal_generation.csv",
"data/datasets_2026_04_month/urban_energy_nodes.csv"
]
}