GIS utilities

Functions for working with GIS data and maps

guess_crs()

Take a dataset and plot in different coordinate reference systems (CRS) on a leaflet map to check the expected CRS

plot_coordinates_on_map()

Plot x/y coordinates on a map

transform_coordinates()

Transform x-y coordinates from data.frame columns.

Plot utilities

Functions for working with plots

plot_label_splitter()

Split a long (plot) label into a two-liner

GBIF interaction utilities

Functions for working with GBIF data, beyond rgbif functionalities

gbif_species_name_match()

Add species information provided by the GBIF taxonomic backbone API

Data loaders

Functions to download/read data or specific data formats

download_knmi_data_hour()

Download KNMI hourly data to file

download_zenodo()

Get data from a Zenodo archive

extract_soil_map_data()

Extract soil properties from Flemish soil map

read_kmi_data()

Load KMI data as data.frame

read_kml_file()

Extract date and coordinate information from Google Maps kml file

read_knmi_data()

Read KNMI datafile (precipitation) as data.frame

read_mow_data()

Read MOW data

INBO coding club utilities

Download data and scripts of an INBO coding club session

setup_codingclub_session()

Download files (code and data) for a specific coding club session

Tidy data and data.frame handling

Functions to support work with data.frames

convertdf_enc()

Convert encoding of character and factor variables in a dataframe

csv_to_sqlite()

Save a delimited text table into a single table sqlite database

df_factors_to_char()

Convert all factors of a dataframe to characters

Statistical modelling

Functions for handling statistical modelling tasks

vif()

Variance inflation factor

Small utilities and helpers

human_filesize()

Human-readable binary file size

Example datasets

coordinate_example

Example data.frame with coordinates

rain_knmi_2012

Example data.frame with KNMI downloaded data

species_example

Example data.frame with species name column

Deprecated functions

inborutils-deprecated

Deprecated functions in inborutils