wavy.satellite_readers
The main task of this module is to read satellite altimetry files for further use.
Attributes
Functions
|
Wrapping function to read wavy netcdf files. |
|
Wrapping function to read satellite netcdf files. |
|
Wrapping function to read remote opendap satellite netcdf files |
|
Wrapping function to read satellite netcdf files. |
|
Wrapping function to read swim netcdf files. |
Module Contents
- wavy.satellite_readers.satellite_dict
- wavy.satellite_readers.variable_info
- wavy.satellite_readers.read_wavy_ncfiles(**kwargs)
Wrapping function to read wavy netcdf files.
- param:
pathlst - list of paths to be parsed sd - start date (datetime object) ed - start date (datetime object) twin - time window (temporal constraint) in minutes
- return:
dictionary of variables for the satellite_class object
- wavy.satellite_readers.read_local_ncfiles(**kwargs)
Wrapping function to read satellite netcdf files.
- wavy.satellite_readers.read_remote_ncfiles_aggregated(**kwargs)
Wrapping function to read remote opendap satellite netcdf files that use credentials
- wavy.satellite_readers.read_local_20Hz_files(**kwargs)
Wrapping function to read satellite netcdf files.
- param:
pathlst - list of paths to be parsed product - product as specified in satellite_cfg.yaml varalias sd - start date (datetime object) ed - start date (datetime object) twin - time window (temporal constraint) in minutes
- return:
dictionary of variables for the satellite_class object
- wavy.satellite_readers.read_local_ncfiles_swim(**kwargs)
Wrapping function to read swim netcdf files.
- param:
pathlst - list of paths to be parsed product - product as specified in satellite_cfg.yaml varalias sd - start date (datetime object) ed - start date (datetime object) twin - time window (temporal constraint) in minutes
- return:
dictionary of variables for the satellite_class object