27ec3f9 ←bc72819antonApr 19, 2026 api

edit index.md via macOS

modified table CountMapTrips= length(rows)mapCountries= length(unique(filte...
M /anton/undefined +0 -0
2 unmodified lines
3---
4
5| | Count | Map |
6|---|---|---|
7| Trips | `= length(rows)` | [flights.geojson](flights.geojson) |
8| Countries | `= length(unique(filter(flat(rows.tags), (t) => startswith(t, "country/"))))` | [countries.geojson](countries.geojson) |
9| Cities | `= length(unique(filter(flat(rows.tags), (t) => startswith(t, "city/"))))` | [cities.geojson](cities.geojson) |
7| Trips | `= length(rows)` | [map](flights.geojson) |
8| Countries | `= length(unique(filter(flat(rows.tags), (t) => startswith(t, "country/"))))` | [map](countries.geojson) |
9| Cities | `= length(unique(filter(flat(rows.tags), (t) => startswith(t, "city/"))))` | [map](cities.geojson) |
10
11## countries
12
13```dataview
34 unmodified lines