Skip to content

Commit d1d0b92

Browse files
committed
Download direto no diretorio
1 parent 8012d35 commit d1d0b92

File tree

7 files changed

+183
-602
lines changed

7 files changed

+183
-602
lines changed

python-download/download-raster-ls.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# os.chdir(pathPy)
2222

2323
# count individual download times for each file
24-
2524
start_time = time.time()
2625
arq = imgListNames[i]+'.zip'
2726
cond = os.path.exists(arq)

python-download/gee-ls-prepare.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ def valid_date(s):
4747
ee.Initialize()
4848

4949
# chdir to shape folder and reads input shape
50+
pathAtual = os.getcwd()
5051
os.chdir(shapePath)
5152
sf = shapefile.Reader(shape)
5253
shapes = sf.shapes()
5354
shapespoints = shapes[0].points
54-
os.chdir('..'+os.sep)
55+
os.chdir(pathAtual)
56+
# os.chdir('..'+os.sep)
5557

5658
# creating a polygon from input shape
5759
tmp = list()
@@ -69,7 +71,7 @@ def valid_date(s):
6971
bnd = ee.Geometry.Rectangle(shapes[0].bbox)
7072

7173
# entering to the user path
72-
os.chdir(pathRaster)
74+
# os.chdir(pathRaster)
7375

7476
# chdir to raster folder
7577
if(not(os.path.exists('raster'))):

raster/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)