JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
8 stars 2 forks source link

Validate path for inappropriate node types. #1435

Closed rmclaren closed 7 months ago

rmclaren commented 7 months ago

Description

We were not checking to make sure the query path string does not contain node types it should not (like non-repeating sequences). The paths would be recognized but lead to a crash instead of warning the user about the invalid path for the subset. This pull request aims to fix this...

Issues

1427

PatNichols commented 7 months ago

@rmclaren Could you explain the problem more in depth.