Skip to content

scalar_csv

ScalarCSVDataLoader(bounds, params)

Bases: ScalarDataLoader

import_data(bounds)

Reads in data from a CSV file.

Parameters:

Name Type Description Default
bounds Boundary

Initial boundary to limit the dataset to

required

Returns:

Type Description

pd.DataFrame: Scalar dataset within limits of bounds. Dataset has coordinates 'lat', 'long', potentially 'time', and variable defined by column heading in csv file