Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Make 'ODM' in report name an odm input option variable #26

Open
summitbri opened this issue Sep 19, 2023 · 1 comment

Comments

@summitbri
Copy link

Create a project name variable that can be passed via an option parameter in the docker run opendronemap/odm command, which is then presented in the quality report in place of 'ODM', ie the quality report would be titled "MyProject Quality Report" instead of "ODM Quality Report". This will help the report recipient more easily identify the project or phase for a particular report.

def make_title(self) -> None:
    # title
    self.pdf.set_font("Helvetica", "B", self.title_size)
    self.pdf.set_text_color(*self.mapi_light_green)
    self.pdf.cell(0, self.margin, "ODM Quality Report", align="C")
    self.pdf.set_xy(self.margin, self.title_size)
@kikislater
Copy link
Member

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants