5 #ifndef USML_NETCDF_BATHY_H
6 #define USML_NETCDF_BATHY_H
9 #include <usml/ublas/ublas.h>
10 #include <usml/types/types.h>
15 using namespace usml::ublas ;
16 using namespace usml::types ;
79 double south,
double north,
double west,
double east,
96 NcFile& file, NcVar **latitude, NcVar **longitude, NcVar **altitude ) ;
static double earth_radius
Local radius of curvature in the area of operations.
Definition: wposition.h:100
Extracts bathymetry data from world-wide bathymetry databases.
Definition: netcdf_bathy.h:54
N-dimensional data set and its associated axes.
Definition: data_grid.h:64