|
PALM-meteo
|
Public Member Functions | |
| def | __init__ (self, ncvar) |
| def | from_origin (cls, dt_origin, units, times) |
| def | match_hselect (self, hselect) |
Public Attributes | |
| origin | |
| times | |
| matching | |
Represents dates found in an NetCDF file with CF conventions and their match (intersection) with given HorizonSelection.
| def palmmeteo.library.NCDates.__init__ | ( | self, | |
| ncvar | |||
| ) |
| def palmmeteo.library.NCDates.from_origin | ( | cls, | |
| dt_origin, | |||
| units, | |||
| times | |||
| ) |
| def palmmeteo.library.NCDates.match_hselect | ( | self, | |
| hselect | |||
| ) |
Find file time indices (if any) that match the given HorizonSelection
| palmmeteo.library.NCDates.matching |
| palmmeteo.library.NCDates.origin |
| palmmeteo.library.NCDates.times |