Skip to content

eckit::geo#251

Closed
pmaciel wants to merge 0 commit intodevelopfrom
feature/eckit-geo
Closed

eckit::geo#251
pmaciel wants to merge 0 commit intodevelopfrom
feature/eckit-geo

Conversation

@pmaciel
Copy link
Copy Markdown
Member

@pmaciel pmaciel commented Jan 26, 2026

Description

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

🌦️ >> Documentation << 🌦️
https://sites.ecmwf.int/docs/dev-section/eckit/pull-requests/PR-251

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 85.55556% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.38%. Comparing base (4b70d08) to head (b92bde4).

Files with missing lines Patch % Lines
src/eckit/spec/Layered.cc 0.00% 5 Missing ⚠️
src/eckit/geo/grid/reduced/HEALPix.cc 0.00% 4 Missing ⚠️
src/eckit/geo/Area.cc 83.33% 1 Missing ⚠️
src/eckit/geo/Grid.cc 92.30% 1 Missing ⚠️
src/eckit/geo/cache/Download.cc 93.75% 1 Missing ⚠️
src/eckit/spec/Spec.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #251      +/-   ##
===========================================
+ Coverage    66.33%   66.38%   +0.04%     
===========================================
  Files         1126     1127       +1     
  Lines        57668    57776     +108     
  Branches      4403     4407       +4     
===========================================
+ Hits         38253    38353     +100     
- Misses       19415    19423       +8     

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

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

Copy link
Copy Markdown
Member

@Ozaq Ozaq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please provide a commit message with some context

Comment thread src/eckit/geo/area/BoundingBox.cc Outdated
Comment on lines +359 to +361
custom.set("area", std::vector<double>{north(), west(), south(), east()});
if (operator!=(bounding_box_default())) {
custom.set("area", std::vector<double>{north(), west(), south(), east()});
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks a bit suspicious: Why does fill_spec not set the area on the spec if the BoundingBox itself is default?

@pmaciel pmaciel marked this pull request as draft January 28, 2026 08:52
@pmaciel pmaciel force-pushed the feature/eckit-geo branch 3 times, most recently from 531dbb5 to 034c686 Compare February 10, 2026 21:13
@pmaciel pmaciel force-pushed the feature/eckit-geo branch 2 times, most recently from 23111e5 to d2dc3ea Compare February 20, 2026 21:28
@pmaciel pmaciel force-pushed the feature/eckit-geo branch 3 times, most recently from e259b16 to b92bde4 Compare March 3, 2026 10:23
@pmaciel pmaciel force-pushed the feature/eckit-geo branch from e8cc3e1 to 1954e11 Compare March 10, 2026 16:10
@pmaciel pmaciel force-pushed the feature/eckit-geo branch from 1954e11 to 46d8c7c Compare March 26, 2026 14:41
@pmaciel pmaciel closed this Mar 26, 2026
@pmaciel pmaciel force-pushed the feature/eckit-geo branch from 46d8c7c to d2ac56a Compare March 26, 2026 16:04
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.

3 participants