pysiral.core.iotools
Created on Sat Aug 01 17:33:02 2015
@author: Stefan
TODO: Evaluate usefulness (or move to internal module)
Classes
Quick & dirty method to parse content of netCDF file into a python object |
|
Functions
|
|
|
Returns version string in l1bdata filename |
Module Contents
- class pysiral.core.iotools.ReadNC(filename, verbose=False, autoscale=True, nan_fill_value=False, global_attrs_only=False)
Bases:
objectQuick & dirty method to parse content of netCDF file into a python object with attributes from file variables
- error
- time_def
- keys = []
- parameters = []
- attributes = []
- verbose = False
- autoscale = True
- global_attrs_only = False
- nan_fill_value = False
- filename
- read_globals()
- read_content()
- class pysiral.core.iotools.NCMaskedGridData(filename, squeeze=True)
Bases:
object- squeeze = True
- filename
- parse()
- get_by_name(parameter_name)
- pysiral.core.iotools.get_temp_png_filename()
- pysiral.core.iotools.get_l1bdata_files(mission_id, hemisphere, year, month, config=None, version='default')
- pysiral.core.iotools.l1bdata_get_baseline(filename)
Returns version string in l1bdata filename