conference_footprint

compute the CO2 footprint of an academic conference
git clone https://a3nm.net/git/conference_footprint/
Log | Files | Refs

commit 5727aa6c896cf3b29785438cbde0b04a1430bfc7
parent 50aa46f88e0cd2479a1d9ee48984931e6997cf47
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  9 Sep 2026 23:05:53 +0200

missing command

Diffstat:
2025/commands.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/2025/commands.txt b/2025/commands.txt @@ -14,5 +14,6 @@ - cat location_mode_extension.csv| cut -d';' -f1 > locations.txt - cat location_mode_extension.csv| cut -d';' -f3 >> locations.txt - cat locations.txt| sort | uniq > locations_uniq.txt +- ./geocode.py < locations_uniq.txt > locations_with_latlon.txt cat <(yes 0 | head -28) <(cat footprints.txt | sort -n | awk '{s+= $0; print s}') > footprints_withlocal_cumul.txt