We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While doing some processing lately I noticed that there is exactly one address file in all of OA with a space in the filename:
julian@Julians-MacBook-Air ~/data/openaddresses $ find . -name '* *' ./au/act/statewide-addresses-ACTGOV Addresses.geojson
It's easy to handle spaces in automated scripts, but it's also easy to forget.
I think this space comes from this line. Can I safely remove the space in a PR to save other people some trouble?
The text was updated successfully, but these errors were encountered:
Yup, lets change that line. We should probably modify the schema to prevent whitespace in that field too.
Sorry, something went wrong.
No branches or pull requests
While doing some processing lately I noticed that there is exactly one address file in all of OA with a space in the filename:
It's easy to handle spaces in automated scripts, but it's also easy to forget.
I think this space comes from this line. Can I safely remove the space in a PR to save other people some trouble?
The text was updated successfully, but these errors were encountered: