Commit 6e5e3135 authored by Lozac'h Loic's avatar Lozac'h Loic
Browse files

debug

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -71,7 +71,7 @@ if __name__ == "__main__":
cmd += [
"dataspace",
"prodtypenum@" +args.prod,
"prodtype@" +args.prod,
"mrgstile@"+args.tile,
"startdate@"+args.sd,
"enddate@"+args.ed,
......
......@@ -222,8 +222,8 @@ def run(*args):
tilegeom = Dataspace_Copernicus_Catalog.get_wkt_tile(argsdict['mrgstile'])
collection={"s1":["SENTINEL-1",tilegeom.wkt],"s2":["SENTINEL-2",tilegeom.centroid.wkt]}
dataspace = Dataspace_Copernicus_Catalog(collection[argsdict["prodtypenum"]][0],argsdict["startdate"], argsdict["enddate"],
collection[argsdict["prodtypenum"]][1], argsdict['mrgstile'],argsdict["downdir"])
dataspace = Dataspace_Copernicus_Catalog(collection[argsdict["prodtype"]][0],argsdict["startdate"], argsdict["enddate"],
collection[argsdict["prodtype"]][1], argsdict['mrgstile'],argsdict["downdir"])
dataspace.search_dataspace_odata()
S1filelist = dataspace.download_data()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment