Table of Contents

Projet Précarité.Map

Le point de départ était la BD précarité.ch brut de SQL et de CSV : precarite.dump.zip

Géocodage

SELECT 
  ad_geo.title, 
  ad_geo.id, 
  theme.title
FROM 
  public.ad_geo, 
  public.ad_theme, 
  public.theme
WHERE 
  ad_geo.id::int = ad_theme.ad_id AND
  ad_theme.theme_id = theme.id;

Visualisation de lieux

Edition de lieux