parsers Package

webobs Module

class pyaavso.parsers.webobs.WebObsResultsParser(html_source)

Parser for WebObs search results page.

The parser reads an HTML page with search results (presented as a table) and parses the table into a list of observations.

Creates the parser and feeds it source code of the page.

get_observations()

Parses the HTML table into a list of dictionaries, each of which represents a single observation.