pegler / pytzwhere

python library to look up timezone from lat lng offline
Other
146 stars 54 forks source link

Pickle the shapely polygons #23

Closed cstich closed 8 years ago

cstich commented 9 years ago

If we pickle the shapely polygons, then we could speed up the import probably quite considerably. Potential downside: This might not work if you have a shapely/python mismatch somewhere.

cstich commented 9 years ago

The plan is to create this on install, so that it plays nicely with all potential versions of installed libraries.

pegler commented 9 years ago

I'm sure setup tools supports this somehow. Sounds like a nice optimization