datasets / country-codes

Comprehensive country code information, including ISO 3166 codes, ITU dialing codes, ISO 4217 currency codes, and many others
https://datahub.io/core/country-codes
896 stars 575 forks source link

flags #25

Open pnicorelli opened 9 years ago

pnicorelli commented 9 years ago

Just wondering if https://github.com/lipis/flag-icon-css can be merged in some way...

rufuspollock commented 9 years ago

@pnicorelli great suggestion - only question is whether this dataset or we open a dedicated one. wdyt?

rufuspollock commented 9 years ago

@pnicorelli I'm of the view this is probably its own mini-dataset but not absolutely certain. @pnicorelli would you be up for contributing it?

/cc @ewheeler

pnicorelli commented 9 years ago

Hi @rgrp, I made mine https://github.com/pnicorelli/countries using https://github.com/lipis/flag-icon-css as sub-repo. I use nodejs for merge data but we can write a python script (as is the main language in this repo). Just don't kwow if is the best approach use a subrepo.

rufuspollock commented 9 years ago

@pnicorelli i'd suggest keeping this completely focused on the flags - so not including all the other info - so maybe just country code and flag (perhaps country name as well). Also can you make it into a straight up (tabular) data package?

pnicorelli commented 9 years ago
country code country_name flag3x4 flag1x1
AF Afghanistan xxxx yyyy

what do you expect to find in xxxx and yyyy, a path to file (then where sore the flags) or links to remote resources or something else...