Skip to content

Database with list of countries in various formats such as SQL/JSON/CSV. Also there are flags in two sizes 128x64 and 32x16. GIS data is next step.

License

Notifications You must be signed in to change notification settings

Iddah/countries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statement

The purpose of this project is to provide a reusable, portable data set with world country information. I would like to provide the data set in various formats to make it easy to use from popular programming languages.

Currently formats:

  • MySQL dump
  • JSON
  • CSV

Features:

  • Database script with country table. Support for: MySQL
  • Hi-quality flags (PNG) for each country in the following sizes:
    • max 64 px height
    • max 128 pixels height
  • Examples to access the table from different programming languages

How to use

MySQL

Open a console and load the countries: $> cat country.sql | mysql -u username -p database

Database with world country list, their flags and name in various languages Copyright (C) 2011 Cristian Romanescu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Database with list of countries in various formats such as SQL/JSON/CSV. Also there are flags in two sizes 128x64 and 32x16. GIS data is next step.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published