New graphs, script to create slices centerpoints

This commit is contained in:
Pieter Vander Vennet 2022-01-16 01:58:02 +01:00
parent 4a8823af4b
commit cce6a9e832
23 changed files with 42133 additions and 41166 deletions

View file

@ -0,0 +1,13 @@
#! /bin/bash
ts-node GenerateSeries.ts
# Move to the root of the repo
cd ../..
cd ../MapComplete-data
git pull
cd -
ts-node scripts/slice.ts Docs/Tools/centerpoints.geojson 8 ../MapComplete-data/mapcomplete-changes/
cd -
git add mapcomplete-changes/*
git commit -am "New changeset data"
git push