-
Notifications
You must be signed in to change notification settings - Fork 9
Test - manually fix special_co = A addresses #139
Comments
Ok, I like the idea of doing this manually. Before we start with this task:
[1] |
@Rub21 @planemad - this looks great, my edits are in: https://github.com/osmlab/nycbuildings/wiki/Clean-up-special-A-B-addresses (renamed title, which moved the page)
@Rub21 using Github tickets is ok (no need for tasking manager or to-fix), what makes me queasy is that the links in the Github ticket load data from overpass API.
|
My first mind was, just find the special_co(A,B) address and remove all those address, but now after check out more,We have to review each situation of address and for that we need the complete area. I am going to fix this on script to get all area in JOSM. |
@lxbarth @planemad , I fixed the script and now is possible to download per block from OSM API.
@planemad The url for JOSM on document was updated. |
@Rub21 - instead of:
do:
To zoom to the address and not to the entire loaded data. |
@lxbarth both are the same, I changed the url. https://github.com/osmlab/nycbuildings/blob/master/fixes/clean-up-special_co-address/index.js#L13 |
I am going to have my staff clean up the export of address points so they are, for lack of a better term, more 'user friendly'. We'll remove the added zeros to the hyphenated addresses. Let me know what else would make the data better. Now is the time to speak up. |
@colinreilly - that's great.
This is great. Note that we stripped leading zeros from all house numbers but for Queens style hyphened house numbers we padded the post-hyphen portion with zeros up to two digits https://github.com/osmlab/nycbuildings/blob/master/convert.py#L47 and #92
I remember culling many addresses because they were straight up planning addresses or addresses where we didn't have a high confidence level of whether they were in use. Anything you can do to clarify the status of various types of addresses is great. |
@lxbarth Removing zero padding. Example 42-001 would become 42-01 as it is in reality. Just sent you a file via dropbox of the deltas. Processing steps from the analyst: Buildings Addresses |
@colinreilly - this is great. @Rub21 - dropbox file is here https://www.dropbox.com/s/r1v7voeew7qr515/NYC_changes_OSM.zip?dl=0 - let's talk as soon as you have had a chance to take a look at it. |
@lxbarth I saw the files, let me know when you want to talk. |
First test export of edit URLs for addressing
special_co=A
- see #117https://gist.github.com/lxbarth/30267f8ec091063e844e
I created this export with this script: https://github.com/osmlab/nycbuildings/tree/master/fixes/clean-up-special_co-address
Each link opens a building in JOSM like so:
I'm proposing manual edits rather than an automatic method, because:
Next action:
The text was updated successfully, but these errors were encountered: