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

feature request: statistics of surface and smoothness #6

Open
it4workflow opened this issue May 22, 2015 · 2 comments
Open

feature request: statistics of surface and smoothness #6

it4workflow opened this issue May 22, 2015 · 2 comments

Comments

@it4workflow
Copy link

ra already offers statistics of highway. lately surface and smoothness becomes more important. i think ra could be an assistant to improve the qualitity of this tags.
surface and smoothness are one dimension sized, so you need no "hierarchy".

PS: StatisticsService.StatisticsService() looks a bittle strange, cause you call createHierarchy() without using its return? And in createHierarchy() there's a copy&paste issue: you add unknown highway * as subhierarchy to humans?

HighwayHierarchy unknown = new HighwayHierarchy("unknown");
        humans.addSubHierarchy(new HighwayHierarchy("unknown", "highway", "*"));

        hierarchy.addSubHierarchy(unknown);
@grundid
Copy link
Owner

grundid commented May 23, 2015

Thanks for pointing out the bugs in the StatisticsService class.

Regarding surface and smoothness I'm not sure how to visualize the data. Do you expect all ways to have this kind of tags? Maybe you have some idea?

@it4workflow
Copy link
Author

Do you expect all ways to have this kind of tags?

No (and therefore for QA reasons). So if not tagged, not "unkown" (which is preassigned for values not mentioned in wiki for the key) but "n/a".

Regarding surface and smoothness I'm not sure how to visualize the data.

Just simple: for each (surface, smoothness) a new row equal to "Way-Verteilung".

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

2 participants