Plot data from a HAPI server using the hapiplot
function in hapiclient
Source: http://github.com/hapi-server/plotserver-python
server
A URL to a HAPI server (must end in /hapi
)id
A dataset IDparameters
A parameter in the dataset. At present, PARAMETERS
can only be a single parametertime.min
Start time for plottime.max
End time for plotformat
[png
], svg
, pdf
, or gallery
transparent
[true
] or false
Make background transparent (results in smaller png files)usecache
[true
] or false
If true, serve cached image if availablefigsize
[7,3
] image size in inchesdpi
[144
] dpi of image (ignored if format
is not png
)format
= png
, svg
, and pdf
Returns an image of PARAMETERS
in dataset ID
plotted over the timerange START/STOP
.
?server=HAPIURL&id=ID¶meters=PARAMETERS&time.max=START&time.min=STOP
format
= gallery
?server=HAPIURL&id=ID&format=gallery
?server=HAPIURL&id=ID&¶meters=PARAMETERS&format=gallery
?server=HAPIURL&id=ID&¶meters=PARAMETERS&time.max=START&time.min=STOP&format=gallery