Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 26, 2022
1 parent 75c3c0c commit 2238b60
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/ecmwf_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@
2 - Install ECMWF key (instruction are here https://confluence.ecmwf.int/display/WEBAPI/Access+ECMWF+Public+Datasets#AccessECMWFPublicDatasets-key)
"""
<<<<<<< HEAD:examples/ecmwf_data.py
import os

from earth2observe.ecmwf import ECMWF, Variables

rpath = os.getcwd()
path = rf"{rpath}\examples\data\ecmwf"

=======
from earth2observe.chirps import CHIRPS
from earth2observe.ecmwf import ECMWF, Variables

#%% precipitation
start = "2009-01-01"
end = "2009-01-10"
Expand All @@ -29,7 +23,6 @@
Vars = Variables("daily")
Vars.__str__()
#%% Temperature
>>>>>>> main:examples/download_satellite_data.py
start = "2009-01-01"
end = "2009-02-01"
time = "daily"
Expand Down

0 comments on commit 2238b60

Please sign in to comment.