Last active
March 5, 2024 15:02
-
-
Save aaizemberg/c87b90a81442864e8c28 to your computer and use it in GitHub Desktop.
Radios censales del censo 2010, Argentina. (fuente: INDEC)
This file contains 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 characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> | |
<meta charset="utf-8"> | |
<title>INDEC | Censo 2010 | Radios Censales por provincia</title> | |
</head> | |
<body> | |
<h1>por fín, era hora</h1> | |
<h3>Censo 2010 | radios censales por provincia</h2> | |
<div id="descarga"></div> | |
<script> | |
d3.tsv("https://gist.githubusercontent.com/aaizemberg/c87b90a81442864e8c28/raw/e6b96d133af67428d3122a2c2ac8d338f4531853/radios.tsv", function(tsv) { | |
tsv.sort(function(a,b) { | |
return d3.ascending(a.nombre, b.nombre); | |
}); | |
d3.select("div#descarga").selectAll("a").data(tsv).enter().append("a") | |
.text( function(d,i) { return d.nombre; } ) | |
.attr("href", function(d,i) { return d.url; } ) | |
.append("br"); | |
}); | |
</script> | |
<footer> | |
<p>Sistema de Referencia Espacial: POSGAR 94, faja 3. <a href="http://spatialreference.org/ref/epsg/22183/">EPSG:22183</a></p> | |
</footer> | |
</body> | |
</html> |
This file contains 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 characters
name | url | |
---|---|---|
localidades | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Pais_x_loc_con_datos.zip | |
departamentos | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Pais_x_dpto_con_datos.zip | |
provincias | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Pais_x_prov_datos.zip | |
Buenos Aires | http://www.ec.gba.gov.ar/Estadistica/censo2010/cartografia.html |
This file contains 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 characters
codigo | nombre | url | |
---|---|---|---|
02 | Ciudad Autónoma de Buenos Aires | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_CABA_con_datos.zip | |
06 | Buenos Aires | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Buenos_Aires_con_datos.zip | |
10 | Catamarca | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Catamarca_con_datos.zip | |
14 | Chaco | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Chaco_con_datos.zip | |
18 | Chubut | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Chubut_con_datos.zip | |
22 | Córdoba | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Cordoba_con_datos.zip | |
26 | Corrientes | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Corrientes_con_datos.zip | |
30 | Entre Ríos | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Entre_Rios_con_datos.zip | |
34 | Formosa | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Formosa_con_datos.zip | |
38 | Jujuy | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Jujuy_con_datos.zip | |
42 | La Pampa | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_La_Pampa_con_datos.zip | |
46 | La Rioja | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_La_Rioja_con_datos.zip | |
50 | Mendoza | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Mendoza_con_datos.zip | |
54 | Misiones | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Misiones_con_datos.zip | |
58 | Neuquén | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Neuquen_con_datos.zip | |
62 | Rio Negro | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Rio_Negro_con_datos.zip | |
66 | Salta | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Salta_con_datos.zip | |
70 | San Juan | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_San_Juan_con_datos.zip | |
74 | San Luis | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_San_Luis_con_datos.zip | |
78 | Santa Cruz | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Santa_Cruz_con_datos.zip | |
82 | Santa Fe | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Santa_Fe_con_datos.zip | |
86 | Santiago del Estero | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Santiago_del_Estero_con_datos.zip | |
90 | Tierra del Fuego, Antártida e Islas del Atlántico Sur | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Tierra_del_Fuego_con_datos.zip | |
94 | Tucumán | http://www.indec.gov.ar/ftp/cuadros/territorio/codgeo/Codgeo_Tucuman_con_datos.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment