1.6.2.4. showres.py – Display the resolution of a netcdf grid¶
| Usage: | showres.py [options] ncfile
|
|---|---|
| Description: | Show the grid (rectangular or curvilinear) resolution of netcdf file. |
| Options: |
|
| Examples: | These examples are executed from the $> showres.py ../data/mars3d.xy.nc
dx=0.0108562°, dy=0.0071907°
$> showres.py --meters ../data/mars3d.xy.nc
dx=0.801031km, dy=0.799714km
|
| See also: | showgrid.py – Show and display a netcdf grid, |