Learn R Programming

meteoland (version 2.0.0)

readNetCDFpoints: Utility functions for NetCDFs

Description

[Deprecated]

Functions to read spatial and temporal coordinates from NetCDFs.

Usage

readNetCDFpoints(file)

readNetCDFdates(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.

Functions

  • readNetCDFdates(): [Deprecated]

  • readNetCDFgridtopology(): [Deprecated]

  • readNetCDFproj4string(): [Deprecated]

Author

Miquel De Cáceres Ainsa, CREAF

See Also

readmeteorologypoints, readmeteorologygrid