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

Add title, author, and abstract to project metadata. #730

Merged
merged 3 commits into from
Aug 16, 2023

Conversation

trey-stafford
Copy link
Contributor

Description

Title. Closes #613 .

Checklist

If an item on this list is done or not needed, check it with [x] or click the
checkbox.

  • The PR description links to issues that it resolves with closes #{issue_number}
  • Config lockfile updated (inv config.export > qgreenland/config/cfg-lock.json)
  • Environment lockfile updated if needed (conda-lock)
  • Version bumped if needed (bumpversion (major|minor|patch|prerelease|build))
  • CHANGELOG.md updated
  • Documentation updated if needed
  • New unit tests if needed

TODO: review abstract & authors (do we want to list out team members, or just
"QGreenland Team"?)
This information is viewable in the **Project > Properties** in QGIS.
"""
project_metadata = project.metadata()
project_metadata.setAuthor("QGreenland team")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use our names, or is "QGreenland team" appropriate here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think QGreenland team is great. The full citation is easy to find. I think we should link to that page in our docs from this metadata.

@trey-stafford trey-stafford marked this pull request as ready for review August 16, 2023 22:03
@trey-stafford trey-stafford merged commit e457821 into main Aug 16, 2023
1 of 2 checks passed
@trey-stafford trey-stafford deleted the add-project-metadata branch August 16, 2023 23:16
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

Successfully merging this pull request may close these issues.

Populate QGIS project-level metadata
2 participants