Skip to content

cannot find SmartChargingDatabase folder in https://seafile.zfn.uni-bremen.de/d/8855e427c3a945db8112/  #1

@ChengweiLou

Description

@ChengweiLou

Dear Nico,
It is my honour to read your paper A Smart Charging Algorithm Considering Multiple Revenue Opportunities. It is really impressive and helpful.

I run Initialisation and download data, but the folder names make me confused. And I try to find the SmartChargingDatabase folder but cannot.

%% Set data paths
Path.Base=pwd;
if ismember('', pwd)
Dl=''; % Windows path delimiter
else
Dl='/'; % Linux path delimiter
end
if strcmp(Path.Base(1:5), '/home')
Path.Database='/home/ma-student/Seafile/SmartChargingDatabase/';
Path.SMAPlant='/home/ma-student/Seafile/SMAPlantData/PlantData/';
elseif strcmp(Path.Base(1:14), 'C:\Users\nicop')
Path.Database='C:\Users\nicop\Seafile\SmartChargingDatabase';
Path.SMAPlant='C:\Users\nicop\Seafile\SMAPlantData\PlantData';
elseif strcmp(Path.Base(1:13), 'C:\Users\Nico')
Path.Database='C:\Users\Nico\Seafile\SmartChargingDatabase';
Path.SMAPlant='C:\Users\Nico\Seafile\SMAPlantData\PlantData';
end
However, the link data https://seafile.zfn.uni-bremen.de/d/8855e427c3a945db8112/ is as follow.
| | PredictionData | | 2 years ago |
| | SimulationData | | 2 years ago |
| | SMAPlantDataPrediction | | 2 years ago |
| | SmardData | | 2 years ago
Thank you. Hope you have time to help me out.
Best,
Chengwei

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions