Skip to content

ndarray/xarray based Composite Key Checker #22

Description

@DocOtak

As part of the "fast" reader work, functions/methods are needed to directly check an xr.Dataset or potentially ndarrays for valid exchange coordinates. This include:

  • The variables of expocode, station, cast, sample are compatible numpy (or xarray) broadcasting.
  • After broadcasting, the elementwise concatenation of values of the above variables is either unique or empty.
  • Data (after broadcasting) exists only if and only if the above elementwise is not empty.

This will allow us to check arbitrary input netcdf files for CCHDO flavored CF/netCDF validity not just the ones created by this software.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions