From b2d23a33550fb724d908d18ea7bdcbff3c052fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6rsch?= Date: Wed, 8 Aug 2018 14:49:50 +0200 Subject: [PATCH] Remove dependency on ECMWF API The ECMWF API is being deprecated in favor of a new service the CDS API. Atlite's ERA5 cutout generation code will have to be ported eventually. --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index a0d6ac63..15076cc1 100644 --- a/environment.yaml +++ b/environment.yaml @@ -32,5 +32,5 @@ dependencies: - git+https://github.com/FRESNA/atlite.git - git+https://github.com/FRESNA/vresutils.git #- git+https://github.com/FRESNA/powerplantmatching.git - - https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz + #- https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz - countrycode