org.jgrasstools.gears.io.timeseries.OmsTimeSeriesReader.html Maven / Gradle / Ivy
The newest version!
Utility class for reading data from a OMS formatted csv file. The data is assumed to be first col a date and then al numbers. This reader reads a time series data file all in one, so it is not time dependent, for this you should look into TimeSeriesIteratorReader.
Parameters
- the csv file to read from
- the file novalue to be translated into the internal novalue (defaults to -9999.0); it can be also a string.
- the internal novalue to use (defaults to NaN)
- the list of timestamps read
© 2015 - 2024 Weber Informatics LLC | Privacy Policy