Csv Module
Load plant-specific time-series from CSV files.
Types
| Type | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
loadPlantSpecificEnvironments fileName
Parameters:
string
-
The CSV file to load from.
Returns: (string * TimeSeries<float, Annual, int<MeasureProduct<year, MeasureOne>>, int<MeasureProduct<year, MeasureOne>>>) list
A map of time-series by their plant individual.
|
Load plant-specific environmental time-series from a CSV file, where all time-series are specified in a single CSV.
|
Full Usage:
loadRingWidths csvFileName
Parameters:
string
-
The file to load
Returns: PlantIndividual<MeasureProduct<millimetre, MeasureOne>, Annual, int<MeasureProduct<year, MeasureOne>>, int<MeasureProduct<year, MeasureOne>>> list
A plant individual containing the growth series.
|
Load ring widths from a CSV file that contains 'Year', 'Plant Code', and 'Increment (mm)' columns.
|
bristlecone