-
Notifications
You must be signed in to change notification settings - Fork 4
Benchmark
Jeroen Dries edited this page Oct 5, 2020
·
2 revisions
3 bands - ~7 executors:
s2_fapar = connection.load_collection("TERRASCOPE_S2_TOC_V2",
temporal_extent=["2018-05-06","2018-05-06"],
bands=["TOC-B04_10M","TOC-B03_10M","TOC-B02_10M"])
large_bbox = {"west":2.521362,"south":50.917320,"east":5.822754,"north":51.402633,"crs":"EPSG:4326"}
download = s2_fapar.filter_bbox(**large_bbox) \
.download("/tmp/openeo-composite-large.geotiff",format="GTiff",options={"ZLEVEL":8})
Resulting tiff size: 520.6MB Processing time: 1.4 minutes (not including download time)