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

Napari grid functions #24

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

Napari grid functions #24

wants to merge 26 commits into from

Conversation

k034b363
Copy link
Contributor

Describe your changes
This PR adds functions to use Napari to create a grid of polygons and use the centers of those polygons to create ROIs. This strategy was designed to be used for field layouts containing individual plants in a rough grid, but allows the user to adjust polygons in the case of imprecise planting. Resulting ROIs can be used for any downstream PlantCV analysis method requiring ROIs to analyze individual objects.

Type of update

  • New feature or feature enhancement

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-geospatial/mkdocs.yml
  • Changes to function input/output signatures added to changelog.md
  • Code reviewed
  • PR approved

@k034b363 k034b363 added enhancement New feature or request Work in Progress labels Oct 30, 2024
@k034b363 k034b363 self-assigned this Oct 30, 2024
Copy link

deepsource-io bot commented Oct 30, 2024

Here's the code health analysis summary for commits c9052db..a09595e. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant