Skip to content

Commit 3a301c4

Browse files
authored
clean up s2_search.py
1 parent d698aef commit 3a301c4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

glacier_image_correlation/s2_search.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ def main():
2121
parser = get_parser()
2222
args = parser.parse_args()
2323

24-
# # GDAL environment variables for better performance
25-
# os.environ['AWS_REGION']='us-west-2'
26-
# os.environ['GDAL_DISABLE_READDIR_ON_OPEN']='EMPTY_DIR'
27-
# os.environ['AWS_NO_SIGN_REQUEST']='YES'
28-
2924
# hardcode bbox for now
3025
bbox = {
3126
"type": "Polygon",
@@ -80,4 +75,4 @@ def main():
8075
print(f'MATRIX_PARAMS_COMBINATIONS={matrixJSON}', file=f)
8176

8277
if __name__ == "__main__":
83-
main()
78+
main()

0 commit comments

Comments
 (0)