imposm3 icon indicating copy to clipboard operation
imposm3 copied to clipboard

Extract user name from diff file

Open 0live opened this issue 4 years ago • 2 comments

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

0live avatar Apr 01 '20 09:04 0live

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

dooley avatar Sep 17 '20 11:09 dooley

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

djerrard avatar Oct 07 '20 01:10 djerrard