aosp12/external/geonames
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
export/dump init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_CCBY init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.android

This git project contains a subset of geonames data files, downloaded from the
geonames HTTP server for use during time zone geolocation testing.

Use android/download_latest.sh to download the latest files and update the
METADATA file.

Content of project:

LICENSE - geonames license information, originally created by nfuller@ from
          the geonames readme.txt and
          https://creativecommons.org/licenses/by/4.0/legalcode.txt
METADATA - information about the license / files, generated by
           android/download_latest.sh
MODULE_LICENSE_CCBY - an empty file indicating the use of Creative
                      Commons BY license, originally created by nfuller@
README.android - this file

android/
  download_latest.sh - a script that downloads geonames files from
                       the geonames http server, originally written by
                       nfuller@
  version_info/* - header information captured during download,
                   e.g. last modified date

external/dump/* - files downloaded using android/download_latest.sh