Skip to content

Changes

View changes from to


On March 27, 2026 at 8:35:12 AM UTC, Gravatar user_d4c:
  • Changed value of field date_modification to 2026-03-27 (previously 2026-03-26) in Lignes DVF par IRIS


  • Changed value of field dataset-model to {"db_type":"pgsql","db_name":"open","host":"data4citizen-db","port":"5432","login":"postgres","password":"ifr2ipTVt3uf9kK","sql_query":"SELECT\r\n d.annee_mutation,\r\n d.code_iris,\r\n d.nom_iris,\r\n d.type_iris,\r\n\r\n COUNT(DISTINCT d.parcelle_id) AS nb_parcelles_mut\u00e9es,\r\n COUNT(*) AS nb_lignes_dvf,\r\n\r\n COUNT(DISTINCT concat_ws('|',\r\n d.identifiant_document,\r\n d.no_disposition,\r\n d.date_mutation,\r\n d.parcelle_section,\r\n d.parcelle_numero\r\n )) AS nb_mutations_estimees,\r\n\r\n SUM(d.valeur_fonciere) AS valeur_fonciere_totale,\r\n\r\n percentile_cont(0.5) WITHIN GROUP (ORDER BY d.valeur_fonciere)\r\n AS valeur_fonciere_mediane,\r\n\r\n SUM(d.surface_terrain) AS surface_terrain_mutee,\r\n\r\n percentile_cont(0.5) WITHIN GROUP (\r\n ORDER BY d.valeur_fonciere \/ NULLIF(d.surface_terrain, 0)\r\n ) FILTER (\r\n WHERE d.surface_terrain > 0\r\n AND d.valeur_fonciere IS NOT NULL\r\n ) AS prix_m2_terrain_median,\r\n\r\n i.geo_point_2d,\r\n i.geo_shape\r\nFROM v_dvf_saint_martin_iris d\r\nJOIN \"iris_saint-martin\" i\r\n ON d.code_iris = i.code_iris\r\nWHERE d.valeur_fonciere IS NOT NULL\r\nGROUP BY\r\n d.annee_mutation,\r\n d.code_iris,\r\n d.nom_iris,\r\n d.type_iris,\r\n i.geo_point_2d,\r\n i.geo_shape;"} (previously {"db_type":"pgsql","db_name":"open","host":"data4citizen-db","port":"5432","login":"postgres","password":"ifr2ipTVt3uf9kK","sql_query":"SELECT\r\n annee_mutation,\r\n code_iris,\r\n nom_iris,\r\n count(*) AS nb_lignes_dvf,\r\n sum(valeur_fonciere) AS valeur_fonciere_totale,\r\n percentile_cont(0.5) WITHIN GROUP (ORDER BY valeur_fonciere) AS valeur_fonciere_mediane,\r\n geo_point_2d,\r\n geo_shape\r\nFROM v_dvf_saint_martin_iris\r\nWHERE valeur_fonciere IS NOT NULL\r\nGROUP BY annee_mutation,code_iris, nom_iris,geo_point_2d,geo_shape\r\nORDER BY nb_lignes_dvf DESC;"}) in Lignes DVF par IRIS