Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChengweiLou opened this issue May 19, 2023 · 2 comments

Comments

@ChengweiLou
Copy link

ChengweiLou commented May 19, 2023

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

@nicopieper
Copy link
Owner

nicopieper commented May 19, 2023 via email

@ChengweiLou
Copy link
Author

Hi Nico,
Thank you for your help.
Best,
Chengwei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants