Re: [talk-au] Brisbane City Address Import

2019-01-15 Thread Joel H.
I have an updated plan, what does everyone think? - Obtain processed address dataset open in JOSM - Download existing addr:housenumber in a separate layer (using overpass turbo) - Inspection in JOSM. Areas with no existing address data can be uploaded in one go. - Areas which already have

Re: [talk-au] Brisbane City Address Import

2019-01-13 Thread David Wales
Hi Joel, I have had a quick look at the address data file in JOSM, and it looks pretty good. When you split it by suburb / region, will you share the smaller region files so other mappers can help with the review / conflation / upload process? Regards, David Wales On 13/1/19 11:13 pm, Joel H.

Re: [talk-au] Brisbane City Address Import

2019-01-13 Thread Joel H.
Here is my processed OSM file https://github.com/zayuim/osm-misc/blob/master/BrisbaneAddressesOfficialOnly.osm.xz The BCC dataset has issues with overlapping nodes and dupe addresses, I ended up removing all other address types and only getting the official ones (as opposed to the alternates).

Re: [talk-au] Brisbane City Address Import

2019-01-13 Thread Andrew Harvey
Another option is take the CSV export from OpenAddresses http://results.openaddresses.io/sources/au/qld/brisbane_city_council and use https://github.com/openaddresses/oa2osm to convert it to .osm. It has options for title case, remapping tags, it already combines the road name and road type

Re: [talk-au] Brisbane City Address Import

2019-01-12 Thread Joel H.
Is this information worth preserving in the upload? On 13/1/19 12:52 pm, fors...@ozonline.com.au wrote: >> - What does the "ADDRESS USE TYPE" field mean? And should it be >> preserved? > > Hi, just guessing, when a property fronts onto two roads, 'Uprn > (official location)' is where their mail

Re: [talk-au] Brisbane City Address Import

2019-01-12 Thread Joel H.
Hi no need. I figured out all I needed with a simple python script I found online and LibreOffice Calc. On 13/1/19 12:59 pm, David Wales wrote: > If you create a repository for your import scripts, and create some > issues, I'm happy to help out. > > Have a look at Dion Moult's import repository

Re: [talk-au] Brisbane City Address Import

2019-01-12 Thread David Wales
If you create a repository for your import scripts, and create some issues, I'm happy to help out. Have a look at Dion Moult's import repository for the NSW LPI Address data for some ideas. We are importing suburb by suburb, and putting changesets up for review on the repository before uploading

Re: [talk-au] Brisbane City Address Import

2019-01-12 Thread forster
- What does the "ADDRESS USE TYPE" field mean? And should it be preserved? Hi, just guessing, when a property fronts onto two roads, 'Uprn (official location)' is where their mail is delivered and 'Alternate' is the other frontage. Tony ___

[talk-au] Brisbane City Address Import

2019-01-12 Thread Joel H.
Hello everyone, I think that we should do selective imports of Brisbane City address data, seeing as we have a waiver and obtaining address data manually is labor intensive. Since I live here I can handle imports. However I would like help preparing the csv file, anyone who can lend some python