timezonefinder icon indicating copy to clipboard operation
timezonefinder copied to clipboard

python package for finding the timezone of any point on earth (coordinates) offline

Results 23 timezonefinder issues
Sort by recently updated
recently updated
newest added

Hi, I want just to report, maybe it will be helpful to someone, all versions after 5.2.0 may be super slow working in Docker. In my case, upgrade from 5.2.0...

The current point in polygon check algorithm is implemented in python which gets just in time compiled automatically if the package Numba is installed. Without Numba the algorithm is relatively...

https://hypothesis.readthedocs.io/en/latest/quickstart.html can be taken as baseline: https://github.com/jannikmi/multivar_horner/blob/master/tests/hypothesis_tests.py

enhancement
help wanted
good-first-issue

http://mypy-lang.org/ https://github.com/google/pytype

enhancement
help wanted

https://github.com/marketplace/actions/continuous-benchmark could save each commit’s benchmark results to a file, and come with a nice HTML page to view trends, I believe it will be useful for performance improvements.

enhancement
help wanted
good-first-issue

Hi, I faced with some rare issue in timezonefinder, it throwing `not enough values to unpack (expected 4, got 0)` exception randomly and rarely. I have no ideas about reproducing...

bug
help wanted
good-first-issue

h3 pre-release: [https://pypi.org/project/h3/4.0.0b2/](https://pypi.org/project/h3/4.0.0b2/). bumping to avoid conflicts with projects using latest h3 versions

enhancement
help wanted
dependencies
good-first-issue

currently the initialisation time of a `Timezonefinder` instance is around .7 seconds. This is probably mostly due to reading the polygon index file into memory. Find ways of reducing the...

enhancement
help wanted
good-first-issue

steps: * [ ] listen to timezone boundary releases -> trigger * [ ] create new branch * [ ] run ``make data``: runs the the parse_data.sh script * [...

enhancement
help wanted
good-first-issue

- locations, expected results for all different methods - parameterised tests

enhancement
help wanted
good-first-issue