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

Areas dropped in creation process #1

Open
SK53 opened this issue May 29, 2017 · 1 comment
Open

Areas dropped in creation process #1

SK53 opened this issue May 29, 2017 · 1 comment

Comments

@SK53
Copy link
Owner

SK53 commented May 29, 2017

The creation process drops areas which have no adjacent areas in the second stage of merging areas. Mostly this weeds out false positives, but it also eliminates some places which should be included. For instance in the Southern Cone of South America: Caleta Olivia, Puerto Natales and El Calafate.

In the absence of a more rigorous way to remove false positives from the intial dataset a fairly simple minded approach is just to included all areas over a certain size which were isolated in stage 1. For instance for South America the total number of initial candidate areas is 45k, of which 25k are isolated, but only 1k are over 2 sq km in size.

Other parameters which could be looked at are number of children, or the ratio of short and long axes of an enclosing ellipse (some candidates will be nothing more than a single short road segment).

SK53 added a commit that referenced this issue May 29, 2017
@SK53
Copy link
Owner Author

SK53 commented May 29, 2017

An example area from the Pampas west of Buenos Aires: strings of towns (originally along railway lines) some included and some not. Dark coloured areas were in first processing, those with an orange halo added from the larger areas (> 2 sq km in area) missed, light green ones still not incorporated. One or two false positives are visible, but most are valid urban areas.

missing_areas_pampas

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

1 participant