ppcpy.io.readMeteo.MeteoNcCloudnet#

class ppcpy.io.readMeteo.MeteoNcCloudnet(basepath, filepattern)[source]#

Bases: object

TODO for now only one filename define preferred model

Methods

__init__

find_path_for_time

load

not quite sure on the interface yet

find_path_for_time(time)[source]#
load(time, height_grid)[source]#

not quite sure on the interface yet ` met.load(data_cube.retrievals_highres['time'][0]) met.load(datetime.datetime.timestamp(datetime.datetime.strptime(data_cube.date, '%Y%m%d'))) `

Recipie:
  • load

  • select variables?

  • rename?

  • regrid from (time, level) to (time, lidar heights)

clarify the above ground above sea level issues