ECC-925: Remove the tool bufr_index_build

This commit is contained in:
Shahram Najm 2019-05-14 17:53:39 +01:00
parent 7bd147bfa6
commit 80f615c654
2 changed files with 3 additions and 2 deletions

View File

@ -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
)

View File

@ -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;