giacgiuliari / icarus-framework

Simulation framework for the attacks presented in "ICARUS: Attacking low Earth orbit satellite networks", presented at USENIX ATC '21.
MIT License
30 stars 8 forks source link

nc file cannot be used #1

Open akonnerr opened 3 years ago

akonnerr commented 3 years ago

When I use the dataset function in netCDF4 to open the GDP_PPP_1990_2015_5arcmin_v2.nc file, an error of Unknown file format appears, and I cannot solve this error at present.

Kaimar666 commented 3 years ago

When I use the dataset function in netCDF4 to open the GDP_PPP_1990_2015_5arcmin_v2.nc file, an error of Unknown file format appears, and I cannot solve this error at present.

Did you solve this problem?

Kaimar666 commented 3 years ago

I have encountered various problems, I hope the author can give some detailed system environment.Thanks.

miaomiao1miao1 commented 2 years ago

当我使用netCDF4中的dataset函数打开GDP_PPP_1990_2015_5arcmin_v2.nc文件时,出现Unknown file format的错误,目前我无法解决这个错误。

I think maybe the problem is in the data files

miaomiao1miao1 commented 2 years ago

I have encountered various problems, I hope the author can give some detailed system environment.Thanks.

I think you should download the dataset from here first

Ex-Origin commented 2 years ago

Maybe you haven't pulled the lfs files from the source, try git lfs pull to solve this problem.

SomeThingH commented 1 year ago

Check your dataset size.

i meet the same error .

my solution is re-download the dataset from https://github.com/giacgiuliari/icarus-framework/blob/master/icarus_simulator/data/GDP_PPP_1990_2015_5arcmin_v2.nc ,then it will get a file(134MB),instead of 134 byte.