NEWS


n2khab 0.14.0 (2026-02-20)

A new function read_watersurfaces_refpoints() has been added to read the watersurfaces_refpoints data source (#204).

watersurfaces_refpoints is a newly published processed data source (inbo/n2khab-preprocessing/pull/79; https://doi.org/10.5281/zenodo.18700793). Apart from the latest version watersurfaces_refpoints_v6, two older versions have have been made available at Zenodo and are also supported by the function. An interim version watersurfaces_refpoints_v6.1_interim is supported as well. Interim versions do not receive the same level of quality control. It is advised to use a regular version instead.

n2khab 0.13.0 (2025-12-19)

Breaking change

New features

Support for interim data source versions

The following interim data source versions are now supported by the corresponding functions (#200):

Function documentation was updated accordingly. Interim versions are added only at the end of the version argument of the read functions, since they do not receive the same level of quality control. Please note that it is advised to use a regular version of these data sources instead.

n2khab 0.12.0 (2025-01-10)

Support for new data source versions

The following new data source versions are now supported by the corresponding functions (#192):

n2khab 0.11.0 (2024-10-03)

Support for new data source versions

The following new data source versions are now supported by the corresponding functions (#184):

Function documentation was updated accordingly.

Drop rbbvos+ from built-in data sources

Other updates

Including:

n2khab 0.10.1 (2023-12-04)

n2khab 0.10.0 (2023-12-01)

Breaking change

read_GRTSmh(), read_GRTSmh_base4frac(), read_GRTSmh_diffres() and read_raster_runif() now return a SpatRaster object from {terra} by default (#173). Previous behaviour using {raster} can still be restored; see below. However do note that {raster} is a legacy package and {terra} is its successor.

New feature

The package can be configured using options() or corresponding environment variables. Current configuration state is returned by n2khab_options(). See ?n2khab_options for information on package configuration.

Two settings are now available:

Deprecated functions

read_schemes() and read_scheme_types() were moved to a new package {n2khabmon}. In {n2khab} they are still functional but deprecated, and will eventually disappear (#175). The accompanying data sources schemes and scheme_types have moved to {n2khabmon}. {n2khab} 0.10.0 will be the minimum version required by {n2khabmon}.

n2khab 0.9.1 (2023-11-24)

n2khab 0.9.0 (2023-11-22)

n2khab 0.8.0 (2022-11-18)

n2khab 0.7.0 (2022-05-23)

n2khab 0.6.0 (2022-02-03)

New features

n2khab 0.5.0 (2021-05-12)

Support for new data source versions

The following new data source versions are now supported by their associated reading functions:

Function documentation was updated accordingly and refined.

New functions

Other updates & internal changes

Including:

n2khab 0.4.0 (2021-02-10)

New feature

Updates & internal changes

Including:

Repo and website maintenance

n2khab 0.3.1 (2020-10-26)

Minor patch

n2khab 0.3.0 (2020-10-16)

Breaking change

New features

Internal changes

n2khab 0.2.0 (2020-05-08)

New features

Further, a number of smaller fixes and enhancements were made.

n2khab 0.1.2 (2020-03-04)

Hotfix

n2khab 0.1.1 (2020-02-26)

Hotfix

n2khab 0.1.0 (2020-01-30)

Features of the first stable release

Historical note

This package is the successor of the {n2khabutils} package. Previous to commit c8608d9, the code was part of the n2khab-monitoring repo (formerly 'n2khab-inputs'), where the original version history remains stored. At that time, the package was called {n2khabutils}. As a convenience, the {n2khab} repo still holds the rewritten (shrinked) package history from before commit c8608d9, as defined by the related files and folders. See this issue in the 'n2khab-monitoring' repo, where the migration is documented.