Skip to content

Conversation

franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented Jul 3, 2024

Adds support for filters (e.g. compression) in HDF5.

TODO:

  • For a follow-up: Query available filters/operators

Diff: franzpoeschel/openPMD-api@hdf5-independent-flush-config...hdf5-filters

@franzpoeschel franzpoeschel added backend: HDF5 api: new additions to the API labels Jul 3, 2024
};

template <typename JSON, typename Accessor>
auto parse_filter_by_id(JSON &filter_config, Accessor &&json_accessor)

Check warning

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 110 lines.
@ax3l ax3l added this to the 0.17.0 milestone Jul 16, 2024
@ax3l ax3l requested review from ax3l and jeanbez July 16, 2024 17:34
@franzpoeschel franzpoeschel force-pushed the hdf5-filters branch 2 times, most recently from 23f7be5 to 233f020 Compare August 5, 2024 09:01
if (parameters.joinedDimension.has_value())
{
error::throwOperationUnsupportedInBackend(
"ADIOS1", "Joined Arrays currently only supported in ADIOS2");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ADIOS1...

@franzpoeschel franzpoeschel enabled auto-merge (squash) September 23, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: new additions to the API backend: HDF5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants