spacepy.datamodel.toHTML

spacepy.datamodel.toHTML(fname, SDobject, attrs=(), varLinks=False, echo=False, tableTag='<table border="1">')[source]

Create an HTML dump of the structure of a spacedata

Parameters:
fnamestr

Filename to write to

SDobjectspacepy.datamodel.SpaceData

SpaceData with associated attributes and variables in dmarrays

Other Parameters:
overwritebool (optional)

allow overwrite of an existing target file (default True)

modestr (optional)

HDF5 file open mode (a, w, r) (default ‘a’)

echobool

echo the html to the screen

varLinksbool

make the variable name a link to a stub page