Open akonnerr opened 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?
I have encountered various problems, I hope the author can give some detailed system environment.Thanks.
当我使用netCDF4中的dataset函数打开GDP_PPP_1990_2015_5arcmin_v2.nc文件时,出现Unknown file format的错误,目前我无法解决这个错误。
I think maybe the problem is in the data files
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
Maybe you haven't pulled the lfs
files from the source, try git lfs pull
to solve this problem.
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.
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.