ktch.datasets#

The ktch.datasets module implements utility functions to load morphometric datasets.

Functions#

datasets.load_landmark_mosquito_wings(*[, ...])

Load and return the mosquito wing landmark dataset used in [R879dd463bd6e-Rohlf_and_Slice_1990].

datasets.load_outline_mosquito_wings(*[, ...])

Load and return the mosquito wing outline dataset used in [R069eb2748fa9-Rohlf_and_Archie_1984], however includes only 126 of 127 specimens because of missing in the original NTS file.

datasets.convert_coords_df_to_list(df_coords)

Convert a dataframe of coordinates to a list of numpy arrays.

datasets.convert_coords_df_to_df_sklearn_transform(...)

Convert a dataframe of coordinates to a dataframe of coordinates for sklearn transformers.