v0.10.0
New features and improvements:
-
Add parallel jobs feature. Allows running jobs for multiple geometries, scene_ids or timeperiods in parallel.
- Adds
workflow.construct_parameters_parallel
,workflow.test_job_parallel
,workflow.run_job_parallel
and the newJobCollection
object. - Adjusts airports-parallel example notebook to use the parallel jobs feature.
- Adds
-
Adjusts
workflow.get_jobs
andproject.get_jobs
to return JobCollections. -
Adjusts flood mapping example notebook to use OSM block.
-
Adds option to not unpack results in
job.download_results
. -
Now allows passing only scene_ids to
workflow.construct_parameters
. -
Improves layout of image results plots for multiple results.
-
Added binder links.
-
Now truncates log messages > 2k characters.
-
Various small improvements & code refactorings.