Skip to content

Commit

Permalink
add full instruction for ecmwf api
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jul 30, 2022
1 parent 6bb4d4f commit 405055f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
2 - Install ECMWF key (instruction are here https://confluence.ecmwf.int/display/WEBAPI/Access+ECMWF+Public+Datasets#AccessECMWFPublicDatasets-key)
"""
from earth2observe.chirps import CHIRPS
from earth2observe.ecmwf import ECMWF
from earth2observe.ecmwf import Variables
from earth2observe.ecmwf import ECMWF, Variables

#%% precipitation
start = "2009-01-01"
end = "2009-01-10"
Expand Down

0 comments on commit 405055f

Please sign in to comment.