convertGrid: Convert grid type of NetCDF file

View source: R/convertGrid.R

convertGridR Documentation

Convert grid type of NetCDF file

Description

Convert grid type of NetCDF file

Usage

convertGrid(basedir)

Arguments

basedir

character. Path to a file directory containing one or multiple NetCDF files.

Value

The function overwrites the existing NetCDF files with a new file with the correct grid type, so no new file is returned.

Examples

## Not run: 
extdir <- paste0(system.file(package="processNC"), "/extdata")
convertGrid(basedir=extdir)

## End(Not run)

RS-eco/processNC documentation built on Aug. 7, 2023, 8:12 a.m.