view ZoneDetect.md @ 2878:8b1c451c8ff2

Additional remote commands --get-filelist:[<FOLDER>] Get list of files and class --get-filelist-recurse:[<FOLDER>] Get list of files and class recursive --get-collection:<COLLECTION> Get collection content --get-collection-list Get list of collections Changed command: --tell Print filename of current image [and Collection, if collection being displayed]
author Colin Clark <colin.clark@cclark.uk>
date Fri, 04 Jan 2019 13:44:58 +0000
parents 8bab8ac8ade0
children
line wrap: on
line source

The detection of timezone is performed by
 [ZoneDetect](https://github.com/BertoldVdb/ZoneDetect)
 
 timezone16.bin has a longitude resolution of 0.0055 degrees (~0.5km).  
 timezone21.bin has a longitude resolution of 0.00017 degrees (~20m).
 
 The safe zone result indicates how close you are to the nearest border (flat earth model using lat and lon as x and y), so you can know when to do a new lookup. If you don't need it you can ignore it, in this case you can pass a NULL parameter to save the (very small) calculation effort.
 
 
 Note that the [underlying database](https://github.com/evansiroky/timezone-boundary-builder) will change from time-to-time.