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

Missing file sea_ice_outlook_errors.csv #9

Closed
ghost opened this issue Aug 8, 2023 · 2 comments
Closed

Missing file sea_ice_outlook_errors.csv #9

ghost opened this issue Aug 8, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 8, 2023

Traceback (most recent call last):
  File "icenet/plot_paper_figures.py", line 113, in <module>
    sie_errors_df = pd.read_csv(os.path.join(config.data_folder, 'sea_ice_outlook_errors.csv'), comment='#')
FileNotFoundError: [Errno 2] No such file or directory: 'data/sea_ice_outlook_errors.csv'

Hello @tom-andersson and @JimCircadian
When I run the final plotting programm,there is an error report missing file
I searched the project code file but could not find code that generate or download sea_ice_outlook_errors.csv

I have followed the steps in the readme file,in order to save time I omitted the step of executing the permute-and-predict method, but it does not affect the download or generation of the file sea_ice_outlook_errors.csv. All the previous steps are successfully executed without any error.

I am wondering how is this file downloaded or generated?
Or if I missed or did something wrong

Thank you

@tom-andersson
Copy link
Owner

Hi @bryandunn614, thanks for raising this.

Try running this part from download_paper_generated_data.sh:

# Sea Ice Outlook historical Sea Ixe Extent error data
mkdir -p data/
wget -O data/sea_ice_outlook_errors.csv 'https://ramadda.data.bas.ac.uk/repository/entry/get/sea_ice_outlook_errors.csv?entryid=synth%3A71820e7d-c628-4e32-969f-464b7efb187c%3AL3Jlc3VsdHMvb3V0bG9va19lcnJvcnMvc2VhX2ljZV9vdXRsb29rX2Vycm9ycy5jc3Y%3D'

This could be made more clear in the README.

@tom-andersson
Copy link
Owner

Added comment in README: 4253645

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

1 participant