Header menu logo bristlecone

Csv Module

Load plant-specific time-series from CSV files.

Types

Type Description

EnvironmentVariableData

RingWidthData

Functions and values

Function or value Description

loadPlantSpecificEnvironments fileName

Full Usage: loadPlantSpecificEnvironments fileName

Parameters:
    fileName : 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.

fileName : 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.

loadRingWidths csvFileName

Full Usage: loadRingWidths csvFileName

Parameters:
    csvFileName : 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.

csvFileName : 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.

Type something to start searching.