mirror of https://github.com/ecmwf/eccodes.git
ECC-567: codes_split_file documentation
This commit is contained in:
parent
6e655176cb
commit
eb012451cc
|
@ -29,9 +29,10 @@ BUFR (
|
||||||
gts_filter
|
gts_filter
|
||||||
gts_ls
|
gts_ls
|
||||||
)
|
)
|
||||||
|
|
||||||
!Generic (
|
Generic (
|
||||||
codes_count desc
|
codes_count desc
|
||||||
codes_info desc
|
codes_info desc
|
||||||
|
codes_split_file desc
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
NAME codes_split_file
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
|
||||||
|
Split an input file (GRIB, BUFR etc) into chunks roughly the same size. The files are named after the input with _1, _2 etc appended. This is much faster than grib_copy/bufr_copy.
|
||||||
|
|
||||||
|
USAGE
|
||||||
|
codes_split_file [-v] nchunks input
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
-v Print the count of messages and files created
|
||||||
|
|
Loading…
Reference in New Issue