blob: 3642e6f3d75bea9ad1d10dbe3b58a4e7b7eda4fc [file] [log] [blame]
Neil Fullerfba180a2020-07-27 18:25:19 +00001This git project contains a subset of geonames data files, downloaded from the
2geonames HTTP server for use during time zone geolocation testing.
3
4Use android/download_latest.sh to download the latest files and update the
5METADATA file.
6
7Content of project:
8
9LICENSE - geonames license information, originally created by nfuller@ from
10 the geonames readme.txt and
11 https://creativecommons.org/licenses/by/4.0/legalcode.txt
12METADATA - information about the license / files, generated by
13 android/download_latest.sh
14MODULE_LICENSE_CCBY - an empty file indicating the use of Creative
15 Commons BY license, originally created by nfuller@
16README.android - this file
17
18android/
19 download_latest.sh - a script that downloads geonames files from
20 the geonames http server, originally written by
21 nfuller@
22 version_info/* - header information captured during download,
23 e.g. last modified date
24
25external/dump/* - files downloaded using android/download_latest.sh