#include <unistd.h>
#include <iostream>
#include <string>
#include <netcdfcpp.h>
#include "odb_api/odbcapi.h"
#include "odb_api/CommandLineParser.h"
#include "odb_api/ODBModule.h"
#include "Odb2NetCDF.h"
#include "Odb2NetcdfModule.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
static const string | usage = "Usage: odb2netcdf -i [odb_filename|odb_filename_prefix] [-2d] -o netcdf_filename" |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ usage
const string usage = "Usage: odb2netcdf -i [odb_filename|odb_filename_prefix] [-2d] -o netcdf_filename" |
|
static |