Skip to content

Commit 29086e7

Browse files
authored
Fix ecmwfapi import in autoget.py (#32)
1 parent 892a09f commit 29086e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyaps3/autoget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def ECMWFdload(bdate,hr,filedir,model='ERA5',datatype='fc',humidity='Q',snwe=Non
136136
# CASE 2: request for WEB API client (old ECMWF platform, deprecated, for ERA-Int and HRES)
137137
else:
138138
# Contact the server
139-
from pa.ecmwfapi import ECMWFDataServer
139+
from pyaps3.ecmwfapi import ECMWFDataServer
140140
url = "https://api.ecmwf.int/v1"
141141
emid = config.get('ECMWF', 'email')
142142
key = config.get('ECMWF', 'key')

0 commit comments

Comments
 (0)