You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to remove bufr-query code from this project as it has moved to https://github.com/NOAA-EMC/bufr-query. The version of the BUFR querying code in this project is depricated. Need to delete the code and all the associated supporting files (test input files, test data files.... etc.).
Basically:
Delete src/bufr directory and all its contents. Also test/bufr and tools/bufr etc...
Delete all files that match the pattern test/testinput/bufr_*.yaml. Remove those tests from test/CMakeLists.txt.
Delete the associated BUFR data files from the test data project or test/testinput directory that are being used by the previous tests.
Delete relevant output *.nc files from the test data project and test/testoutput (those files associated with test/CMakeLists.txt).
An external dependency needs to be added so that any scripts that depend on BUFR in this project are able to use that functionality. Those same scripts will need modifications to work with the updated version of the framework...
Basically:
Add external dependency to bufr-query in the main CMakeLists.txt file
Modify scripts and yaml files as necessary.
Requirements
BUFR-query code needs to be removed.
The text was updated successfully, but these errors were encountered:
Description
Need to remove bufr-query code from this project as it has moved to https://github.com/NOAA-EMC/bufr-query. The version of the BUFR querying code in this project is depricated. Need to delete the code and all the associated supporting files (test input files, test data files.... etc.).
Basically:
An external dependency needs to be added so that any scripts that depend on BUFR in this project are able to use that functionality. Those same scripts will need modifications to work with the updated version of the framework...
Basically:
Requirements
BUFR-query code needs to be removed.
The text was updated successfully, but these errors were encountered: