README.md

idf

R-CMD-check

Extending the 'terra' package in order to be able to read and write idf rasters.

IDF is a simple binary format used by the iMOD groundwater modelling software. The format contains a header with grid and spatial extent information and an array of floats.The array of floats is translated to a rectangular grid using the ncol and nrow fields of the header.

Installation

You can install the released version of the idf-package with:

install_github("KeesVanImmerzeel/idf")

Then load the package with:

library("idf")

Functions in this package

Get help

To get help on the functions in this package type a question mark before the function name, like ?read_raster()

idf-format definition

image image



KeesVanImmerzeel/idf documentation built on Jan. 13, 2025, 3:23 a.m.