commit | 716cad88344ce3d8e34f5d92cbbc125fb89b5a53 | [log] [tgz] |
---|---|---|
author | Neil Fuller <[email protected]> | Thu Jul 29 15:37:45 2021 +0100 |
committer | Neil Fuller <[email protected]> | Wed Oct 20 10:53:16 2021 +0100 |
tree | fbf99d7ea7a54fb837f5d92c0c728791412d67a5 | |
parent | 76aace90a443293045733871d98b8eaea6bba791 [diff] |
Update known diffs using geonames 2021-07-29 The latest geonames data incorporates a large number of fixes for China cities. Bug: 163741462 Test: Re-run the diffing tool, no updates Merged-In: I514ed7a32decc5a1d408dc30f396a49c00327c6a Change-Id: I514ed7a32decc5a1d408dc30f396a49c00327c6a
This directory contains code, tools and data for the AOSP reference location time zone provider. Location time zone providers are used for location-based time zone detection on Android. See Android's android.service.timezone.TimeZoneProviderService class for more details.
apex
common
data_pipeline
run-data-pipeline.sh
below.geotz_lookup
tzs2.dat
file. Supports host and device usage.locationtzprovider
geotz_lookup
APIs to obtain the time zone IDs to pass to the platform.output_data
tzs2.dat
file generated by run-data-pipeline.sh
along with the associated license files.s2storage
tzs2.dat
generation on host, and the file's use on host and device. See s2storage/README.md
for format details.tzbb_data
validation
tzs2.dat
file against other data sources.download-tzbb-files.sh
tzbb_data/
from the timezone-boundary-builder project.run-data-pipeline.sh
data_pipeline
data generation pipeline. It takes data from tzbb_data/
, processes it, and puts the resulting tzs2.dat
file in output_data/
.