Skip to content

[ZFDB] feat: Initial version of custom store builder#282

Open
tbkr wants to merge 47 commits into
feature/zfdb/refactorfrom
feature/zfdb/custom_store_builder
Open

[ZFDB] feat: Initial version of custom store builder#282
tbkr wants to merge 47 commits into
feature/zfdb/refactorfrom
feature/zfdb/custom_store_builder

Conversation

@tbkr

@tbkr tbkr commented May 27, 2026

Copy link
Copy Markdown
Contributor

Description

Now we are able to specify arbitrary subgroups and access the data from there.

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 FDB 🚧📖🌦️🌈
https://sites.ecmwf.int/docs/fdb/pull-requests/PR-282

@codecov-commenter

codecov-commenter commented May 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.08%. Comparing base (38b3005) to head (9d7b9e5).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           feature/zfdb/refactor     #282      +/-   ##
=========================================================
- Coverage                  72.10%   72.08%   -0.02%     
=========================================================
  Files                        378      378              
  Lines                      23901    23901              
  Branches                    2504     2504              
=========================================================
- Hits                       17233    17230       -3     
- Misses                      6668     6671       +3     

☔ View full report in Codecov by Harness.
📢 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.

tbkr added 29 commits July 15, 2026 13:57
Also removed dead code which triggered an impossible scenario of the
bounding box check and therefore caused an underflow in the size_t.
Move internal mappings logic to own subfolder
tbkr added 7 commits July 15, 2026 13:57
The fill value in the builder of views is now taken in consideration
during the extraction of data from the GRIB messages. If the numerical
value of a missing value in the GRIB message is encountered, the value
gets replaced by the specified fill_value of the builder.
@tbkr
tbkr force-pushed the feature/zfdb/custom_store_builder branch from 26e96b7 to 754024a Compare July 15, 2026 12:12
@tbkr
tbkr changed the base branch from develop to feature/zfdb/refactor July 15, 2026 12:16
@tbkr
tbkr force-pushed the feature/zfdb/custom_store_builder branch from 754024a to a37dfaa Compare July 15, 2026 12:22
tbkr added 7 commits July 17, 2026 15:14
The check in ChunkedDataViewImpl for extensionAxisIndex being in bounds
was in the wrong position. Moved it in front of the first write access.
Instead of using strings as a representation of the MARS request, use
user-defined dictionaries.
@tbkr
tbkr force-pushed the feature/zfdb/refactor branch from cbbb4e3 to 38b3005 Compare July 21, 2026 17:22
@tbkr
tbkr force-pushed the feature/zfdb/custom_store_builder branch from a37dfaa to 9d7b9e5 Compare July 21, 2026 18:02
@tbkr
tbkr force-pushed the feature/zfdb/refactor branch 4 times, most recently from 92fa553 to 41278f8 Compare July 23, 2026 13:48
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.

2 participants