timezonefinder
timezonefinder copied to clipboard
python package for finding the timezone of any point on earth (coordinates) offline
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
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.
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...
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
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...
steps: * [ ] listen to timezone boundary releases -> trigger * [ ] create new branch * [ ] run ``make data``: runs the the parse_data.sh script * [...
- locations, expected results for all different methods - parameterised tests