Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloaded queries are comprised of 3/4 useless trailing blanks #734

Open
jidanni opened this issue Jan 23, 2025 · 0 comments
Open

Downloaded queries are comprised of 3/4 useless trailing blanks #734

jidanni opened this issue Jan 23, 2025 · 0 comments

Comments

@jidanni
Copy link

jidanni commented 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.

$ for i in query*; do wc -c $i; sed 's/ \+$//' $i|wc -c; done
318 query-raw.overpassql
85
313 query.overpassql
80
@jidanni 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant