Skip to content

Commit

Permalink
Solve - Docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanAmr3 committed Mar 26, 2024
1 parent 484da00 commit 2009723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthstat/xearthstat.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class xEarthStat():

def __init__(self, area_name, parameters, start_year, end_year, bounding_box, shapefile_path, workflow=False):

self.area_name = area_name # create directores
self.area_name = area_name # create directories

self.data_downloader = AgERA5Downloader(
area_name, parameters, start_year, end_year, bounding_box)
Expand Down

0 comments on commit 2009723

Please sign in to comment.