Right now the pipeline always expects an AOI input where the AOI is a gpkg geometry. For those summer's batch runs the AOI was always associated with a STAC item. The case where the pipeline AOI is associated with a STAC item is a common use case. When this happens the user shouldn't have to supply a gpkg geometry since there the relevant geometry is already provided in the STAC item. The user should only have to supply the STAC item id that contains the geometry they want the pipeline to use to produce and evaluate the HAND data being evaluated.
So to implement these changes we should:
- Modify the
--aoi_is_item argument to accept a STAC item id string
- Make it to where when the
--aoi_is_item argument is provided then no --aoi argument needs to be provided to the pipeline
- Modify the pipeline src so that when
--aoi_is_item is provided by the user the geometry associated with the STAC item is pulled from the benchmark STAC and used to query the HAND data being evaluated