Hi everyone,
In order to automate parts of my process I would need to obtain the report (or the data used to create the report) in a machine readable way, preferentially through a script. Does anyone know how I can do that? Or if I can do that at all?
I already explored the documentation for the Python API and it doesn't seem to be a way to do that, at least from my understanding, but I might be missing something.
I wanted general information, like classification (number of points by class), coverage area, resolution, point density, etc. All the data present in the "Processing Parameters" section would be useful.
Last resort I could parse the pdf file generated, but from my perspective that would be far from optimal.