Processing Pipeline
The data generation is handled by timezone_data_generator.py. This script performs the following:
1. Geometry Analysis: Uses shapely to find a representative point inside each country's boundary.
2. Timezone Mapping: Uses timezonefinder to look up the specific IANA timezone string for those coordinates.
3. Data Injection: Injects the timezone and coordinates back into the GeoJSON properties for use by the frontend.
Live Demo: https://azialle.github.io/Oclock/
codechibi•3h ago