Go to file
Félix Baylac-Jacqué 6c8c3b138d webapp: fetch eligibility data on backend
We fetch the eligibility data from the backend for the area the user
is currently viewing.

We don't want to trigger the search when the user is zoomed out, it
could be heavy on the backend CPU. Hence, we trigger the fetch after
the user searched for his real address or reached a good-enough zoom level.

The backend is currently returning a dummy answer.
2022-02-21 17:21:21 +01:00
data-ingest Add some doc 2022-02-21 12:52:23 +01:00
webapp webapp: fetch eligibility data on backend 2022-02-21 17:21:21 +01:00
notes.org Add primitive IPE data ingestor. 2022-02-21 12:47:59 +01:00
README.md Add some doc 2022-02-21 12:52:23 +01:00
shell.nix webapp: display interactive map + geocoding 2022-02-21 15:28:19 +01:00

Visionneur d'IPEs

Axione nous fournit ses données d'éligibilité brutes sous la forme de fichiers CSV nommés IPE.

Ce dépôt est divisé en deux parties:

  • /webapp: application web (Python Flask/Leaflet) qui affiche les données d'éligibilité d'Axione sur une carte interactive.
  • /data-ingest: scripts bash/SQLite en charge de transformer les données en une base de données exploitable par l'application web depuis les CSV fournit par Axione.