Help page for Astronomical Site Monitoring web service

Syntax


asm/[format/][instrument[&instrument]*/[variable_pattern/]]date_time[..date_time]


asm/instruments[/format]


asm/variables[/format[/instrument[&instrument]*[/variable_pattern]]]

Examples

Get instruments

asm/instruments

asm/instruments/html

Get variables

asm/variables

asm/variables/html

asm/variables/csv/all/u*

asm/variables/xml/dimm&mass

Get data

asm/2021-04-01T05:00:00

asm/json/2023-05-01T18:00:00

asm/xml/2021-04-01T20:00:00 .. 2021-04-02T08:00:00

asm/html/2021-04-01T05:00:00

asm/csv/2021-04-01T20:00:00..2021-04-02T08:00:00

asm/html/weather/2021-04-01T22:00:00..2021-04-02T08:00:00

asm/html/mass&dimm/fwhm/2018-04-12T22:00:00..2018-04-13T01:00:00

asm/csv/all/*_005/2021-04-12T22:00:00..2021-04-13T08:00:00

asm/csv/all/wind*_?00/2022-04-12T05:00:00

asm/html/sparta_VisLoopParams/dm*/2015-08-25T03:40:00..2015-08-25T03:50:00

Python

The python API dedicated to cobrex ASM web service is available here: CobrexASM.py

Also available related unit tests: CobrexASMTest.py

Python sampling API (NEW)

The python API dedicated to ASM sampling web service is available here: CobrexASMSampling.py