Learn R Programming

meteoland (version 1.0.3)

NetCDFutils: Utility functions for NetCDFs

Description

Functions to read spatial and temporal coordinates from NetCDFs.

Usage

readNetCDFdates(file)
readNetCDFpoints(file)
readNetCDFgridtopology(file)
readNetCDFproj4string(file)

Value

  • Function readNetCDFdates returns a Date vector.

  • Function readNetCDFpoints returns an object SpatialPoints-class.

  • Function readNetCDFgridtopology returns an object GridTopology-class.

  • Function readNetCDFproj4string returns an object CRS-class.

Arguments

file

String of the NetCDF whose spatial/temporal coordinates are desired.

Author

Miquel De Cáceres Ainsa, CREAF

See Also

readmeteorologypoints, readmeteorologygrid