Skip to content

Add novas_itrf_transform_site() and novas_geodetic_transform_site()#246

Merged
attipaci merged 1 commit into
mainfrom
transform-site
Sep 14, 2025
Merged

Add novas_itrf_transform_site() and novas_geodetic_transform_site()#246
attipaci merged 1 commit into
mainfrom
transform-site

Conversation

@attipaci

@attipaci attipaci commented Sep 14, 2025

Copy link
Copy Markdown
Collaborator

Added

int novas_itrf_transform_site(int from_year, const on_surface *in, int to_year, on_surface *out);

int novas_geodetic_transform_site(enum novas_reference_ellipsoid from_ellipsoid, const on_surface *in,
        enum novas_reference_ellipsoid to_ellipsoid, on_surface *out);

@attipaci attipaci added this to the 1.5.0 milestone Sep 14, 2025
@attipaci attipaci self-assigned this Sep 14, 2025
@attipaci attipaci added the enhancement New feature or request label Sep 14, 2025
@codecov

codecov Bot commented Sep 14, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.89%. Comparing base (d98ebcd) to head (babf3d8).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          24       24           
  Lines        4605     4628   +23     
  Branches      912      916    +4     
=======================================
+ Hits         4600     4623   +23     
  Partials        5        5           
Flag Coverage Δ
unittests 99.89% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/itrf.c 100.00% <100.00%> (ø)
src/observer.c 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63d3cc4...babf3d8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@attipaci attipaci force-pushed the transform-site branch 4 times, most recently from 719376f to a525546 Compare September 14, 2025 18:23
@attipaci attipaci marked this pull request as ready for review September 14, 2025 18:23
@attipaci attipaci force-pushed the transform-site branch 2 times, most recently from 5c9e117 to 8b037a5 Compare September 14, 2025 18:32
@attipaci attipaci changed the title Add novas_itrf_transform_site() and novas_transform_geodetic() Add novas_itrf_transform_site() and novas_geodetic_transform_site() Sep 14, 2025
@attipaci attipaci merged commit 377b3ff into main Sep 14, 2025
26 checks passed
@attipaci attipaci deleted the transform-site branch September 14, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant