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

Multi-band raster #40

Merged
merged 65 commits into from
Apr 23, 2023
Merged

Multi-band raster #40

merged 65 commits into from
Apr 23, 2023

Conversation

MAfarrag
Copy link
Member

@MAfarrag MAfarrag commented Apr 11, 2023

Description

  • Please include a summary of the change and which issue is fixed.

  • Please also include relevant motivation and context.

  • List any dependencies that are required for this change.

  • Fixes # (issue)

Type of change

Check relevant points.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Please describe the tests that you ran to verify your changes.

  • Provide instructions so we can reproduce.

  • Please also list any relevant details for your test configuration

  • Test A

  • Test B

Checklist:

  • updated version number in setup.py/pyproject.toml
  • updated environment.yml and the lock file
  • added changes to History.rst
  • updated the latest version in README file
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Patch coverage: 86.09% and project coverage change: +2.93 🎉

Comparison is base (4df4e15) 79.56% compared to head (979215d) 82.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   79.56%   82.50%   +2.93%     
==========================================
  Files           7        7              
  Lines        1850     1892      +42     
==========================================
+ Hits         1472     1561      +89     
+ Misses        378      331      -47     
Impacted Files Coverage Δ
pyramids/_errors.py 89.65% <ø> (ø)
pyramids/_io.py 93.25% <33.33%> (ø)
pyramids/dataset.py 82.76% <85.96%> (+0.73%) ⬆️
pyramids/_utils.py 70.78% <100.00%> (ø)
pyramids/dem.py 76.88% <100.00%> (+14.34%) ⬆️
pyramids/featurecollection.py 86.18% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@MAfarrag MAfarrag changed the title docs Multi-band raster Apr 23, 2023
@MAfarrag MAfarrag merged commit e43ae74 into main Apr 23, 2023
@MAfarrag MAfarrag deleted the docs branch April 23, 2023 10:14
@MAfarrag MAfarrag restored the docs branch April 23, 2023 10:42
@MAfarrag MAfarrag deleted the docs branch April 23, 2023 10:46
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.

1 participant