Description
Details
This is a complete Asia Cities Database with Latitude and Longitude containing 617,000+ cities and places of the countries in Asia. The size of the package is 10 megabyte zip file having 100 megabytes of SQL dumps when unzipped. The data is ready to be published on your content web site or application.
Structure
Details
CITIES table use country codes and region codes that are defined in COUNTRIES and REGIONS table. Also, if you keep these extra table definitions in your database you will be able to extend your database in future with records of other countries and cities available from this site. Definitions of all the tables are described below:
Fields in the Table CITIES:
SL | Field | Description |
---|---|---|
1 | CityID | City identification number |
2 | ISO2 | Two character ISO country code |
3 | RC | Two character region code |
4 | City | Name of the city |
5 | AccentCity | Accented name of the city |
6 | Latitude | Latitude of the city |
7 | Longitude | Longitude of the city |
Fields in the Table CONTINENTS:
There is a single field named [Continent] in this table. Actually the table contains name of the continents as well some mapping reference zones.
Fields in the Table COUNTRIES:
- ISO2: Two character ISO country code
- FIPS104: Two character FIPS country code
- ISO3: Three character ISO country code
- ISON: Numeric ISO country code
- TLD: Top level Internet domain name for the country
- Country: Name of the country
- Continent: Continent or reference zone
- Capital: Capital of the country
- NationalitySingular: Nationality (singular form)
- NationalityPlural: Nationality (plural form)
- Currency: Currency of the country
- CurrencyCode: Three character currency code
- Population: Population of the country
Fields in the Table REGIONS:
- ISO2: Two character ISO country code
- RC: Two character region code
- Region: Name of the region of the country
The corresponding SQL command, for example, in the dump file to create CITIES table is:
CREATE TABLE `Cities` ( `CityID` INTEGER NOT NULL, `ISO2` VARCHAR(2), `RC` VARCHAR(2), `City` VARCHAR(100), `AccentCity` VARCHAR(100), `Latitude` DOUBLE NULL, `Longitude` DOUBLE NULL, PRIMARY KEY (`CityID`) ) ENGINE=innodb DEFAULT CHARSET=utf8;
Others
Additional Information
File Format | MySQL Script |
---|---|
Format Details |
The package contains data as SQL dump file. SQL Dump file is a script file that can be readily executed from a SQL query tool such as MySQL query browser. The script will create required tables and populate with cities data. Any other data format is available on request. You can request a comma delimited text (CSV) file or TAB delimited text file free of charge for this package. These text files can be readily imported in Microsoft Access or MS Excel. Although Excel 2003 has limitation regarding number of records in one worksheet (65,535) you can split the CSV or TAB text files into several parts and import into excel worksheets. However, Excel 2007 or 2010 is able to import the text file in one go. Additional format such as Microsoft Excel or Microsoft Access database is available on request. A small fee for data conversion may be applicable. Please send your request to [email protected] |
File Size | The size of the package is 10 megabyte zip file having 100 megabytes of SQL dumps when unzipped. |
Keywords | city, database, latitude, longitude, asia, asian, cities, names, list, lat, long, city database, asia latitude longitude, database city, city latitude longitude, cities latitude longitude, long and lat, latitude and longitude, asia latitude longitude |
Specific Terms and Condition | Asia Cities Database with Latitude and Longitude, Copyright © eBuisnessGems.com, 2012. Unauthorized copying, distribution and use of this database product is strictly prohibited. You can purchase and download this product only from www.eBusinessGems.com. This product is for your personal use only and you cannot resell or distribute it in its original form and content. However you may use this database in your own web site or application and sell the resulting product or service. Thank you. |