NOAA-EMC / bufr-query

Apache License 2.0
1 stars 2 forks source link

Remove checking name consistency of data path. #15

Closed emilyhcliu closed 2 months ago

emilyhcliu commented 2 months ago

While merging/appending containers, bufr-query would check if the dimensions (other than Location) are consistent among containers to be merged by checking the name of the data paths. However, there are circumstances as described in Issue #13 that the containers have different path names, but their dimensions are actually the same. So, this PR is to remove the check on the name of the dimension for containers to be merged.