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 docs #14

Merged
merged 259 commits into from
May 15, 2024
Merged

Feature docs #14

merged 259 commits into from
May 15, 2024

Conversation

dugalh
Copy link
Collaborator

@dugalh dugalh commented May 14, 2024

Features:

  • fsspec integration to allow remote file IO.
  • Add RPC camera model.
  • Add camera factories to simplify the CLI and parameter file IO.
  • Add oty rpc command for RPC orthorectification.
  • Display total orthorectification progress with nested bars on CLI.
  • Allow 12 bit JPEG compression when supported by Rasterio,
  • Reroute CLI warnings and logs to not interfere with progress bars.
  • Incorporate vertical CRS / scale effects for DEM bounds and GSD.
  • Rename package from simple_ortho to orthority.

Fixes:

  • A number of minor fixes.

Docs:

  • Add documentation for a Read the Docs site.
  • Docstring adjustments and improvements.

Licensing:

  • Change to AGPLv3.

Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 94.60526% with 82 lines in your changes are missing coverage. Please review.

Project coverage is 93.85%. Comparing base (62fb83c) to head (a202e82).

Files Patch % Lines
orthority/cli.py 88.55% 27 Missing ⚠️
orthority/param_io.py 96.87% 16 Missing ⚠️
orthority/utils.py 85.45% 16 Missing ⚠️
orthority/camera.py 95.29% 15 Missing ⚠️
orthority/factory.py 95.12% 6 Missing ⚠️
orthority/exif.py 98.07% 1 Missing ⚠️
orthority/ortho.py 99.26% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   93.44%   93.85%   +0.40%     
==========================================
  Files          10       11       +1     
  Lines        1618     2212     +594     
==========================================
+ Hits         1512     2076     +564     
- Misses        106      136      +30     

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

@dugalh dugalh merged commit f641e3b into main May 15, 2024
23 checks passed
@dugalh dugalh deleted the feature_docs branch July 24, 2024 14:56
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