Commit 4f0401a7 authored by Cresson Remi's avatar Cresson Remi
Browse files

WIP: S2 download

1 merge request!12ENH: S2A and S3A support
Showing with 1 addition and 1 deletion
+1 -1
......@@ -12,5 +12,5 @@ params = parser.parse_args()
# Get all scenes in the root_dir
_, _, bbox = utils.get_epsg_extent_bbox(params.refimage)
acq_date = datetime.datetime(year=2020, month=1, day=1)
download.download_closest(config_file=params.theia_cfg, acq_envelope=bbox, acq_date=acq_date,
download.download_closest(config_file=params.theia_cfg, bbox_wgs84=bbox, acq_date=acq_date,
download_dir=params.download_dir)
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