drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
MIT License
167 stars 33 forks source link

Is there a step by step tutorial on how to re generate the files? #45

Open alpennec opened 5 months ago

alpennec commented 5 months ago

Hello,

I’m trying to understand how the files we use in our projects are being generated from the time zone boundaries shape files. I’m curious in case we need to update the generated files if there are any change in the time zone boundaries in the future.

  1. Is there any documentation on how the generator works?

  2. Is there any step by step guide on how to re generate the files? It would help maintain the project too.

Thanks