Documentation for parser configuration?
I'm working on a parser for a local public data source, and I'm struggling to understand how the configuration section is populated on the "Weather Services" page, after the parser is installed.
The behavior I want is very similar to the CWOP parser (https://github.com/sprinkler/rainmachine-developer-resources/blob/master/sdk-parsers/RMParserFramework/parsers/cwop-parser.py) - when installed, the parser performs a request to find nearby stations, and then populates a table with a radio selector, allowing the user to choose.
I see what looks like a station list being populated by writing to `self.params['_stations']` (l. 154), but it's not at all clear how the presentation in the "Weather Services" UI is controlled. Is there any documentation for that?
Please sign in to leave a comment.
Comments
0 comments