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

[FEATURE REQUEST] Metadata export #16

Open
LdDl opened this issue Oct 8, 2022 · 0 comments
Open

[FEATURE REQUEST] Metadata export #16

LdDl opened this issue Oct 8, 2022 · 0 comments

Comments

@LdDl
Copy link
Owner

LdDl commented Oct 8, 2022

Is your feature request related to a problem? Please describe.
In some situations it is needed more data from OSM tags/attributes such as: lanes number on a road, max speed restrictions, bus lanes, traffic lights and etc.

Describe the solution you'd like and provide pseudocode examples if you can

  1. Add optional flag export_meta (default value is false)
  2. If export_meta is true then export all processed tags/attirubutes to %filename_placeholder%_metainfo.csv
  3. Proposed format:
type                    | object_id             | jsoned_tags_and_attributes

(either node or way)    | OSM object ID         | map[string]string of tag key/values pairs

Additional context
Any other suggestions are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant