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

Extract user name from diff file #238

Open
0live opened this issue Apr 1, 2020 · 2 comments
Open

Extract user name from diff file #238

0live opened this issue Apr 1, 2020 · 2 comments

Comments

@0live
Copy link

0live commented Apr 1, 2020

Hello,
Is there a way to extract OSM metadata into tags or as attributes?
in my case i would like to have user's name when processing diff files but i didn't found anything about that in the documentation.

Thanks

@dooley
Copy link

dooley commented Sep 17, 2020

<node id="12635600" version="10" timestamp="2020-09-16T19:45:27Z" lat="49.8696256" lon="8.5997538"/>

I would like to see handled timestamp and version to use like below.

    "tables": {
        "admin": {
            "columns": [
                {
                    "type": "id",
                    "name": "osm_id",
                    "key": null
                },
                {
                    "type": "timestamp",
                    "name": "last_change",
                    "key": null
                },
                {
                    "type": "version",
                    "name": "version",
                    "key": null
                },

This could be very useful, for example to find something - which is under construction since 3 years.

@djerrard
Copy link

djerrard commented Oct 7, 2020

+1 for this, please.
In fact... +10 if it'll help!

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

3 participants