You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For setting up WPS for remote processing of collections of ODV files a python io library pyodv has been created.

ODV      = pyodv.odv2df('test01.txt')

The ODV object can be viewed as html ODV.html() or as formatted command line text print(ODV). More advanced views are available for trajectory data as png and kmx images

pyodv.odv2map   ('test01.png',ODV,variable,clims,colormap)
pyodv.odv2mapkmz('test01.kmz',ODV,variable,clims,colormap)

where odvpar is the name of an ODV column, clims are the colorlimits and colormap is a Matplotlib colormap.

For vertical profile data

pyodv.odv2profile('test01.png',ODV,variable_name,z_variable_name,clims)
  • No labels