Go to file
Félix Baylac-Jacqué 38c67ee588 Webapp: add real elig data query
When a acceptable zoom level is reached, the frontend is going to
query the DB for the eligibility data associated to the region the
user is viewing.

When requesting too much data, the frontend gets pretty slow. In order
to prevent that, we require a minimal zoom level before triggering the
actual request.
2022-02-22 14:24:41 +01:00
data-ingest data-ingest: Create a spatial index on the building geodata 2022-02-21 19:00:11 +01:00
webapp Webapp: add real elig data query 2022-02-22 14:24:41 +01:00
notes.org data-ingest: Create a spatial index on the building geodata 2022-02-21 19:00:11 +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.