The [runner.py script currently only processes raster inputs via the base_raster_pattern key and does not handle direct analysis of vector attributes.
The [example_job.yaml file in the repository includes a base_vector_pattern key, suggesting an intended feature to analyze vector columns directly using a syntax like: path/to/vector.gpkg[field_1,field_2], but it is not imnple,neted in the runner.py yet.
The [runner.py script currently only processes raster inputs via the base_raster_pattern key and does not handle direct analysis of vector attributes.
The [example_job.yaml file in the repository includes a base_vector_pattern key, suggesting an intended feature to analyze vector columns directly using a syntax like: path/to/vector.gpkg[field_1,field_2], but it is not imnple,neted in the runner.py yet.