{% extends 'layout.html' %} {% block content %}

Pyris: INSEE IRIS Geolocalizer

Summary

Find an IRIS code from a French address.

Source code on Github.

IRIS is a a code related to a district provided by INSEE, the French National Institute of Statistics and Economic Studies. Thus, it's possible to have some statistical indicators for more than 50,000 different IRIS (resp. districts).
Note: Pyris does not take into account statistical data (for now).

The longitude/latitude coordinates are retrieved thanks to the National Address French Base and its great API.

Data

Find the raw data at the Open Data French gouvernment website.

Access

Examples:

You also can read and try the REST API generated by flask-resplus and Swagger.

{% endblock %}