Skip to main content

INSEE/IRIS geolocalization

Project description

IRIS Insee Geolocalizer

Pyris collects some data about IRIS from the French INSEE institute. It’s possible from an address to find the IRIS code and some statistics data, e.g. population, employment or housing data.

IRIS are specific codes and data related to more than 50,000 districts, built by the National Institute of Statistics and Economic Studies.

Interactive Map

map

map

IRIS stats

Some Insee stats for each IRIS, census 2013: population (by sex and age), employment and housing.

iris-stats

iris-stats

REST API documentation

api

api

For instance, you can:

  • URL/iris/0104?limit=5 to the some information about a specific IRIS code

  • URL/search/q=place de la bourse Bordeaux to get the IRIS data from a specific address

Data

You have to install postgreSQL and PostGIS. For Debian:

sudo apt-get install postgresql postgis

You have to be a PostgreSQL superuser to create the postgis extension for your database. If it’s not the case, you can do:

  • su

  • su - postgres

  • psql pyris -c "CREATE EXTENSION postgis;"

All usefull scripts are in the scripts-data folder. Two steps:

  • Download and some data processing for IGN and Insee data. Take a look to the Makefile in scripts-data.

  • Then load data into your database thanks to the Python script loader.py.

To summarize, in a dedicated virtualenv, do:

  1. Go to scripts-data

  2. Run make all

  3. Run python loader.py ./data

For Python dependencies which help you to process data, take a look to the scripts-data/requirements.txt file.

You also have a configuration file example at scripts-data/settings.ini.sample.

Launch the Web App

First, download the few CSS & JavaScript dependencies with a bower install (just a Bootstrap and jQuery).

Then : > gunicorn -b 127.0.0.1:5555 pyris.api.run:app or > gunicorn -b 127.0.0.1:5555 --env PYRIS_APP_SETTINGS=./appdev.yml pyris.api.run:app if you have to specify db credentials or logging Flask app configuration.

See an example of a app.yml file

Visit http://localhost:5555/pyris

Launch the Unit Tests

You must set the database and have a YAML configuration inspired from app.yml (db name and credentials, etc.). You should copy the app.yml file and modify it. Then, you can use pytest:

PYRIS_APP_SETTINGS=appdev.yml pytest -v -rsf

Requirements

  • postgresql

  • postgis

  • flask

  • flask restplus

  • psycopg2

  • slumber

  • pyaml

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

pyris-0.7.1.tar.gz (851.9 kB view details)

Uploaded Source

Built Distribution

pyris-0.7.1-py3-none-any.whl (867.7 kB view details)

Uploaded Python 3

File details

Details for the file pyris-0.7.1.tar.gz.

File metadata

  • Download URL: pyris-0.7.1.tar.gz
  • Upload date:
  • Size: 851.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for pyris-0.7.1.tar.gz
Algorithm Hash digest
SHA256 2f0a5f807d82b57e4844d7e14744d6f858eb78d1424baf03757dd0ac9da86f14
MD5 99595291a06441dadcd221659fed0c31
BLAKE2b-256 0c5f522179129464570982b4639c71085c5a7dbca8156e8504f5679f1d5776eb

See more details on using hashes here.

File details

Details for the file pyris-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: pyris-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 867.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for pyris-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 075c9c0b7e807a61c4f787e0f6255582e90c0400ceb57de927000fcfb3d752f0
MD5 746d350c5a89fe06ef53aa32e36920cd
BLAKE2b-256 77c7b688b1e3ba4035fa85dff52118d4c38f52a139fb1c2583720e6b3ac75aaa

See more details on using hashes here.

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