mirror of https://github.com/ecmwf/eccodes.git
Documentation
This commit is contained in:
parent
efb8ebd1ac
commit
2af77e41cc
|
@ -17,7 +17,7 @@
|
||||||
\n \n -F format \n
|
\n \n -F format \n
|
||||||
C style format for floating-point values.
|
C style format for floating-point values.
|
||||||
\n \n -l Latitude,Longitude[,MODE,file] \n
|
\n \n -l Latitude,Longitude[,MODE,file] \n
|
||||||
Value close to the point of a Latitude/Longitude.
|
Value close to the point of a Latitude,Longitude.
|
||||||
Allowed values for MODE are:
|
Allowed values for MODE are:
|
||||||
4 (4 values in the nearest points are printed) Default
|
4 (4 values in the nearest points are printed) Default
|
||||||
1 (the value at the nearest point is printed)
|
1 (the value at the nearest point is printed)
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
Order by. The output will be ordered according to the order by directive.
|
Order by. The output will be ordered according to the order by directive.
|
||||||
Order by example: "step:i asc, centre desc" (step numeric ascending and centre descending)
|
Order by example: "step:i asc, centre desc" (step numeric ascending and centre descending)
|
||||||
\n \n -l Latitude,Longitude[,MODE,file] \n
|
\n \n -l Latitude,Longitude[,MODE,file] \n
|
||||||
Value close to the point of a Latitude/Longitude.
|
Value close to the point of a Latitude,Longitude.
|
||||||
Allowed values for MODE are:
|
Allowed values for MODE are:
|
||||||
4 (4 values in the nearest points are printed) Default
|
4 (4 values in the nearest points are printed) Default
|
||||||
1 (the value at the nearest point is printed)
|
1 (the value at the nearest point is printed)
|
||||||
|
|
|
@ -47,7 +47,7 @@ grib_options_help grib_options_help_list[] ={
|
||||||
"\n\t\tData value corresponding to the given index is printed.\n"},
|
"\n\t\tData value corresponding to the given index is printed.\n"},
|
||||||
{"j",0,"JSON mode (JavaScript Object Notation).\n"},
|
{"j",0,"JSON mode (JavaScript Object Notation).\n"},
|
||||||
{"l:","Latitude,Longitude[,MODE,file]",
|
{"l:","Latitude,Longitude[,MODE,file]",
|
||||||
"\n\t\tValue close to the point of a Latitude/Longitude."
|
"\n\t\tValue close to the point of a Latitude,Longitude."
|
||||||
"\n\t\tAllowed values for MODE are:"
|
"\n\t\tAllowed values for MODE are:"
|
||||||
"\n\t\t 4 (4 values in the nearest points are printed) Default"
|
"\n\t\t 4 (4 values in the nearest points are printed) Default"
|
||||||
"\n\t\t 1 (the value at the nearest point is printed)"
|
"\n\t\t 1 (the value at the nearest point is printed)"
|
||||||
|
|
Loading…
Reference in New Issue