Skip to content

Commit

Permalink
Fix ecmwfapi import in autoget.py (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Feb 29, 2024
1 parent 892a09f commit 29086e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaps3/autoget.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def ECMWFdload(bdate,hr,filedir,model='ERA5',datatype='fc',humidity='Q',snwe=Non
# CASE 2: request for WEB API client (old ECMWF platform, deprecated, for ERA-Int and HRES)
else:
# Contact the server
from pa.ecmwfapi import ECMWFDataServer
from pyaps3.ecmwfapi import ECMWFDataServer
url = "https://api.ecmwf.int/v1"
emid = config.get('ECMWF', 'email')
key = config.get('ECMWF', 'key')
Expand Down

0 comments on commit 29086e7

Please sign in to comment.