Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add doc
  • Loading branch information
thbar committed Aug 20, 2025
commit 238a08f067d737178b4d4c4588a68a91ceedcdc0
8 changes: 8 additions & 0 deletions scripts/irve/stats.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#
# This script downloads both data gouv aggregates, and our own,
# and computes the unique count of `id_pdc_itinerance` in both,
# so that we can monitor our progression in aggregation quality.
#
# elixir scripts/irve/stats.exs
#

Mix.install([
{:req, "~> 0.5.15"},
{:explorer, "~> 0.11.0"}
Expand Down