MIT-AI-Accelerator / sevir_challenges

AI Challenges based on the SEVIR weather dataset
MIT License
38 stars 11 forks source link

An error when running make_dataset.py in the folder /radar_nowcasting. #5

Open GreenLimeSia opened 1 year ago

GreenLimeSia commented 1 year ago

Hi, @markveillette : I want to create a dataset that uses [vis, ir069, ir107, vil, lght] to predict vil. However, I have an issue when running make_dataset.py. The following is my configuration:

python3 make_dataset.py --input_types vis ir069 ir107 vil lght --output_types vil --sevir_data ./sevir_full/ --sevir_catalog ./CATALOG.csv --output_location ./data_process/ --n_chunks 2

the error is:

83903d71065d291d63524a27c6c5179

Could you kindly help me solve it? Best regards!

GreenLimeSia commented 1 year ago

Could you help me in your spare time? @markveillette Thank you very much!