vector_csv
VectorCSVDataLoader(bounds, params)
¶
Bases: VectorDataLoader
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: Vector dataset within limits of bounds. Dataset has coordinates 'lat', 'long', potentially 'time', and variable defined by column heading in csv file |