Skip to main content

A Thenmap API wrapper

Project description

A simple wrapper for the Thenmap API.

Installing

pip install thenmap

Installing

>>> from thenmap import Thenmap

>>> api = Thenmap()
>>> swedish_municipalities = api["se-7"]
>>> swedish_municipalities.geojson  # defaults to current local date
{{u'crs': {u'type': u'name', ...}

>>> swedish_municipalities.date = "1975-05-03"
>>> swedish_municipalities.geojson
{{u'crs': {u'type': u'name', ...}

>>> swedish_municipalities.in_which("13.46,59.38")
1780

For more fine grained controll over the return geodata use the method get_geodata:

>>> swedish_municipalities.get_geodata(date="1975-05-03", format="topojson")
{{u'crs': {u'type': u'name', ...}

See http://thenmap.net for more info on the API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thenmap-1.0.0.tar.gz (3.5 kB view hashes)

Uploaded source

Built Distribution

thenmap-1.0.0-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded py2 py3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page