arlmet.RecordSet#
- class arlmet.RecordSet(file, position, time, *, forecast=None)[source]#
Records for one valid time within an ARL file.
- Parameters:
file (File) – Parent ARL file handle.
position (int) – Byte offset of the index record on disk, or
-1for a new writable record set.time (pandas.Timestamp) – Valid time represented by the record set.
forecast (int, optional) – Forecast hour stored in the index record header.
- time#
Valid time of the record set.
- Type:
- records#
Data records stored at this time.
- Type:
- variables#
Lazy variable accessor inherited from RecordCollection.
- Type:
VariableAccessor
Methods
|
|
|
Create a writable DataRecord attached to this time step. |
Attributes
|
RecordSet file grid |
|
Access mode of the record set, inferred from the position. |
|
Record length in bytes for this record set, derived from the file grid. |
List of DataRecords in this record set. |
|
|
RecordSet file source |
|
RecordSet file vertical axis |