Skip to content

Commit

Permalink
comment retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Geethen committed Jun 22, 2022
1 parent 82c7579 commit a402db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geeml/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def extractPointsNeighbourhood(index, fid):
geemap.ee_export_image(finalCovariates.updateMask(target), filename= os.path.join(dd, f"covs_{fid}.tif"),\
crs= 'EPSG:4326', scale= scale, region= vCell.geometry(), file_per_band=False)

@retry(tries=10, delay=1, backoff=2)
# @retry(tries=10, delay=1, backoff=2)
def pExtract(extractFunction, workers, nProcesses = 25):
"""
Extract data from gee using parrallel processing
Expand Down

0 comments on commit a402db8

Please sign in to comment.