Description Usage Arguments Value Author(s) Source References See Also Examples
The information of the projection is calculated using by analysing the ARPS netcdf file parameters. Currently only "no_mapping" (default) and "lambert_conformal_conic" (north hemisphere) is supported.
getRefInfo provides the missing projection values of an ARPS netCDF file
1 |
file |
is a filname of an ARPS netcdf file |
getRefInfo returns the following parameters:
| $proj | proj4 projection string |
| $lat | central latitude of the data domain |
| $lon | central longitude of the data domain |
| $dx | grid spacing in x direction |
| $dy | grid spacing in y direction |
| $ext | xmin,xmax,ymin,ymax in $proj |
| $coordx | list of x coordinates according to the domain $xcoord |
| $coordy | list of y coordinates according to the domain $ycoord |
Chris Reudenbach and Hanna Meyer
| Package: | peRfectpeak |
| Type: | Package |
| Version: | 0.2 |
| License: | GPL (>= 2) |
| LazyLoad: | yes |
http://giswerk.org/doku.php?id=wac:modeling:arps:intro
For retrieving variables seederive4dParam.
For calculate thermodynamic variables seecalcMeteoParam.
1 2 3 4 5 6 | #### Example to extract the projection and
#### calculate the extent coordinates from a ARPS nccdf file
arps.ncfile=system.file("kili.nc", package="aRps")
refInfo=getRefInfo(arps.ncfile)
refInfo
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.