Forum

Author Topic: Export report in a machine readable way  (Read 4347 times)

Benjamim

  • Newbie
  • *
  • Posts: 9
    • View Profile
Export report in a machine readable way
« on: May 23, 2024, 06:54:29 PM »
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.
Best regards,
Benjamim Oliveira

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15595
    • View Profile
Re: Export report in a machine readable way
« Reply #1 on: June 07, 2024, 02:24:56 PM »
Hello Benjamim,

Report can be exported in HTML format, is it sufficient for your needs? Does it contain all the required information (should be identical to PDF report data)?
Best regards,
Alexey Pasumansky,
Agisoft LLC

Benjamim

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Export report in a machine readable way
« Reply #2 on: June 11, 2024, 12:51:59 PM »
Hi Alexey,

Thank you for your response!

I tested the HTML file, and the information is all there. It’s good to know! Parsing a HTML would be easier than a PDF.
Best regards,
Benjamim Oliveira