New stats

This commit is contained in:
Pieter Vander Vennet 2021-07-03 22:25:52 +02:00
parent b6d9a3127c
commit 0575571020
69 changed files with 1774 additions and 2 deletions

View file

@ -6,7 +6,7 @@ then
COUNTER="$1"
fi
NEXT_URL=$(echo "https://osmcha.org/api/v1/changesets/?date__gte=2021-01-01&date__lte=$DATE&editor=mapcomplete&page=$COUNTER&page_size=1000")
NEXT_URL=$(echo "https://osmcha.org/api/v1/changesets/?date__gte=2021-07-01&date__lte=$DATE&editor=mapcomplete&page=$COUNTER&page_size=1000")
rm stats.*.json
while [[ "$NEXT_URL" != "null" ]]
do