pencleanenergy / MATCH-model

MATCH model for planning time-coincident clean energy portfolios
GNU Affero General Public License v3.0
27 stars 10 forks source link

[Data problem] #74

Closed jieyao-MilestoneHub closed 10 months ago

jieyao-MilestoneHub commented 1 year ago

Hello,

I encountered a minor issue when running the 'run_scenario.ipynb' notebook. It appears that there might be an issue with the 'generate_inputs' function, specifically when loading wind data using the 'tools.SRW_to_wind_data' function.

I wanted to inquire if there have been any updates to the data on the official website or if there is a potential solution to this problem.

Thank you in advance for your assistance!

Best regards, Chienyao

jieyao-MilestoneHub commented 10 months ago

Here, I discovered the issue. It appears that the format of the .csv files downloaded from "wtk-download" has changed compared to previous versions. Regarding the original demo, I have made little modifications for ResourceTools.py in ~/anaconda3/envs/Lib/site-package/PyASM. fork url: https://github.com/efef31016/MATCH-model.

If there is a more accurate understanding, please feel free to correct me. Thank you!