Skip to content

Commit f8f5205

Browse files
author
Rub21
committed
fix
1 parent cce6768 commit f8f5205

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

editions-v2.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ do
1414
gzip -d $i.osc.gz
1515
#./osmconvert $i.osc > $i.05m
1616
echo "Processing.. $i"
17-
users=(Rub21 ediyes RichRico Luis36995 dannykath andygol shravan91 ruthmaben abel801 samely calfarome srividya_c PlaneMad)
18-
for j in ${users[*]}
19-
do
20-
./osmfilter $i.osc --keep="@user=$i" -o=$i-$j.osm
21-
done
22-
#rm $i.05m
17+
./osmfilter $i.osc --keep="@user=Rub21 or @user=ediyes or @user=Luis36995 or @user=RichRico or @user=dannykath or @user=andygol or @user=shravan91 or @user=ruthmaben or @user=abel801 or @user=calfarome or @user=samely or @user=srivya_c or @user=PlaneMad" -o=process-$i.osm
2318
rm $i.osc
2419
done
2520
s=".osm "

0 commit comments

Comments
 (0)