No description
6c8c3b138d
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. |
||
---|---|---|
data-ingest | ||
webapp | ||
notes.org | ||
README.md | ||
shell.nix |
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.