mirror of https://github.com/ecmwf/eccodes.git
ECC-925: Remove the tool bufr_index_build
This commit is contained in:
parent
7bd147bfa6
commit
80f615c654
|
@ -33,7 +33,7 @@ list( APPEND grib_tools_bins
|
|||
grib2ppm grib_set grib_get grib_get_data grib_copy
|
||||
grib_compare codes_parser grib_index_build
|
||||
bufr_ls bufr_dump bufr_set bufr_get
|
||||
bufr_copy bufr_compare bufr_index_build
|
||||
bufr_copy bufr_compare
|
||||
gts_get gts_compare gts_copy gts_dump gts_filter gts_ls
|
||||
metar_dump metar_ls metar_compare metar_get metar_filter metar_copy
|
||||
)
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
#include "grib_tools.h"
|
||||
|
||||
const char* grib_tool_description="Build an index file for a set of input BUFR files.";
|
||||
const char* grib_tool_description="Build an index file for a set of input BUFR files.\n"
|
||||
"\tWarning: THIS TOOL IS NOT YET IMPLEMENTED";
|
||||
const char* grib_tool_name="bufr_index_build";
|
||||
const char* grib_tool_usage="[options] file file ... ";
|
||||
grib_index* idx=NULL;
|
||||
|
|
Loading…
Reference in New Issue