theirix
theirix
> Great work! May I ask what's the status of this PR? Looking forward to using it. Thank you! The more modern and extensible approach is proposed in my PR...
@jannikmi, sorry for the late answer. I think it is possible. Nevertheless, I really like the @ringsaturn's proposal to split a package. It also allows iterating with a Python code...
Regarding the dependencies — it shouldn't be a big problem. Of course, it's more complicated than one repo. You'll save a lot of headaches trying to set up CI and...
> I am still unsure how to handle the default case: when by default the reduced dataset dependency is being used (always on?!), how to disable it when the user...
1. New wheel size I downloaded the latest 7.0.0 release wheel for Linux (timezonefinder-7.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl) The size of a native binary is 32K, which is approximately the size of the `timezonefinder.py`...
> > Geodata size > > Even flatbuffer data can be compressed. A simple tar with lzma (tar cf - data | xz --best | wc -c) gives 22 Mb...