-
-
Save haroldoramirez/f55dba7c5c9c8dedad0a to your computer and use it in GitHub Desktop.
Revisions
-
manfe revised this gist
Oct 30, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ -- Os dados contidos nesse arquivo foram extraídos do site: http://ibge.gov.br/cidadesat utilizando ruby, nokogiri e expressões regulares. -- Autor: Mauricio Natanael Ferreira -- Github: https://github.com/manfe @@ -13,7 +12,7 @@ -- codigo_ibge Código do IBGE referente a cidade -- populacao_2012 População em 2010, segundo IBGE -- densidade_demo População por KM quadrado -- area Área do município ex: "3916.507" - 3.916,507 KM Quadrados CREATE TABLE cidades ( id integer NOT NULL, nome character varying, -
manfe created this gist
Oct 29, 2012 .There are no files selected for viewing