density
DensityDataLoader(bounds, params)
¶
Bases: LutDataLoader
import_data(bounds)
¶
Creates a simulated dataset of sea ice density based on scientific literature.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bounds
|
Boundary
|
Initial boundary to limit the dataset to |
required |
Returns:
| Name | Type | Description |
|---|---|---|
density_df |
DataFrame
|
Sea Ice Density dataset within limits of bounds. DataFrame has coordinates 'date', 'shape', and variable 'density' |