Forum

Author Topic: Genrate report in batch process  (Read 1513 times)

FHofer

  • Newbie
  • *
  • Posts: 3
    • View Profile
Genrate report in batch process
« on: September 18, 2018, 10:20:35 AM »
Hello,
I have the following issue:
When trying to generate reports for all the chunks in a file via batch process, I can only enter path, title and description once.
Thus, only one .pdf is created and overwritten for each chunk resulting in a report for the last chunk if the batch process isn't cancelled.
Is there a way around this problem? I need to generate reports for numerous chunks and would like to not have to do it manually.

Thanks in advance,
FHofer

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Genrate report in batch process
« Reply #1 on: September 18, 2018, 07:20:19 PM »
Hello FHofer,
If the chunk labels are different in your project, you can use {chunklabel} macros in the path field, for example:
Code: [Select]
D:/projects/data/report_{chunklabel}.pdf
Best regards,
Alexey Pasumansky,
Agisoft LLC

FHofer

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Genrate report in batch process
« Reply #2 on: September 19, 2018, 09:39:44 AM »
Hello FHofer,
If the chunk labels are different in your project, you can use {chunklabel} macros in the path field, for example:
Code: [Select]
D:/projects/data/report_{chunklabel}.pdf

Thank you very much!