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

Save geotif #17

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Save geotif #17

wants to merge 6 commits into from

Conversation

k034b363
Copy link
Contributor

Describe your changes
This PR adds a function save_geotif that allows a user to output a mask or otherwise modified image as a geotif using the same metadata as the original image read in by read_geotif.

Type of update
New feature

Associated issues
Closes #16

For the reviewer
See this page for instructions on how to review the pull request.

  • PR functionality reviewed in a Jupyter Notebook
  • All tests pass
  • Test coverage remains 100%
  • Documentation tested
  • New documentation pages added to plantcv/mkdocs.yml
  • Changes to function input/output signatures added to updating.md
  • Code reviewed
  • PR approved

@k034b363 k034b363 linked an issue Sep 17, 2024 that may be closed by this pull request
Copy link

deepsource-io bot commented Sep 17, 2024

Here's the code health analysis summary for commits bc7a157..9509ccb. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗

Code Coverage Report

MetricAggregatePython
Branch Coverage100%100%
Composite Coverage100%100%
Line Coverage100%100%
New Branch Coverage100%100%
New Composite Coverage100%100%
New Line Coverage100%100%

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@k034b363 k034b363 added enhancement New feature or request help wanted Extra attention is needed Work in Progress labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function to save out a mask as a geotif
2 participants