You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out downloaded queries are composed of about 75% useless trailing blanks. I.e., most of the file is just wasted bytes.
$ for i in query*; do wc -c $i; sed 's/ \+$//' $i|wc -c; done
318 query-raw.overpassql
85
313 query.overpassql
80
The text was updated successfully, but these errors were encountered:
jidanni
changed the title
Downloaded queries are comprised of 2/3 useless trailing blanks
Downloaded queries are comprised of 3/4 useless trailing blanks
Jan 23, 2025
It turns out downloaded queries are composed of about 75% useless trailing blanks. I.e., most of the file is just wasted bytes.
The text was updated successfully, but these errors were encountered: