...
Macro | Python | Notes |
---|---|---|
number | number | |
string | string | |
list | list | Can also pass a tuple to Macro, and it will be converted to a Macro list |
fieldset | Fieldset class | Lightweight wrapper class in Meview-Python |
geopoints | Geopoints class | Lightweight wrapper class in Meview-Python |
observations | Bufr class | Lightweight wrapper class in Meview-Python |
netcdf | NetCDF class | Lightweight wrapper class in Meview-Python |
odb | Odb class | Lightweight wrapper class in Meview-Python |
table | Table class | Lightweight wrapper class in Meview-Python |
vector | numPy array | |
date | datetime | Can also pass a date or a datetime64 to Macro |
definition | dictionary |
...