https://github.com/andreif/opendata
A collection of open data
https://github.com/andreif/opendata
Last synced: 3 months ago
JSON representation
A collection of open data
- Host: GitHub
- URL: https://github.com/andreif/opendata
- Owner: andreif
- Created: 2012-03-03T22:06:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-04T11:52:26.000Z (over 14 years ago)
- Last Synced: 2023-10-19T12:07:12.022Z (over 2 years ago)
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A collection of open data
```
pip install git+git://github.com/andreif/opendata.git
```
```py
>>> import opendata
>>> area_codes = opendata.load('se/sv_SE/area_codes')
>>> area_codes.get('0980')
{u'county': u'Norrbottens l\xe4n', u'towns': [u'Kiruna'], u'network': u'fixed'}
>>> area_codes.get('07018')
{u'operator': u'Telia', u'network': u'mobile'}
```