1.6.2.3. showgrid.py – Show and display a netcdf grid¶
Usage: | showgrid.py [options] ncfile
|
---|---|
Description: | Show grid (rectangular or curvilinear) info of a netcdf file. |
Options: |
|
Example: | $> showgrid.py --plot --figsize=12 -s f --xmin=-5 ../data/mars3d.xy.nc
Dimensions : nx=227 ny=261
Axes : lon="longitude" lat="latitude"
Zonal extent : -6.56181 -> -4.10829 [06°33'43''W -> 04°06'30''W]
Meridional extent : 47.4916 -> 49.3615 [47°29'30''N -> 49°21'41''N]
Zonal resolution : 0.0108562° / 0.801031km
Meridional resolution: 0.0071907° / 0.799714km
|
See also: | showres.py – Display the resolution of a netcdf grid, |