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

Feature image config #16

Merged
merged 16 commits into from
Sep 15, 2024
Merged

Feature image config #16

merged 16 commits into from
Sep 15, 2024

Conversation

dugalh
Copy link
Collaborator

@dugalh dugalh commented Sep 15, 2024

Features:

  • Support for LZW compression and Cloud Optimised GeoTIFFs.
  • Support for custom image creation options.
  • Copy source colour interpretation to output.

Fixes:

  • Tighten raster FileNotFoundError and warnings on weight re-estimation (pan-sharpening).

- include lzw.
- test single band photometric / interleave.
- test errors.
- include lzw compression.
- simplify write_mask / dtype / compress tests.
- fix create_profile() colorinterp comparison.
- limit repackaging RasterioIOError as FileNotFoundError.
- refactor create_profile() for driver and creation options.
- add block_windows() for GTiff & COG tile windows.
- warn on weight re-estimation & on -ve weight
- add driver and creation options for output image
Copy link

codecov bot commented Sep 15, 2024

Codecov Report

Attention: Patch coverage is 98.96907% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.16%. Comparing base (5b4bfcf) to head (4a2bb8b).
Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
orthority/common.py 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   93.05%   93.16%   +0.11%     
==========================================
  Files          13       13              
  Lines        2734     2778      +44     
==========================================
+ Hits         2544     2588      +44     
  Misses        190      190              

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

@dugalh dugalh merged commit ec04c47 into main Sep 15, 2024
23 checks passed
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