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

feat: create plotting methods for Image object #342

Merged
merged 9 commits into from
Oct 21, 2024
Merged

feat: create plotting methods for Image object #342

merged 9 commits into from
Oct 21, 2024

Conversation

12rambau
Copy link
Member

@12rambau 12rambau commented Oct 21, 2024

Fix #333

Ths PR covers most of the graph outputs one could nned from and Image object.
You can spatialy reduce images without specifying all the parameters by yourself and decide then to display the output by bands or by regions:

image

image

An extra alternatives is to build the histogram of a single image (the bins will be sized on the biggest range of the selected bands:

image

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.16%. Comparing base (c40d71c) to head (429d917).
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #342      +/-   ##
==========================================
+ Coverage   90.75%   91.16%   +0.41%     
==========================================
  Files          26       26              
  Lines        1330     1415      +85     
  Branches       64       68       +4     
==========================================
+ Hits         1207     1290      +83     
- Misses        107      108       +1     
- Partials       16       17       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@12rambau 12rambau marked this pull request as ready for review October 21, 2024 12:20
@12rambau 12rambau merged commit 86eb511 into main Oct 21, 2024
12 checks passed
@12rambau 12rambau deleted the plot-image branch October 21, 2024 17:18
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.

reproduce the Image plotting behaviour
1 participant