albertotb / get-gfs

Downloading meteorological information from GFS
MIT License
51 stars 26 forks source link

<class 'pydap.model.StructureType'>' object has no attribute 'shape' #6

Closed annop1765 closed 3 years ago

annop1765 commented 3 years ago

First of all, Thank you for useful repo :D. But I have got "<class 'pydap.model.StructureType'>' object has no attribute 'shape'" while running this command line : get_gfs_hist.py -t 0 10 -x -10 10 -y -10 10 -c example_conf_hist.json 20200505 00 How can I fix this ?

ps. I created conda environment from your YML file.