opening_hours.js VS OpeningHoursParser

Compare opening_hours.js vs OpeningHoursParser and see what are their differences.

OpeningHoursParser

Parser for string values according to the OSM opening hours specification (by simonpoole)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
opening_hours.js OpeningHoursParser
3 1
213 32
0.9% -
3.9 7.0
about 1 month ago about 2 months ago
JavaScript Java
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opening_hours.js

Posts with mentions or reviews of opening_hours.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Organizing OpenStreetMap Mapping Parties
    8 projects | news.ycombinator.com | 12 Apr 2024
    Yeah, the country location is a requirement to show the opening hours. The library (https://github.com/opening-hours/opening_hours.js) is aware of holidays in many countries, but for that it needs to know what country a POI is in.

    The country awareness source code is here: https://github.com/pietervdvn/latlon2country

    The idea: I've taken all the country boundaries from OSM (via nominatim); I slice them in four parts. If the resulting geojson is too big, I slice this again until I have small geojsons, suitable to download. If you know the zoomlevel and location, one can use the standard slippy-tile-index to fetch the correct tile. (Alternatively, if the entire tile is within a country, it'll just return the country code)

    However, the client also needs to know what zoomlevel there is. For that, I built a search tree.

    It's been a while though, so I've forgotten some of the details ;)

  • A parser for the opening_hours fields from OpenStreetMap, with Python bindings
    4 projects | /r/rust | 13 Nov 2021
    In the mean time the JS library already provides a powerful tool that should fit your needs : https://openingh.ypid.de/evaluation_tool/. This library is more permissive than my implementation compared to the specification, I'm not sure if it is a good or a bad thing.
  • How do I map this? (More info in the comments)
    1 project | /r/openstreetmap | 30 Oct 2021
    Currently it is not possible to specify this, see https://github.com/opening-hours/opening_hours.js/issues/252

OpeningHoursParser

Posts with mentions or reviews of OpeningHoursParser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • A parser for the opening_hours fields from OpenStreetMap, with Python bindings
    4 projects | /r/rust | 13 Nov 2021
    This year we had a GSOC student.work on a campanion evaluator to https://github.com/simonpoole/OpeningHoursParser (which BTW.is plenty fast enough, not quite sure while you felt the need to do something new), it hadn't been integrated in to anything yet, but I'll be working on that sometime this.month. See https://github.com/goodudetheboy/OpeningHoursEvaluator

What are some alternatives?

When comparing opening_hours.js and OpeningHoursParser you can also consider the following projects:

osmtogeojson - convert osm to geojson

Mapsforge - Vector map library and writer - running on Android and Desktop.

opening-hours-rs - A parser for the opening_hours fields from OpenStreetMap.

OpeningHoursEvaluator - An evaluator for opening hours tag according to OSM opening hours specification