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
We currnetly have a categorize_int, but a categorize_bool would also be useful.
Example below would add a column which is true when a road is paved.
true
- name: paved type: categorize_bool keys: [surface] args: default: false values: "paved": true "asphalt": true "chipseal": true "concrete": true "concrete:lanes": true "concrete:plates": true "paving_stones": true "paving_stones:lanes": true "grass_paver": true "sett": true "unhewn_cobblestone": true "cobblestone": true "cobblestone:flattened": true "bricks": true "metail": true "metal_grid": true "wood": true "stepping_stones": true "rubber": true "tiles": true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currnetly have a categorize_int, but a categorize_bool would also be useful.
Example below would add a column which is
true
when a road is paved.The text was updated successfully, but these errors were encountered: