refARPSnc: Extract/calculate and georeferences meteo params from an ARPS...

Description Usage Arguments Value Author(s) Source References See Also Examples

View source: R/refARPSnc.R

Description

The information of the projection is calculated using the informations as derived by the gdalinfo call of the ARPS netcdf file. Currently only "lambert_conformal_conic" and 'latlong' is supported. getRefInfo provides all missing projection values of an ARPS netCDF file

Usage

1

Arguments

file

ARPS netCDF file

Value

refARPSnc returns the correctly georeferenced and formated ARPS netCDF file and adds windspeed and -direction and some basic thermodynamic variables

Author(s)

Chris Reudenbach and Hanna Meyer

Source

Package: aRps
Type: Package
Version: 0.2
License: GPL (>= 2)
LazyLoad: yes

References

http://giswerk.org/doku.php?id=doku:modeling:arps:arps_installation

See Also

If you want to use this data in a GIS or otherwise georeferenced you need to extract the projection and domain extent according to the reference system that was used by ARPS getRefInfo

Examples

1
2
3
4
5
6
###############
 #### Example to georeference an ARPS netCDF 3.0 file and to calculate some important meteo params

arps.ncfile=system.file("kili.nc", package="aRps")
 nc <- nc_open(arps.ncfile)
refARPSnc(arps.ncfile)

gisma/aRps documentation built on May 17, 2019, 5:27 a.m.