opening-hours / opening_hours-statistics

Statistics for opening_hours in OSM.
https://openingh.openstreetmap.de/stats/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Add statistic for how many values have the same meaning but are different. #7

Open ypid opened 8 years ago

ypid commented 8 years ago

Using the isEqualTo function. https://github.com/ypid/opening_hours.js/issues/116

It is expected that this calculation has high demands in term of CPU time. The calculation will be done only once a year. Before doing this it might be a good idea to find a way to make use of multiple CPU cores using NodeJS.