goat-community / goat

This is the home of Geo Open Accessibility Tool (GOAT)
GNU General Public License v3.0
92 stars 47 forks source link

Fix Fitness stations #707

Closed EPajares closed 2 years ago

EPajares commented 4 years ago

Not all fitness stations where added as some are not surrounded by an area. We need to improve the data preparation here.

EPajares commented 4 years ago

@rafleo2008

rafleo2008 commented 4 years ago

The new commit include all the open fitness stations. However, there are some issues to be considered first.

The idea to group by area was applied in order to assign a common name to each complex, and count only one point per complex, but there are some complex without a clear boundary, and there, GOAT will count each point individually because they don't share name.

Moreover, I was thinking to build a kind of "grouping radius", but we have all types of cases, with fitness stations so close each other (10m) to other cases where the different stations are distributed along a big area (up to 200m) (here), therefore, for now, I have decided not to apply it.

Now, the data has been improved, but still we have to deal with this considerations.

EPajares commented 3 years ago

Searching outdoor gyms these days as replacement for the closed gyms I realized this issue gets more important :) I think we should map the outdoor gyms as areas according the OSM guidelines as discussed. @rafleo2008 could you do it?