webservice_parser¶
-
sunpy.net.helio.
webservice_parser
(service='HEC')[source] [edit on github]¶ Quickly parses important contents from HELIO registry.
Uses the link contained in registry_links in with ‘service’ appended and scrapes the web-service links contained on that webpage.
- Parameters
service (str) – Indicates which particular HELIO service is used. Defaults to HEC.
- Returns
links (list or NoneType) – List of urls to registries containing WSDL endpoints.
Examples
>>> from sunpy.net.helio import parser >>> parser.webservice_parser() ['http://msslkz.mssl.ucl.ac.uk/helio-hec/HelioService', 'http://festung3.oats.inaf.it:8080/helio-hec/HelioService', 'http://festung1.oats.inaf.it:8080/helio-hec/HelioService', 'http://hec.helio-vo.eu/helio_hec/HelioService', 'http://msslkz.mssl.ucl.ac.uk/helio-hec/HelioLongQueryService', 'http://festung3.oats.inaf.it:8080/helio-hec/HelioLongQueryService', 'http://festung1.oats.inaf.it:8080/helio-hec/HelioLongQueryService', 'http://hec.helio-vo.eu/helio_hec/HelioLongQueryService']