Skip to content

Instantly share code, notes, and snippets.

@kerel-fs
Last active November 21, 2015 21:34
Show Gist options
  • Save kerel-fs/821054260d664916c5db to your computer and use it in GitHub Desktop.
Save kerel-fs/821054260d664916c5db to your computer and use it in GitHub Desktop.
OpenGliderNetwork - Wiki-Parser for 'list-of-receivers'

OGN Receiver List Backend

Modules

mkreceiverjson.py

Fetch and parse the list of receivers from http://wiki.glidernet.org/list-of-receivers. The retrieved information is saved at receiver-wiki.json.

mkstatistics.py

Generate some statistics for stations in a receiver-wiki.json-file.

mkwikidump.py

Dump sources from known pages of wiki.glidernet.org into seperate files.

Libraries

  • wikidotcrawler.py
  • wikidotparser.py

Data Format

receiver-wiki.json

{'receivers': {
    id: {'description': string,
         'photo': string,
         'contact': string,
         'country': string
        },
    ...
  },
  'timestamp': isoformat
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment