Skip to content

Instantly share code, notes, and snippets.

@diegovalle
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegovalle/8967565 to your computer and use it in GitHub Desktop.
Save diegovalle/8967565 to your computer and use it in GitHub Desktop.
Animated choropleth of homicide rates in Mexico 1997-2013
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script>
<script src='http://d3js.org/topojson.v1.min.js' type='text/javascript'></script>
<script src='http://datamaps.github.io/scripts/datamaps.all.min.js' type='text/javascript'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js' type='text/javascript'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body ng-app ng-controller='rChartsCtrl'>
<div id = 'chart_1' class = 'rChart datamaps'>
<input id='slider' type='range' min=1997 max=2013 ng-model='year' width=200>
<span ng-bind='year'></span>
<script>
function rChartsCtrl($scope){
$scope.year = '2013';
$scope.$watch('year', function(newYear){
mapchart_1.updateChoropleth(chartParams.newData[newYear]);
})
}
</script>
</div>
<script id='popup-template' type='text/x-handlebars-template'>
</script>
<script>
var chartParams = {
"dom": "chart_1",
"width": 800,
"height": 400,
"geographyConfig": {
"dataUrl": "mx_states.json",
"popupTemplate": function(geography, data) { //this function should just return a string
return '<div class=hoverinfo><strong>' + geography.properties.name + '</strong></div>';
}
},
"scope": "states",
"labels": true,
"bodyattrs": "ng-app ng-controller='rChartsCtrl'",
"setProjection": function( element, options ) {
var projection, path;
projection = d3.geo.mercator()
.center([-89, 21])
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
} ,
"fills": {
"(-0.11,12]": "#FFFFCC",
"(12,25]": "#FFEDA0",
"(25,37]": "#FED976",
"(37,49]": "#FEB24C",
"(49,62]": "#FD8D3C",
"(62,74]": "#FC4E2A",
"(74,86]": "#E31A1C",
"(86,98]": "#BD0026",
"(98,1.1e+02]": "#800026",
"defaultFill": "red"
},
"data": {
"Aguascalientes": {
"state_code": 1,
"year": 2013,
"type": "DOLOSOS",
"total": 39,
"population": 1.253e+06,
"rate": 3.1126,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2013,
"type": "DOLOSOS",
"total": 774,
"population": 3.3832e+06,
"rate": 22.878,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2013,
"type": "DOLOSOS",
"total": 56,
"population": 7.1915e+05,
"rate": 7.7869,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2013,
"type": "DOLOSOS",
"total": 67,
"population": 8.8087e+05,
"rate": 7.6061,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2013,
"type": "DOLOSOS",
"total": 645,
"population": 2.8916e+06,
"rate": 22.306,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2013,
"type": "DOLOSOS",
"total": 178,
"population": 6.988e+05,
"rate": 25.472,
"name": "Colima",
"fillKey": "(25,37]"
},
"Chiapas": {
"state_code": 7,
"year": 2013,
"type": "DOLOSOS",
"total": 540,
"population": 5.1219e+06,
"rate": 10.543,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2013,
"type": "DOLOSOS",
"total": 1443,
"population": 3.6375e+06,
"rate": 39.67,
"name": "Chihuahua",
"fillKey": "(37,49]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2013,
"type": "DOLOSOS",
"total": 749,
"population": 8.8928e+06,
"rate": 8.4225,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2013,
"type": "DOLOSOS",
"total": 476,
"population": 1.7292e+06,
"rate": 27.528,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2013,
"type": "DOLOSOS",
"total": 641,
"population": 5.7216e+06,
"rate": 11.203,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2013,
"type": "DOLOSOS",
"total": 2087,
"population": 3.5247e+06,
"rate": 59.211,
"name": "Guerrero",
"fillKey": "(49,62]"
},
"Hidalgo": {
"state_code": 13,
"year": 2013,
"type": "DOLOSOS",
"total": 124,
"population": 2.8078e+06,
"rate": 4.4163,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2013,
"type": "DOLOSOS",
"total": 1096,
"population": 7.746e+06,
"rate": 14.149,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2013,
"type": "DOLOSOS",
"total": 1932,
"population": 1.6375e+07,
"rate": 11.799,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2013,
"type": "DOLOSOS",
"total": 961,
"population": 4.5312e+06,
"rate": 21.209,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2013,
"type": "DOLOSOS",
"total": 597,
"population": 1.8751e+06,
"rate": 31.838,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2013,
"type": "DOLOSOS",
"total": 151,
"population": 1.1793e+06,
"rate": 12.804,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2013,
"type": "DOLOSOS",
"total": 719,
"population": 4.9441e+06,
"rate": 14.543,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2013,
"type": "DOLOSOS",
"total": 536,
"population": 3.9601e+06,
"rate": 13.535,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2013,
"type": "DOLOSOS",
"total": 428,
"population": 6.0701e+06,
"rate": 7.0509,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2013,
"type": "DOLOSOS",
"total": 111,
"population": 1.9451e+06,
"rate": 5.7066,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2013,
"type": "DOLOSOS",
"total": 214,
"population": 1.4868e+06,
"rate": 14.393,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2013,
"type": "DOLOSOS",
"total": 261,
"population": 2.7032e+06,
"rate": 9.6554,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2013,
"type": "DOLOSOS",
"total": 1208,
"population": 2.9334e+06,
"rate": 41.181,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2013,
"type": "DOLOSOS",
"total": 575,
"population": 2.8531e+06,
"rate": 20.154,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2013,
"type": "DOLOSOS",
"total": 139,
"population": 2.3355e+06,
"rate": 5.9517,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2013,
"type": "DOLOSOS",
"total": 555,
"population": 3.463e+06,
"rate": 16.027,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2013,
"type": "DOLOSOS",
"total": 70,
"population": 1.2435e+06,
"rate": 5.6295,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2013,
"type": "DOLOSOS",
"total": 564,
"population": 7.9256e+06,
"rate": 7.1162,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2013,
"type": "DOLOSOS",
"total": 40,
"population": 2.0653e+06,
"rate": 1.9368,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2013,
"type": "DOLOSOS",
"total": 167,
"population": 1.5507e+06,
"rate": 10.769,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"legend": true,
"id": "chart_1",
"newData": {
"1997": {
"Aguascalientes": {
"state_code": 1,
"year": 1997,
"type": "DOLOSOS",
"total": 355,
"population": 9.5813e+05,
"rate": 37.051,
"name": "Aguascalientes",
"fillKey": "(37,49]"
},
"Baja California": {
"state_code": 2,
"year": 1997,
"type": "DOLOSOS",
"total": 492,
"population": 2.3097e+06,
"rate": 21.301,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1997,
"type": "DOLOSOS",
"total": 60,
"population": 4.2722e+05,
"rate": 14.044,
"name": "Baja California Sur",
"fillKey": "(12,25]"
},
"Campeche": {
"state_code": 4,
"year": 1997,
"type": "DOLOSOS",
"total": 130,
"population": 6.5998e+05,
"rate": 19.698,
"name": "Campeche",
"fillKey": "(12,25]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1997,
"type": "DOLOSOS",
"total": 175,
"population": 2.2779e+06,
"rate": 7.6826,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1997,
"type": "DOLOSOS",
"total": 99,
"population": 5.322e+05,
"rate": 18.602,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 1997,
"type": "DOLOSOS",
"total": 1357,
"population": 3.9109e+06,
"rate": 34.698,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1997,
"type": "DOLOSOS",
"total": 677,
"population": 2.8132e+06,
"rate": 24.065,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1997,
"type": "DOLOSOS",
"total": 977,
"population": 8.8957e+06,
"rate": 10.983,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1997,
"type": "DOLOSOS",
"total": 61,
"population": 1.4733e+06,
"rate": 4.1405,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 1997,
"type": "DOLOSOS",
"total": 567,
"population": 5.0356e+06,
"rate": 11.26,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1997,
"type": "DOLOSOS",
"total": 1273,
"population": 3.1888e+06,
"rate": 39.92,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1997,
"type": "DOLOSOS",
"total": 360,
"population": 2.344e+06,
"rate": 15.358,
"name": "Hidalgo",
"fillKey": "(12,25]"
},
"Jalisco": {
"state_code": 14,
"year": 1997,
"type": "DOLOSOS",
"total": 600,
"population": 6.3405e+06,
"rate": 9.463,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1997,
"type": "DOLOSOS",
"total": 3037,
"population": 1.2165e+07,
"rate": 24.965,
"name": "México",
"fillKey": "(25,37]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1997,
"type": "DOLOSOS",
"total": 757,
"population": 4.1524e+06,
"rate": 18.23,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 1997,
"type": "DOLOSOS",
"total": 178,
"population": 1.5514e+06,
"rate": 11.473,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 1997,
"type": "DOLOSOS",
"total": 132,
"population": 9.1852e+05,
"rate": 14.371,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1997,
"type": "DOLOSOS",
"total": 163,
"population": 3.7381e+06,
"rate": 4.3605,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1997,
"type": "DOLOSOS",
"total": 788,
"population": 3.5971e+06,
"rate": 21.907,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 1997,
"type": "DOLOSOS",
"total": 729,
"population": 5.045e+06,
"rate": 14.45,
"name": "Puebla",
"fillKey": "(12,25]"
},
"Querétaro": {
"state_code": 22,
"year": 1997,
"type": "DOLOSOS",
"total": 234,
"population": 1.4665e+06,
"rate": 15.957,
"name": "Querétaro",
"fillKey": "(12,25]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1997,
"type": "DOLOSOS",
"total": 335,
"population": 8.2669e+05,
"rate": 40.523,
"name": "Quintana Roo",
"fillKey": "(37,49]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1997,
"type": "DOLOSOS",
"total": 301,
"population": 2.3534e+06,
"rate": 12.79,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1997,
"type": "DOLOSOS",
"total": 669,
"population": 2.4524e+06,
"rate": 27.279,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 1997,
"type": "DOLOSOS",
"total": 526,
"population": 2.1622e+06,
"rate": 24.327,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 1997,
"type": "DOLOSOS",
"total": 353,
"population": 1.8838e+06,
"rate": 18.739,
"name": "Tabasco",
"fillKey": "(12,25]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1997,
"type": "DOLOSOS",
"total": 473,
"population": 2.618e+06,
"rate": 18.067,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1997,
"type": "DOLOSOS",
"total": 63,
"population": 9.5452e+05,
"rate": 6.6002,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1997,
"type": "DOLOSOS",
"total": 722,
"population": 7.1298e+06,
"rate": 10.126,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1997,
"type": "DOLOSOS",
"total": 110,
"population": 1.6431e+06,
"rate": 6.6946,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1997,
"type": "DOLOSOS",
"total": 113,
"population": 1.4278e+06,
"rate": 7.9141,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"1998": {
"Aguascalientes": {
"state_code": 1,
"year": 1998,
"type": "DOLOSOS",
"total": 66,
"population": 9.7558e+05,
"rate": 6.7652,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 1998,
"type": "DOLOSOS",
"total": 292,
"population": 2.3911e+06,
"rate": 12.212,
"name": "Baja California",
"fillKey": "(-0.11,12]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1998,
"type": "DOLOSOS",
"total": 18,
"population": 4.4049e+05,
"rate": 4.0864,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 1998,
"type": "DOLOSOS",
"total": 117,
"population": 6.7419e+05,
"rate": 17.354,
"name": "Campeche",
"fillKey": "(12,25]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1998,
"type": "DOLOSOS",
"total": 165,
"population": 2.317e+06,
"rate": 7.1212,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1998,
"type": "DOLOSOS",
"total": 89,
"population": 5.3869e+05,
"rate": 16.522,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 1998,
"type": "DOLOSOS",
"total": 1399,
"population": 3.9983e+06,
"rate": 34.99,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1998,
"type": "DOLOSOS",
"total": 584,
"population": 2.8709e+06,
"rate": 20.342,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1998,
"type": "DOLOSOS",
"total": 947,
"population": 8.9133e+06,
"rate": 10.625,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1998,
"type": "DOLOSOS",
"total": 134,
"population": 1.4822e+06,
"rate": 9.0408,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 1998,
"type": "DOLOSOS",
"total": 230,
"population": 5.0763e+06,
"rate": 4.5308,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1998,
"type": "DOLOSOS",
"total": 1306,
"population": 3.2043e+06,
"rate": 40.757,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1998,
"type": "DOLOSOS",
"total": 250,
"population": 2.3601e+06,
"rate": 10.593,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 1998,
"type": "DOLOSOS",
"total": 604,
"population": 6.4022e+06,
"rate": 9.4342,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1998,
"type": "DOLOSOS",
"total": 2221,
"population": 1.2433e+07,
"rate": 17.863,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1998,
"type": "DOLOSOS",
"total": 1022,
"population": 4.1591e+06,
"rate": 24.572,
"name": "Michoacán de Ocampo",
"fillKey": "(25,37]"
},
"Morelos": {
"state_code": 17,
"year": 1998,
"type": "DOLOSOS",
"total": 216,
"population": 1.5664e+06,
"rate": 13.79,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 1998,
"type": "DOLOSOS",
"total": 165,
"population": 9.2522e+05,
"rate": 17.834,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1998,
"type": "DOLOSOS",
"total": 160,
"population": 3.8095e+06,
"rate": 4.2,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1998,
"type": "DOLOSOS",
"total": 14,
"population": 3.6252e+06,
"rate": 0.38618,
"name": "Oaxaca",
"fillKey": "(-0.11,12]"
},
"Puebla": {
"state_code": 21,
"year": 1998,
"type": "DOLOSOS",
"total": 675,
"population": 5.1168e+06,
"rate": 13.192,
"name": "Puebla",
"fillKey": "(12,25]"
},
"Querétaro": {
"state_code": 22,
"year": 1998,
"type": "DOLOSOS",
"total": 39,
"population": 1.4969e+06,
"rate": 2.6054,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1998,
"type": "DOLOSOS",
"total": 117,
"population": 8.6412e+05,
"rate": 13.54,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1998,
"type": "DOLOSOS",
"total": 297,
"population": 2.3677e+06,
"rate": 12.544,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1998,
"type": "DOLOSOS",
"total": 643,
"population": 2.482e+06,
"rate": 25.906,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 1998,
"type": "DOLOSOS",
"total": 555,
"population": 2.2055e+06,
"rate": 25.164,
"name": "Sonora",
"fillKey": "(25,37]"
},
"Tabasco": {
"state_code": 27,
"year": 1998,
"type": "DOLOSOS",
"total": 368,
"population": 1.9159e+06,
"rate": 19.208,
"name": "Tabasco",
"fillKey": "(12,25]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1998,
"type": "DOLOSOS",
"total": 428,
"population": 2.6743e+06,
"rate": 16.004,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1998,
"type": "DOLOSOS",
"total": 49,
"population": 9.7408e+05,
"rate": 5.0304,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1998,
"type": "DOLOSOS",
"total": 707,
"population": 7.1743e+06,
"rate": 9.8546,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1998,
"type": "DOLOSOS",
"total": 23,
"population": 1.6698e+06,
"rate": 1.3774,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1998,
"type": "DOLOSOS",
"total": 316,
"population": 1.4253e+06,
"rate": 22.171,
"name": "Zacatecas",
"fillKey": "(12,25]"
}
},
"1999": {
"Aguascalientes": {
"state_code": 1,
"year": 1999,
"type": "DOLOSOS",
"total": 27,
"population": 9.9251e+05,
"rate": 2.7204,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 1999,
"type": "DOLOSOS",
"total": 657,
"population": 2.4725e+06,
"rate": 26.573,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 1999,
"type": "DOLOSOS",
"total": 31,
"population": 4.5385e+05,
"rate": 6.8304,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 1999,
"type": "DOLOSOS",
"total": 78,
"population": 6.8793e+05,
"rate": 11.338,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 1999,
"type": "DOLOSOS",
"total": 139,
"population": 2.3561e+06,
"rate": 5.8996,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 1999,
"type": "DOLOSOS",
"total": 53,
"population": 5.4446e+05,
"rate": 9.7344,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 1999,
"type": "DOLOSOS",
"total": 1452,
"population": 4.086e+06,
"rate": 35.536,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 1999,
"type": "DOLOSOS",
"total": 425,
"population": 2.9298e+06,
"rate": 14.506,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 1999,
"type": "DOLOSOS",
"total": 880,
"population": 8.929e+06,
"rate": 9.8555,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 1999,
"type": "DOLOSOS",
"total": 291,
"population": 1.489e+06,
"rate": 19.543,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 1999,
"type": "DOLOSOS",
"total": 259,
"population": 5.1143e+06,
"rate": 5.0642,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 1999,
"type": "DOLOSOS",
"total": 1242,
"population": 3.2162e+06,
"rate": 38.617,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 1999,
"type": "DOLOSOS",
"total": 199,
"population": 2.3756e+06,
"rate": 8.3768,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 1999,
"type": "DOLOSOS",
"total": 545,
"population": 6.4558e+06,
"rate": 8.442,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 1999,
"type": "DOLOSOS",
"total": 2966,
"population": 1.2689e+07,
"rate": 23.374,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 1999,
"type": "DOLOSOS",
"total": 575,
"population": 4.1593e+06,
"rate": 13.824,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 1999,
"type": "DOLOSOS",
"total": 344,
"population": 1.5786e+06,
"rate": 21.791,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 1999,
"type": "DOLOSOS",
"total": 146,
"population": 9.3054e+05,
"rate": 15.69,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 1999,
"type": "DOLOSOS",
"total": 131,
"population": 3.8803e+06,
"rate": 3.3761,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 1999,
"type": "DOLOSOS",
"total": 823,
"population": 3.6541e+06,
"rate": 22.523,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 1999,
"type": "DOLOSOS",
"total": 575,
"population": 5.1896e+06,
"rate": 11.08,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 1999,
"type": "DOLOSOS",
"total": 55,
"population": 1.5277e+06,
"rate": 3.6001,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 1999,
"type": "DOLOSOS",
"total": 123,
"population": 9.0233e+05,
"rate": 13.631,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 1999,
"type": "DOLOSOS",
"total": 414,
"population": 2.3789e+06,
"rate": 17.403,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 1999,
"type": "DOLOSOS",
"total": 564,
"population": 2.5097e+06,
"rate": 22.473,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 1999,
"type": "DOLOSOS",
"total": 292,
"population": 2.2494e+06,
"rate": 12.981,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 1999,
"type": "DOLOSOS",
"total": 229,
"population": 1.9472e+06,
"rate": 11.76,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 1999,
"type": "DOLOSOS",
"total": 253,
"population": 2.7324e+06,
"rate": 9.2592,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 1999,
"type": "DOLOSOS",
"total": 163,
"population": 9.942e+05,
"rate": 16.395,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 1999,
"type": "DOLOSOS",
"total": 590,
"population": 7.2089e+06,
"rate": 8.1844,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 1999,
"type": "DOLOSOS",
"total": 8,
"population": 1.6965e+06,
"rate": 0.47155,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 1999,
"type": "DOLOSOS",
"total": 90,
"population": 1.4201e+06,
"rate": 6.3375,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2000": {
"Aguascalientes": {
"state_code": 1,
"year": 2000,
"type": "DOLOSOS",
"total": 14,
"population": 1.0092e+06,
"rate": 1.3872,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2000,
"type": "DOLOSOS",
"total": 460,
"population": 2.5527e+06,
"rate": 18.02,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2000,
"type": "DOLOSOS",
"total": 31,
"population": 4.6709e+05,
"rate": 6.6368,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2000,
"type": "DOLOSOS",
"total": 55,
"population": 7.0126e+05,
"rate": 7.843,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2000,
"type": "DOLOSOS",
"total": 113,
"population": 2.3954e+06,
"rate": 4.7173,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2000,
"type": "DOLOSOS",
"total": 45,
"population": 5.5077e+05,
"rate": 8.1704,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2000,
"type": "DOLOSOS",
"total": 1270,
"population": 4.1673e+06,
"rate": 30.475,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 2000,
"type": "DOLOSOS",
"total": 437,
"population": 2.9904e+06,
"rate": 14.613,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2000,
"type": "DOLOSOS",
"total": 709,
"population": 8.9456e+06,
"rate": 7.9257,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2000,
"type": "DOLOSOS",
"total": 268,
"population": 1.4987e+06,
"rate": 17.882,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2000,
"type": "DOLOSOS",
"total": 219,
"population": 5.1446e+06,
"rate": 4.2569,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2000,
"type": "DOLOSOS",
"total": 1399,
"population": 3.2274e+06,
"rate": 43.348,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2000,
"type": "DOLOSOS",
"total": 115,
"population": 2.3913e+06,
"rate": 4.809,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2000,
"type": "DOLOSOS",
"total": 486,
"population": 6.5186e+06,
"rate": 7.4556,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2000,
"type": "DOLOSOS",
"total": 2726,
"population": 1.2945e+07,
"rate": 21.059,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2000,
"type": "DOLOSOS",
"total": 487,
"population": 4.164e+06,
"rate": 11.695,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2000,
"type": "DOLOSOS",
"total": 352,
"population": 1.5933e+06,
"rate": 22.092,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2000,
"type": "DOLOSOS",
"total": 121,
"population": 9.3747e+05,
"rate": 12.907,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2000,
"type": "DOLOSOS",
"total": 123,
"population": 3.9536e+06,
"rate": 3.1111,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2000,
"type": "DOLOSOS",
"total": 1292,
"population": 3.6706e+06,
"rate": 35.198,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2000,
"type": "DOLOSOS",
"total": 573,
"population": 5.2511e+06,
"rate": 10.912,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2000,
"type": "DOLOSOS",
"total": 62,
"population": 1.5552e+06,
"rate": 3.9865,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2000,
"type": "DOLOSOS",
"total": 245,
"population": 9.4034e+05,
"rate": 26.054,
"name": "Quintana Roo",
"fillKey": "(25,37]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2000,
"type": "DOLOSOS",
"total": 254,
"population": 2.3915e+06,
"rate": 10.621,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2000,
"type": "DOLOSOS",
"total": 501,
"population": 2.5397e+06,
"rate": 19.727,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2000,
"type": "DOLOSOS",
"total": 194,
"population": 2.2915e+06,
"rate": 8.466,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2000,
"type": "DOLOSOS",
"total": 210,
"population": 1.977e+06,
"rate": 10.622,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2000,
"type": "DOLOSOS",
"total": 221,
"population": 2.7932e+06,
"rate": 7.912,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2000,
"type": "DOLOSOS",
"total": 280,
"population": 1.0122e+06,
"rate": 27.664,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2000,
"type": "DOLOSOS",
"total": 465,
"population": 7.2339e+06,
"rate": 6.4281,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2000,
"type": "DOLOSOS",
"total": 26,
"population": 1.7222e+06,
"rate": 1.5097,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2000,
"type": "DOLOSOS",
"total": 96,
"population": 1.4185e+06,
"rate": 6.7675,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2001": {
"Aguascalientes": {
"state_code": 1,
"year": 2001,
"type": "DOLOSOS",
"total": 22,
"population": 1.0264e+06,
"rate": 2.1433,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2001,
"type": "DOLOSOS",
"total": 456,
"population": 2.6303e+06,
"rate": 17.336,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2001,
"type": "DOLOSOS",
"total": 25,
"population": 4.81e+05,
"rate": 5.1976,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2001,
"type": "DOLOSOS",
"total": 52,
"population": 7.146e+05,
"rate": 7.2768,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2001,
"type": "DOLOSOS",
"total": 118,
"population": 2.4349e+06,
"rate": 4.8462,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2001,
"type": "DOLOSOS",
"total": 56,
"population": 5.584e+05,
"rate": 10.029,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2001,
"type": "DOLOSOS",
"total": 1252,
"population": 4.2436e+06,
"rate": 29.504,
"name": "Chiapas",
"fillKey": "(25,37]"
},
"Chihuahua": {
"state_code": 8,
"year": 2001,
"type": "DOLOSOS",
"total": 480,
"population": 3.051e+06,
"rate": 15.733,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2001,
"type": "DOLOSOS",
"total": 807,
"population": 8.9613e+06,
"rate": 9.0054,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2001,
"type": "DOLOSOS",
"total": 321,
"population": 1.5124e+06,
"rate": 21.225,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2001,
"type": "DOLOSOS",
"total": 233,
"population": 5.1733e+06,
"rate": 4.5039,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2001,
"type": "DOLOSOS",
"total": 1255,
"population": 3.2416e+06,
"rate": 38.715,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2001,
"type": "DOLOSOS",
"total": 148,
"population": 2.4099e+06,
"rate": 6.1413,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2001,
"type": "DOLOSOS",
"total": 488,
"population": 6.5957e+06,
"rate": 7.3987,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2001,
"type": "DOLOSOS",
"total": 2862,
"population": 1.3207e+07,
"rate": 21.671,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2001,
"type": "DOLOSOS",
"total": 475,
"population": 4.1778e+06,
"rate": 11.369,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2001,
"type": "DOLOSOS",
"total": 193,
"population": 1.6118e+06,
"rate": 11.974,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2001,
"type": "DOLOSOS",
"total": 127,
"population": 9.4752e+05,
"rate": 13.403,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2001,
"type": "DOLOSOS",
"total": 140,
"population": 4.0301e+06,
"rate": 3.4739,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2001,
"type": "DOLOSOS",
"total": 1311,
"population": 3.6799e+06,
"rate": 35.626,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2001,
"type": "DOLOSOS",
"total": 502,
"population": 5.3053e+06,
"rate": 9.4623,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2001,
"type": "DOLOSOS",
"total": 86,
"population": 1.5807e+06,
"rate": 5.4407,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2001,
"type": "DOLOSOS",
"total": 252,
"population": 9.7821e+05,
"rate": 25.761,
"name": "Quintana Roo",
"fillKey": "(25,37]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2001,
"type": "DOLOSOS",
"total": 195,
"population": 2.4082e+06,
"rate": 8.0975,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2001,
"type": "DOLOSOS",
"total": 551,
"population": 2.5723e+06,
"rate": 21.421,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2001,
"type": "DOLOSOS",
"total": 185,
"population": 2.3325e+06,
"rate": 7.9313,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2001,
"type": "DOLOSOS",
"total": 169,
"population": 2.0058e+06,
"rate": 8.4257,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2001,
"type": "DOLOSOS",
"total": 165,
"population": 2.8542e+06,
"rate": 5.7809,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2001,
"type": "DOLOSOS",
"total": 352,
"population": 1.0285e+06,
"rate": 34.226,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2001,
"type": "DOLOSOS",
"total": 467,
"population": 7.2604e+06,
"rate": 6.4321,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2001,
"type": "DOLOSOS",
"total": 16,
"population": 1.7472e+06,
"rate": 0.91573,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2001,
"type": "DOLOSOS",
"total": 94,
"population": 1.4221e+06,
"rate": 6.6098,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2002": {
"Aguascalientes": {
"state_code": 1,
"year": 2002,
"type": "DOLOSOS",
"total": 26,
"population": 1.0446e+06,
"rate": 2.489,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2002,
"type": "DOLOSOS",
"total": 466,
"population": 2.7056e+06,
"rate": 17.223,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2002,
"type": "DOLOSOS",
"total": 28,
"population": 4.963e+05,
"rate": 5.6417,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2002,
"type": "DOLOSOS",
"total": 52,
"population": 7.2811e+05,
"rate": 7.1417,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2002,
"type": "DOLOSOS",
"total": 131,
"population": 2.4745e+06,
"rate": 5.2939,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2002,
"type": "DOLOSOS",
"total": 45,
"population": 5.6683e+05,
"rate": 7.9389,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2002,
"type": "DOLOSOS",
"total": 1056,
"population": 4.3221e+06,
"rate": 24.432,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2002,
"type": "DOLOSOS",
"total": 528,
"population": 3.1101e+06,
"rate": 16.977,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2002,
"type": "DOLOSOS",
"total": 748,
"population": 8.9735e+06,
"rate": 8.3356,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2002,
"type": "DOLOSOS",
"total": 232,
"population": 1.5264e+06,
"rate": 15.199,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2002,
"type": "DOLOSOS",
"total": 208,
"population": 5.2104e+06,
"rate": 3.992,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2002,
"type": "DOLOSOS",
"total": 1035,
"population": 3.259e+06,
"rate": 31.758,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2002,
"type": "DOLOSOS",
"total": 129,
"population": 2.4327e+06,
"rate": 5.3028,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2002,
"type": "DOLOSOS",
"total": 431,
"population": 6.6752e+06,
"rate": 6.4567,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2002,
"type": "DOLOSOS",
"total": 2870,
"population": 1.3471e+07,
"rate": 21.306,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2002,
"type": "DOLOSOS",
"total": 428,
"population": 4.1948e+06,
"rate": 10.203,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2002,
"type": "DOLOSOS",
"total": 226,
"population": 1.6304e+06,
"rate": 13.862,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2002,
"type": "DOLOSOS",
"total": 117,
"population": 9.5898e+05,
"rate": 12.201,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2002,
"type": "DOLOSOS",
"total": 124,
"population": 4.1067e+06,
"rate": 3.0195,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2002,
"type": "DOLOSOS",
"total": 1427,
"population": 3.6973e+06,
"rate": 38.596,
"name": "Oaxaca",
"fillKey": "(37,49]"
},
"Puebla": {
"state_code": 21,
"year": 2002,
"type": "DOLOSOS",
"total": 463,
"population": 5.3672e+06,
"rate": 8.6265,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2002,
"type": "DOLOSOS",
"total": 71,
"population": 1.6088e+06,
"rate": 4.4131,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2002,
"type": "DOLOSOS",
"total": 194,
"population": 1.017e+06,
"rate": 19.076,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2002,
"type": "DOLOSOS",
"total": 245,
"population": 2.4267e+06,
"rate": 10.096,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2002,
"type": "DOLOSOS",
"total": 485,
"population": 2.6037e+06,
"rate": 18.627,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2002,
"type": "DOLOSOS",
"total": 165,
"population": 2.3752e+06,
"rate": 6.9469,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2002,
"type": "DOLOSOS",
"total": 141,
"population": 2.0349e+06,
"rate": 6.9291,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2002,
"type": "DOLOSOS",
"total": 184,
"population": 2.9133e+06,
"rate": 6.3158,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2002,
"type": "DOLOSOS",
"total": 309,
"population": 1.0462e+06,
"rate": 29.535,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2002,
"type": "DOLOSOS",
"total": 450,
"population": 7.296e+06,
"rate": 6.1678,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2002,
"type": "DOLOSOS",
"total": 30,
"population": 1.7728e+06,
"rate": 1.6922,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2002,
"type": "DOLOSOS",
"total": 104,
"population": 1.4267e+06,
"rate": 7.2897,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2003": {
"Aguascalientes": {
"state_code": 1,
"year": 2003,
"type": "DOLOSOS",
"total": 21,
"population": 1.0629e+06,
"rate": 1.9757,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2003,
"type": "DOLOSOS",
"total": 479,
"population": 2.7785e+06,
"rate": 17.239,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2003,
"type": "DOLOSOS",
"total": 24,
"population": 5.1265e+05,
"rate": 4.6815,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2003,
"type": "DOLOSOS",
"total": 55,
"population": 7.4167e+05,
"rate": 7.4157,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2003,
"type": "DOLOSOS",
"total": 116,
"population": 2.5137e+06,
"rate": 4.6147,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2003,
"type": "DOLOSOS",
"total": 34,
"population": 5.7575e+05,
"rate": 5.9054,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2003,
"type": "DOLOSOS",
"total": 921,
"population": 4.4007e+06,
"rate": 20.929,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2003,
"type": "DOLOSOS",
"total": 471,
"population": 3.1672e+06,
"rate": 14.871,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2003,
"type": "DOLOSOS",
"total": 715,
"population": 8.9814e+06,
"rate": 7.9609,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2003,
"type": "DOLOSOS",
"total": 216,
"population": 1.5404e+06,
"rate": 14.022,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2003,
"type": "DOLOSOS",
"total": 213,
"population": 5.2488e+06,
"rate": 4.0581,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2003,
"type": "DOLOSOS",
"total": 808,
"population": 3.2768e+06,
"rate": 24.658,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2003,
"type": "DOLOSOS",
"total": 113,
"population": 2.4573e+06,
"rate": 4.5986,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2003,
"type": "DOLOSOS",
"total": 424,
"population": 6.7547e+06,
"rate": 6.2771,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2003,
"type": "DOLOSOS",
"total": 2741,
"population": 1.3733e+07,
"rate": 19.959,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2003,
"type": "DOLOSOS",
"total": 440,
"population": 4.2115e+06,
"rate": 10.448,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2003,
"type": "DOLOSOS",
"total": 173,
"population": 1.6487e+06,
"rate": 10.493,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2003,
"type": "DOLOSOS",
"total": 95,
"population": 9.7142e+05,
"rate": 9.7795,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2003,
"type": "DOLOSOS",
"total": 135,
"population": 4.1831e+06,
"rate": 3.2273,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2003,
"type": "DOLOSOS",
"total": 1571,
"population": 3.7173e+06,
"rate": 42.262,
"name": "Oaxaca",
"fillKey": "(37,49]"
},
"Puebla": {
"state_code": 21,
"year": 2003,
"type": "DOLOSOS",
"total": 488,
"population": 5.4311e+06,
"rate": 8.9854,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2003,
"type": "DOLOSOS",
"total": 71,
"population": 1.6379e+06,
"rate": 4.3349,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2003,
"type": "DOLOSOS",
"total": 228,
"population": 1.0564e+06,
"rate": 21.583,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2003,
"type": "DOLOSOS",
"total": 121,
"population": 2.4453e+06,
"rate": 4.9483,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2003,
"type": "DOLOSOS",
"total": 482,
"population": 2.6339e+06,
"rate": 18.3,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2003,
"type": "DOLOSOS",
"total": 203,
"population": 2.4184e+06,
"rate": 8.3939,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2003,
"type": "DOLOSOS",
"total": 150,
"population": 2.064e+06,
"rate": 7.2676,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2003,
"type": "DOLOSOS",
"total": 244,
"population": 2.9704e+06,
"rate": 8.2142,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2003,
"type": "DOLOSOS",
"total": 286,
"population": 1.0645e+06,
"rate": 26.868,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2003,
"type": "DOLOSOS",
"total": 501,
"population": 7.3349e+06,
"rate": 6.8304,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2003,
"type": "DOLOSOS",
"total": 32,
"population": 1.7984e+06,
"rate": 1.7793,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2003,
"type": "DOLOSOS",
"total": 105,
"population": 1.4312e+06,
"rate": 7.3366,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2004": {
"Aguascalientes": {
"state_code": 1,
"year": 2004,
"type": "DOLOSOS",
"total": 17,
"population": 1.0805e+06,
"rate": 1.5734,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2004,
"type": "DOLOSOS",
"total": 470,
"population": 2.8484e+06,
"rate": 16.501,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2004,
"type": "DOLOSOS",
"total": 36,
"population": 5.299e+05,
"rate": 6.7938,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2004,
"type": "DOLOSOS",
"total": 37,
"population": 7.5518e+05,
"rate": 4.8995,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2004,
"type": "DOLOSOS",
"total": 103,
"population": 2.5517e+06,
"rate": 4.0365,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2004,
"type": "DOLOSOS",
"total": 45,
"population": 5.8465e+05,
"rate": 7.6969,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2004,
"type": "DOLOSOS",
"total": 787,
"population": 4.4789e+06,
"rate": 17.571,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2004,
"type": "DOLOSOS",
"total": 444,
"population": 3.2208e+06,
"rate": 13.785,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2004,
"type": "DOLOSOS",
"total": 710,
"population": 8.9824e+06,
"rate": 7.9043,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2004,
"type": "DOLOSOS",
"total": 120,
"population": 1.5526e+06,
"rate": 7.7288,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 2004,
"type": "DOLOSOS",
"total": 194,
"population": 5.2826e+06,
"rate": 3.6724,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2004,
"type": "DOLOSOS",
"total": 539,
"population": 3.2921e+06,
"rate": 16.373,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2004,
"type": "DOLOSOS",
"total": 123,
"population": 2.4814e+06,
"rate": 4.9568,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2004,
"type": "DOLOSOS",
"total": 370,
"population": 6.8276e+06,
"rate": 5.4192,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2004,
"type": "DOLOSOS",
"total": 2855,
"population": 1.3989e+07,
"rate": 20.409,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2004,
"type": "DOLOSOS",
"total": 446,
"population": 4.2219e+06,
"rate": 10.564,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2004,
"type": "DOLOSOS",
"total": 219,
"population": 1.6649e+06,
"rate": 13.154,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2004,
"type": "DOLOSOS",
"total": 109,
"population": 9.8387e+05,
"rate": 11.079,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2004,
"type": "DOLOSOS",
"total": 117,
"population": 4.258e+06,
"rate": 2.7478,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2004,
"type": "DOLOSOS",
"total": 1130,
"population": 3.738e+06,
"rate": 30.23,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2004,
"type": "DOLOSOS",
"total": 468,
"population": 5.4943e+06,
"rate": 8.5179,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2004,
"type": "DOLOSOS",
"total": 62,
"population": 1.667e+06,
"rate": 3.7192,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2004,
"type": "DOLOSOS",
"total": 138,
"population": 1.0964e+06,
"rate": 12.587,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2004,
"type": "DOLOSOS",
"total": 199,
"population": 2.4613e+06,
"rate": 8.085,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2004,
"type": "DOLOSOS",
"total": 515,
"population": 2.6615e+06,
"rate": 19.35,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2004,
"type": "DOLOSOS",
"total": 250,
"population": 2.4618e+06,
"rate": 10.155,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2004,
"type": "DOLOSOS",
"total": 120,
"population": 2.0931e+06,
"rate": 5.733,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2004,
"type": "DOLOSOS",
"total": 225,
"population": 3.0246e+06,
"rate": 7.4391,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2004,
"type": "DOLOSOS",
"total": 260,
"population": 1.0829e+06,
"rate": 24.01,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2004,
"type": "DOLOSOS",
"total": 465,
"population": 7.3738e+06,
"rate": 6.3061,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2004,
"type": "DOLOSOS",
"total": 30,
"population": 1.8241e+06,
"rate": 1.6446,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2004,
"type": "DOLOSOS",
"total": 55,
"population": 1.4332e+06,
"rate": 3.8375,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2005": {
"Aguascalientes": {
"state_code": 1,
"year": 2005,
"type": "DOLOSOS",
"total": 19,
"population": 1.0975e+06,
"rate": 1.7312,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2005,
"type": "DOLOSOS",
"total": 539,
"population": 2.9152e+06,
"rate": 18.49,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2005,
"type": "DOLOSOS",
"total": 34,
"population": 5.476e+05,
"rate": 6.2089,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2005,
"type": "DOLOSOS",
"total": 51,
"population": 7.6867e+05,
"rate": 6.6349,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2005,
"type": "DOLOSOS",
"total": 139,
"population": 2.5891e+06,
"rate": 5.3686,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2005,
"type": "DOLOSOS",
"total": 35,
"population": 5.9446e+05,
"rate": 5.8877,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2005,
"type": "DOLOSOS",
"total": 415,
"population": 4.5513e+06,
"rate": 9.1183,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2005,
"type": "DOLOSOS",
"total": 550,
"population": 3.2726e+06,
"rate": 16.806,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2005,
"type": "DOLOSOS",
"total": 698,
"population": 8.9803e+06,
"rate": 7.7726,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2005,
"type": "DOLOSOS",
"total": 189,
"population": 1.5675e+06,
"rate": 12.057,
"name": "Durango",
"fillKey": "(-0.11,12]"
},
"Guanajuato": {
"state_code": 11,
"year": 2005,
"type": "DOLOSOS",
"total": 213,
"population": 5.3088e+06,
"rate": 4.0122,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2005,
"type": "DOLOSOS",
"total": 755,
"population": 3.3076e+06,
"rate": 22.826,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2005,
"type": "DOLOSOS",
"total": 118,
"population": 2.506e+06,
"rate": 4.7087,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2005,
"type": "DOLOSOS",
"total": 384,
"population": 6.9093e+06,
"rate": 5.5577,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2005,
"type": "DOLOSOS",
"total": 2313,
"population": 1.4245e+07,
"rate": 16.237,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2005,
"type": "DOLOSOS",
"total": 427,
"population": 4.2362e+06,
"rate": 10.08,
"name": "Michoacán de Ocampo",
"fillKey": "(-0.11,12]"
},
"Morelos": {
"state_code": 17,
"year": 2005,
"type": "DOLOSOS",
"total": 160,
"population": 1.6834e+06,
"rate": 9.5047,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2005,
"type": "DOLOSOS",
"total": 93,
"population": 9.9873e+05,
"rate": 9.3118,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2005,
"type": "DOLOSOS",
"total": 143,
"population": 4.334e+06,
"rate": 3.2995,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2005,
"type": "DOLOSOS",
"total": 1053,
"population": 3.7491e+06,
"rate": 28.087,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2005,
"type": "DOLOSOS",
"total": 341,
"population": 5.5468e+06,
"rate": 6.1477,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2005,
"type": "DOLOSOS",
"total": 68,
"population": 1.6932e+06,
"rate": 4.0161,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2005,
"type": "DOLOSOS",
"total": 119,
"population": 1.1361e+06,
"rate": 10.475,
"name": "Quintana Roo",
"fillKey": "(-0.11,12]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2005,
"type": "DOLOSOS",
"total": 176,
"population": 2.4791e+06,
"rate": 7.0993,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2005,
"type": "DOLOSOS",
"total": 609,
"population": 2.6909e+06,
"rate": 22.632,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2005,
"type": "DOLOSOS",
"total": 275,
"population": 2.5032e+06,
"rate": 10.986,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2005,
"type": "DOLOSOS",
"total": 84,
"population": 2.1213e+06,
"rate": 3.9599,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2005,
"type": "DOLOSOS",
"total": 357,
"population": 3.0777e+06,
"rate": 11.6,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2005,
"type": "DOLOSOS",
"total": 350,
"population": 1.0991e+06,
"rate": 31.845,
"name": "Tlaxcala",
"fillKey": "(25,37]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2005,
"type": "DOLOSOS",
"total": 459,
"population": 7.4121e+06,
"rate": 6.1926,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2005,
"type": "DOLOSOS",
"total": 22,
"population": 1.8491e+06,
"rate": 1.1898,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2005,
"type": "DOLOSOS",
"total": 58,
"population": 1.4384e+06,
"rate": 4.0323,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2006": {
"Aguascalientes": {
"state_code": 1,
"year": 2006,
"type": "DOLOSOS",
"total": 26,
"population": 1.1151e+06,
"rate": 2.3317,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2006,
"type": "DOLOSOS",
"total": 483,
"population": 2.9801e+06,
"rate": 16.208,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2006,
"type": "DOLOSOS",
"total": 20,
"population": 5.6598e+05,
"rate": 3.5337,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2006,
"type": "DOLOSOS",
"total": 28,
"population": 7.8223e+05,
"rate": 3.5795,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2006,
"type": "DOLOSOS",
"total": 109,
"population": 2.627e+06,
"rate": 4.1492,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2006,
"type": "DOLOSOS",
"total": 31,
"population": 6.0565e+05,
"rate": 5.1184,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2006,
"type": "DOLOSOS",
"total": 358,
"population": 4.6197e+06,
"rate": 7.7495,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2006,
"type": "DOLOSOS",
"total": 593,
"population": 3.3249e+06,
"rate": 17.835,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2006,
"type": "DOLOSOS",
"total": 649,
"population": 8.9776e+06,
"rate": 7.2291,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2006,
"type": "DOLOSOS",
"total": 205,
"population": 1.5864e+06,
"rate": 12.923,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2006,
"type": "DOLOSOS",
"total": 242,
"population": 5.3372e+06,
"rate": 4.5342,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2006,
"type": "DOLOSOS",
"total": 837,
"population": 3.327e+06,
"rate": 25.158,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2006,
"type": "DOLOSOS",
"total": 101,
"population": 2.5339e+06,
"rate": 3.9859,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2006,
"type": "DOLOSOS",
"total": 425,
"population": 7.0055e+06,
"rate": 6.0667,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2006,
"type": "DOLOSOS",
"total": 2766,
"population": 1.4509e+07,
"rate": 19.064,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2006,
"type": "DOLOSOS",
"total": 661,
"population": 4.2607e+06,
"rate": 15.514,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2006,
"type": "DOLOSOS",
"total": 159,
"population": 1.7055e+06,
"rate": 9.3225,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2006,
"type": "DOLOSOS",
"total": 94,
"population": 1.0169e+06,
"rate": 9.2436,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2006,
"type": "DOLOSOS",
"total": 180,
"population": 4.4121e+06,
"rate": 4.0797,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2006,
"type": "DOLOSOS",
"total": 1077,
"population": 3.7562e+06,
"rate": 28.673,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2006,
"type": "DOLOSOS",
"total": 415,
"population": 5.5949e+06,
"rate": 7.4175,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2006,
"type": "DOLOSOS",
"total": 52,
"population": 1.7187e+06,
"rate": 3.0256,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2006,
"type": "DOLOSOS",
"total": 119,
"population": 1.1768e+06,
"rate": 10.112,
"name": "Quintana Roo",
"fillKey": "(-0.11,12]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2006,
"type": "DOLOSOS",
"total": 131,
"population": 2.5013e+06,
"rate": 5.2374,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2006,
"type": "DOLOSOS",
"total": 602,
"population": 2.723e+06,
"rate": 22.108,
"name": "Sinaloa",
"fillKey": "(12,25]"
},
"Sonora": {
"state_code": 26,
"year": 2006,
"type": "DOLOSOS",
"total": 238,
"population": 2.5443e+06,
"rate": 9.3543,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2006,
"type": "DOLOSOS",
"total": 166,
"population": 2.1483e+06,
"rate": 7.7271,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2006,
"type": "DOLOSOS",
"total": 346,
"population": 3.1318e+06,
"rate": 11.048,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2006,
"type": "DOLOSOS",
"total": 187,
"population": 1.1142e+06,
"rate": 16.784,
"name": "Tlaxcala",
"fillKey": "(12,25]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2006,
"type": "DOLOSOS",
"total": 434,
"population": 7.455e+06,
"rate": 5.8216,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2006,
"type": "DOLOSOS",
"total": 22,
"population": 1.8738e+06,
"rate": 1.1741,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2006,
"type": "DOLOSOS",
"total": 50,
"population": 1.4486e+06,
"rate": 3.4515,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2007": {
"Aguascalientes": {
"state_code": 1,
"year": 2007,
"type": "DOLOSOS",
"total": 49,
"population": 1.1341e+06,
"rate": 4.3205,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2007,
"type": "DOLOSOS",
"total": 511,
"population": 3.0444e+06,
"rate": 16.785,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2007,
"type": "DOLOSOS",
"total": 28,
"population": 5.8562e+05,
"rate": 4.7813,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2007,
"type": "DOLOSOS",
"total": 36,
"population": 7.9608e+05,
"rate": 4.5222,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2007,
"type": "DOLOSOS",
"total": 121,
"population": 2.6658e+06,
"rate": 4.539,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2007,
"type": "DOLOSOS",
"total": 30,
"population": 6.1785e+05,
"rate": 4.8555,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2007,
"type": "DOLOSOS",
"total": 358,
"population": 4.6913e+06,
"rate": 7.6311,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2007,
"type": "DOLOSOS",
"total": 617,
"population": 3.3789e+06,
"rate": 18.26,
"name": "Chihuahua",
"fillKey": "(12,25]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2007,
"type": "DOLOSOS",
"total": 714,
"population": 8.9733e+06,
"rate": 7.9569,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2007,
"type": "DOLOSOS",
"total": 250,
"population": 1.6067e+06,
"rate": 15.56,
"name": "Durango",
"fillKey": "(12,25]"
},
"Guanajuato": {
"state_code": 11,
"year": 2007,
"type": "DOLOSOS",
"total": 229,
"population": 5.3813e+06,
"rate": 4.2554,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2007,
"type": "DOLOSOS",
"total": 800,
"population": 3.3518e+06,
"rate": 23.868,
"name": "Guerrero",
"fillKey": "(12,25]"
},
"Hidalgo": {
"state_code": 13,
"year": 2007,
"type": "DOLOSOS",
"total": 147,
"population": 2.5676e+06,
"rate": 5.7252,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2007,
"type": "DOLOSOS",
"total": 389,
"population": 7.1075e+06,
"rate": 5.4731,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2007,
"type": "DOLOSOS",
"total": 1127,
"population": 1.4777e+07,
"rate": 7.6265,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2007,
"type": "DOLOSOS",
"total": 527,
"population": 4.2933e+06,
"rate": 12.275,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2007,
"type": "DOLOSOS",
"total": 113,
"population": 1.7289e+06,
"rate": 6.5361,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2007,
"type": "DOLOSOS",
"total": 108,
"population": 1.0371e+06,
"rate": 10.413,
"name": "Nayarit",
"fillKey": "(-0.11,12]"
},
"Nuevo León": {
"state_code": 19,
"year": 2007,
"type": "DOLOSOS",
"total": 283,
"population": 4.4907e+06,
"rate": 6.302,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2007,
"type": "DOLOSOS",
"total": 948,
"population": 3.776e+06,
"rate": 25.106,
"name": "Oaxaca",
"fillKey": "(25,37]"
},
"Puebla": {
"state_code": 21,
"year": 2007,
"type": "DOLOSOS",
"total": 401,
"population": 5.6552e+06,
"rate": 7.0908,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2007,
"type": "DOLOSOS",
"total": 57,
"population": 1.7488e+06,
"rate": 3.2595,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2007,
"type": "DOLOSOS",
"total": 176,
"population": 1.22e+06,
"rate": 14.426,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2007,
"type": "DOLOSOS",
"total": 153,
"population": 2.5269e+06,
"rate": 6.0548,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2007,
"type": "DOLOSOS",
"total": 741,
"population": 2.7553e+06,
"rate": 26.894,
"name": "Sinaloa",
"fillKey": "(25,37]"
},
"Sonora": {
"state_code": 26,
"year": 2007,
"type": "DOLOSOS",
"total": 308,
"population": 2.5882e+06,
"rate": 11.9,
"name": "Sonora",
"fillKey": "(-0.11,12]"
},
"Tabasco": {
"state_code": 27,
"year": 2007,
"type": "DOLOSOS",
"total": 193,
"population": 2.1757e+06,
"rate": 8.8709,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2007,
"type": "DOLOSOS",
"total": 265,
"population": 3.1868e+06,
"rate": 8.3156,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2007,
"type": "DOLOSOS",
"total": 0,
"population": 1.1314e+06,
"rate": 0,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2007,
"type": "DOLOSOS",
"total": 478,
"population": 7.5093e+06,
"rate": 6.3654,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2007,
"type": "DOLOSOS",
"total": 30,
"population": 1.8999e+06,
"rate": 1.579,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2007,
"type": "DOLOSOS",
"total": 66,
"population": 1.461e+06,
"rate": 4.5173,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2008": {
"Aguascalientes": {
"state_code": 1,
"year": 2008,
"type": "DOLOSOS",
"total": 63,
"population": 1.155e+06,
"rate": 5.4544,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2008,
"type": "DOLOSOS",
"total": 853,
"population": 3.1082e+06,
"rate": 27.444,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2008,
"type": "DOLOSOS",
"total": 28,
"population": 6.0633e+05,
"rate": 4.6179,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2008,
"type": "DOLOSOS",
"total": 45,
"population": 8.1026e+05,
"rate": 5.5537,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2008,
"type": "DOLOSOS",
"total": 179,
"population": 2.7056e+06,
"rate": 6.6159,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2008,
"type": "DOLOSOS",
"total": 33,
"population": 6.3131e+05,
"rate": 5.2272,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2008,
"type": "DOLOSOS",
"total": 326,
"population": 4.7652e+06,
"rate": 6.8413,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2008,
"type": "DOLOSOS",
"total": 2030,
"population": 3.4336e+06,
"rate": 59.122,
"name": "Chihuahua",
"fillKey": "(49,62]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2008,
"type": "DOLOSOS",
"total": 713,
"population": 8.9687e+06,
"rate": 7.9499,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2008,
"type": "DOLOSOS",
"total": 430,
"population": 1.6291e+06,
"rate": 26.395,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2008,
"type": "DOLOSOS",
"total": 257,
"population": 5.4409e+06,
"rate": 4.7235,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2008,
"type": "DOLOSOS",
"total": 951,
"population": 3.3827e+06,
"rate": 28.114,
"name": "Guerrero",
"fillKey": "(25,37]"
},
"Hidalgo": {
"state_code": 13,
"year": 2008,
"type": "DOLOSOS",
"total": 139,
"population": 2.6074e+06,
"rate": 5.3309,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2008,
"type": "DOLOSOS",
"total": 462,
"population": 7.2192e+06,
"rate": 6.3996,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2008,
"type": "DOLOSOS",
"total": 1261,
"population": 1.5052e+07,
"rate": 8.3777,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2008,
"type": "DOLOSOS",
"total": 565,
"population": 4.3361e+06,
"rate": 13.03,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2008,
"type": "DOLOSOS",
"total": 135,
"population": 1.7544e+06,
"rate": 7.6951,
"name": "Morelos",
"fillKey": "(-0.11,12]"
},
"Nayarit": {
"state_code": 18,
"year": 2008,
"type": "DOLOSOS",
"total": 147,
"population": 1.06e+06,
"rate": 13.868,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2008,
"type": "DOLOSOS",
"total": 263,
"population": 4.5701e+06,
"rate": 5.7547,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2008,
"type": "DOLOSOS",
"total": 733,
"population": 3.8059e+06,
"rate": 19.26,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2008,
"type": "DOLOSOS",
"total": 429,
"population": 5.7258e+06,
"rate": 7.4924,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2008,
"type": "DOLOSOS",
"total": 58,
"population": 1.7822e+06,
"rate": 3.2545,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2008,
"type": "DOLOSOS",
"total": 192,
"population": 1.2638e+06,
"rate": 15.192,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2008,
"type": "DOLOSOS",
"total": 218,
"population": 2.5574e+06,
"rate": 8.5243,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2008,
"type": "DOLOSOS",
"total": 1156,
"population": 2.7886e+06,
"rate": 41.455,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2008,
"type": "DOLOSOS",
"total": 393,
"population": 2.6343e+06,
"rate": 14.919,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2008,
"type": "DOLOSOS",
"total": 148,
"population": 2.2033e+06,
"rate": 6.7171,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2008,
"type": "DOLOSOS",
"total": 308,
"population": 3.2409e+06,
"rate": 9.5035,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2008,
"type": "DOLOSOS",
"total": 42,
"population": 1.1503e+06,
"rate": 3.6512,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2008,
"type": "DOLOSOS",
"total": 477,
"population": 7.5754e+06,
"rate": 6.2967,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2008,
"type": "DOLOSOS",
"total": 47,
"population": 1.9271e+06,
"rate": 2.4389,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2008,
"type": "DOLOSOS",
"total": 74,
"population": 1.4771e+06,
"rate": 5.0099,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2009": {
"Aguascalientes": {
"state_code": 1,
"year": 2009,
"type": "DOLOSOS",
"total": 66,
"population": 1.1766e+06,
"rate": 5.6096,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2009,
"type": "DOLOSOS",
"total": 750,
"population": 3.17e+06,
"rate": 23.659,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2009,
"type": "DOLOSOS",
"total": 31,
"population": 6.2797e+05,
"rate": 4.9366,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2009,
"type": "DOLOSOS",
"total": 41,
"population": 8.2442e+05,
"rate": 4.9732,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2009,
"type": "DOLOSOS",
"total": 240,
"population": 2.7453e+06,
"rate": 8.7421,
"name": "Coahuila de Zaragoza",
"fillKey": "(-0.11,12]"
},
"Colima": {
"state_code": 6,
"year": 2009,
"type": "DOLOSOS",
"total": 52,
"population": 6.4557e+05,
"rate": 8.0549,
"name": "Colima",
"fillKey": "(-0.11,12]"
},
"Chiapas": {
"state_code": 7,
"year": 2009,
"type": "DOLOSOS",
"total": 499,
"population": 4.8384e+06,
"rate": 10.313,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2009,
"type": "DOLOSOS",
"total": 3156,
"population": 3.4854e+06,
"rate": 90.55,
"name": "Chihuahua",
"fillKey": "(86,98]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2009,
"type": "DOLOSOS",
"total": 747,
"population": 8.9599e+06,
"rate": 8.3371,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2009,
"type": "DOLOSOS",
"total": 930,
"population": 1.6507e+06,
"rate": 56.341,
"name": "Durango",
"fillKey": "(49,62]"
},
"Guanajuato": {
"state_code": 11,
"year": 2009,
"type": "DOLOSOS",
"total": 414,
"population": 5.5045e+06,
"rate": 7.5211,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2009,
"type": "DOLOSOS",
"total": 1431,
"population": 3.4159e+06,
"rate": 41.893,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2009,
"type": "DOLOSOS",
"total": 137,
"population": 2.6506e+06,
"rate": 5.1686,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2009,
"type": "DOLOSOS",
"total": 570,
"population": 7.3358e+06,
"rate": 7.7701,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2009,
"type": "DOLOSOS",
"total": 1345,
"population": 1.5324e+07,
"rate": 8.7769,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2009,
"type": "DOLOSOS",
"total": 728,
"population": 4.3823e+06,
"rate": 16.612,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2009,
"type": "DOLOSOS",
"total": 317,
"population": 1.7804e+06,
"rate": 17.805,
"name": "Morelos",
"fillKey": "(12,25]"
},
"Nayarit": {
"state_code": 18,
"year": 2009,
"type": "DOLOSOS",
"total": 148,
"population": 1.0848e+06,
"rate": 13.643,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2009,
"type": "DOLOSOS",
"total": 267,
"population": 4.6492e+06,
"rate": 5.743,
"name": "Nuevo León",
"fillKey": "(-0.11,12]"
},
"Oaxaca": {
"state_code": 20,
"year": 2009,
"type": "DOLOSOS",
"total": 752,
"population": 3.8391e+06,
"rate": 19.588,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2009,
"type": "DOLOSOS",
"total": 414,
"population": 5.7986e+06,
"rate": 7.1397,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2009,
"type": "DOLOSOS",
"total": 90,
"population": 1.8166e+06,
"rate": 4.9543,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2009,
"type": "DOLOSOS",
"total": 177,
"population": 1.3079e+06,
"rate": 13.533,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2009,
"type": "DOLOSOS",
"total": 158,
"population": 2.5896e+06,
"rate": 6.1014,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2009,
"type": "DOLOSOS",
"total": 1251,
"population": 2.8218e+06,
"rate": 44.333,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2009,
"type": "DOLOSOS",
"total": 498,
"population": 2.6815e+06,
"rate": 18.572,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2009,
"type": "DOLOSOS",
"total": 117,
"population": 2.2302e+06,
"rate": 5.2463,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2009,
"type": "DOLOSOS",
"total": 288,
"population": 3.2914e+06,
"rate": 8.7502,
"name": "Tamaulipas",
"fillKey": "(-0.11,12]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2009,
"type": "DOLOSOS",
"total": 48,
"population": 1.1693e+06,
"rate": 4.1049,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2009,
"type": "DOLOSOS",
"total": 347,
"population": 7.6481e+06,
"rate": 4.5371,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2009,
"type": "DOLOSOS",
"total": 33,
"population": 1.9548e+06,
"rate": 1.6881,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2009,
"type": "DOLOSOS",
"total": 76,
"population": 1.4945e+06,
"rate": 5.0855,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2010": {
"Aguascalientes": {
"state_code": 1,
"year": 2010,
"type": "DOLOSOS",
"total": 75,
"population": 1.1965e+06,
"rate": 6.2681,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2010,
"type": "DOLOSOS",
"total": 884,
"population": 3.2263e+06,
"rate": 27.4,
"name": "Baja California",
"fillKey": "(25,37]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2010,
"type": "DOLOSOS",
"total": 48,
"population": 6.5061e+05,
"rate": 7.3777,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2010,
"type": "DOLOSOS",
"total": 59,
"population": 8.3771e+05,
"rate": 7.043,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2010,
"type": "DOLOSOS",
"total": 407,
"population": 2.7833e+06,
"rate": 14.623,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2010,
"type": "DOLOSOS",
"total": 93,
"population": 6.5941e+05,
"rate": 14.103,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 2010,
"type": "DOLOSOS",
"total": 513,
"population": 4.9079e+06,
"rate": 10.452,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2010,
"type": "DOLOSOS",
"total": 3903,
"population": 3.526e+06,
"rate": 110.69,
"name": "Chihuahua",
"fillKey": "(98,1.1e+02]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2010,
"type": "DOLOSOS",
"total": 811,
"population": 8.944e+06,
"rate": 9.0675,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2010,
"type": "DOLOSOS",
"total": 1024,
"population": 1.6708e+06,
"rate": 61.289,
"name": "Durango",
"fillKey": "(49,62]"
},
"Guanajuato": {
"state_code": 11,
"year": 2010,
"type": "DOLOSOS",
"total": 437,
"population": 5.561e+06,
"rate": 7.8584,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2010,
"type": "DOLOSOS",
"total": 1500,
"population": 3.4455e+06,
"rate": 43.535,
"name": "Guerrero",
"fillKey": "(37,49]"
},
"Hidalgo": {
"state_code": 13,
"year": 2010,
"type": "DOLOSOS",
"total": 134,
"population": 2.6917e+06,
"rate": 4.9782,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2010,
"type": "DOLOSOS",
"total": 888,
"population": 7.4458e+06,
"rate": 11.926,
"name": "Jalisco",
"fillKey": "(-0.11,12]"
},
"México": {
"state_code": 15,
"year": 2010,
"type": "DOLOSOS",
"total": 1153,
"population": 1.5585e+07,
"rate": 7.3982,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2010,
"type": "DOLOSOS",
"total": 661,
"population": 4.4218e+06,
"rate": 14.949,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2010,
"type": "DOLOSOS",
"total": 559,
"population": 1.8044e+06,
"rate": 30.981,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2010,
"type": "DOLOSOS",
"total": 367,
"population": 1.1097e+06,
"rate": 33.073,
"name": "Nayarit",
"fillKey": "(25,37]"
},
"Nuevo León": {
"state_code": 19,
"year": 2010,
"type": "DOLOSOS",
"total": 828,
"population": 4.726e+06,
"rate": 17.52,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2010,
"type": "DOLOSOS",
"total": 666,
"population": 3.8699e+06,
"rate": 17.21,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2010,
"type": "DOLOSOS",
"total": 415,
"population": 5.8672e+06,
"rate": 7.0732,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2010,
"type": "DOLOSOS",
"total": 59,
"population": 1.8496e+06,
"rate": 3.1899,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2010,
"type": "DOLOSOS",
"total": 234,
"population": 1.3527e+06,
"rate": 17.298,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2010,
"type": "DOLOSOS",
"total": 417,
"population": 2.6181e+06,
"rate": 15.927,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2010,
"type": "DOLOSOS",
"total": 2251,
"population": 2.8521e+06,
"rate": 78.923,
"name": "Sinaloa",
"fillKey": "(74,86]"
},
"Sonora": {
"state_code": 26,
"year": 2010,
"type": "DOLOSOS",
"total": 654,
"population": 2.728e+06,
"rate": 23.974,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2010,
"type": "DOLOSOS",
"total": 143,
"population": 2.2547e+06,
"rate": 6.3423,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2010,
"type": "DOLOSOS",
"total": 721,
"population": 3.3361e+06,
"rate": 21.612,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2010,
"type": "DOLOSOS",
"total": 48,
"population": 1.1873e+06,
"rate": 4.0429,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2010,
"type": "DOLOSOS",
"total": 583,
"population": 7.717e+06,
"rate": 7.5548,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2010,
"type": "DOLOSOS",
"total": 36,
"population": 1.982e+06,
"rate": 1.8163,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2010,
"type": "DOLOSOS",
"total": 110,
"population": 1.5095e+06,
"rate": 7.2873,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2011": {
"Aguascalientes": {
"state_code": 1,
"year": 2011,
"type": "DOLOSOS",
"total": 71,
"population": 1.2158e+06,
"rate": 5.8396,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2011,
"type": "DOLOSOS",
"total": 673,
"population": 3.2779e+06,
"rate": 20.531,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2011,
"type": "DOLOSOS",
"total": 38,
"population": 6.7359e+05,
"rate": 5.6414,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2011,
"type": "DOLOSOS",
"total": 59,
"population": 8.5279e+05,
"rate": 6.9185,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2011,
"type": "DOLOSOS",
"total": 663,
"population": 2.8196e+06,
"rate": 23.514,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2011,
"type": "DOLOSOS",
"total": 165,
"population": 6.7279e+05,
"rate": 24.525,
"name": "Colima",
"fillKey": "(12,25]"
},
"Chiapas": {
"state_code": 7,
"year": 2011,
"type": "DOLOSOS",
"total": 613,
"population": 4.9828e+06,
"rate": 12.302,
"name": "Chiapas",
"fillKey": "(12,25]"
},
"Chihuahua": {
"state_code": 8,
"year": 2011,
"type": "DOLOSOS",
"total": 3085,
"population": 3.5615e+06,
"rate": 86.621,
"name": "Chihuahua",
"fillKey": "(86,98]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2011,
"type": "DOLOSOS",
"total": 779,
"population": 8.9276e+06,
"rate": 8.7257,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2011,
"type": "DOLOSOS",
"total": 764,
"population": 1.6911e+06,
"rate": 45.178,
"name": "Durango",
"fillKey": "(37,49]"
},
"Guanajuato": {
"state_code": 11,
"year": 2011,
"type": "DOLOSOS",
"total": 604,
"population": 5.6166e+06,
"rate": 10.754,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2011,
"type": "DOLOSOS",
"total": 2158,
"population": 3.4742e+06,
"rate": 62.115,
"name": "Guerrero",
"fillKey": "(62,74]"
},
"Hidalgo": {
"state_code": 13,
"year": 2011,
"type": "DOLOSOS",
"total": 111,
"population": 2.732e+06,
"rate": 4.063,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2011,
"type": "DOLOSOS",
"total": 1222,
"population": 7.5475e+06,
"rate": 16.191,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2011,
"type": "DOLOSOS",
"total": 1512,
"population": 1.5855e+07,
"rate": 9.5364,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2011,
"type": "DOLOSOS",
"total": 773,
"population": 4.4595e+06,
"rate": 17.334,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2011,
"type": "DOLOSOS",
"total": 556,
"population": 1.8281e+06,
"rate": 30.413,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2011,
"type": "DOLOSOS",
"total": 456,
"population": 1.1332e+06,
"rate": 40.241,
"name": "Nayarit",
"fillKey": "(37,49]"
},
"Nuevo León": {
"state_code": 19,
"year": 2011,
"type": "DOLOSOS",
"total": 2003,
"population": 4.8e+06,
"rate": 41.729,
"name": "Nuevo León",
"fillKey": "(37,49]"
},
"Oaxaca": {
"state_code": 20,
"year": 2011,
"type": "DOLOSOS",
"total": 641,
"population": 3.9022e+06,
"rate": 16.426,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2011,
"type": "DOLOSOS",
"total": 619,
"population": 5.9374e+06,
"rate": 10.425,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2011,
"type": "DOLOSOS",
"total": 98,
"population": 1.8823e+06,
"rate": 5.2064,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2011,
"type": "DOLOSOS",
"total": 269,
"population": 1.3973e+06,
"rate": 19.252,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2011,
"type": "DOLOSOS",
"total": 402,
"population": 2.6484e+06,
"rate": 15.179,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2011,
"type": "DOLOSOS",
"total": 1907,
"population": 2.8797e+06,
"rate": 66.223,
"name": "Sinaloa",
"fillKey": "(62,74]"
},
"Sonora": {
"state_code": 26,
"year": 2011,
"type": "DOLOSOS",
"total": 472,
"population": 2.7694e+06,
"rate": 17.044,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2011,
"type": "DOLOSOS",
"total": 162,
"population": 2.2837e+06,
"rate": 7.0936,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2011,
"type": "DOLOSOS",
"total": 855,
"population": 3.3784e+06,
"rate": 25.308,
"name": "Tamaulipas",
"fillKey": "(25,37]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2011,
"type": "DOLOSOS",
"total": 71,
"population": 1.2069e+06,
"rate": 5.883,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2011,
"type": "DOLOSOS",
"total": 890,
"population": 7.7933e+06,
"rate": 11.42,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2011,
"type": "DOLOSOS",
"total": 46,
"population": 2.0102e+06,
"rate": 2.2883,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2011,
"type": "DOLOSOS",
"total": 119,
"population": 1.5233e+06,
"rate": 7.8118,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
},
"2012": {
"Aguascalientes": {
"state_code": 1,
"year": 2012,
"type": "DOLOSOS",
"total": 44,
"population": 1.2346e+06,
"rate": 3.5638,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2012,
"type": "DOLOSOS",
"total": 590,
"population": 3.3307e+06,
"rate": 17.714,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2012,
"type": "DOLOSOS",
"total": 35,
"population": 6.9636e+05,
"rate": 5.0261,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2012,
"type": "DOLOSOS",
"total": 69,
"population": 8.6695e+05,
"rate": 7.959,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2012,
"type": "DOLOSOS",
"total": 767,
"population": 2.8558e+06,
"rate": 26.858,
"name": "Coahuila de Zaragoza",
"fillKey": "(25,37]"
},
"Colima": {
"state_code": 6,
"year": 2012,
"type": "DOLOSOS",
"total": 287,
"population": 6.8591e+05,
"rate": 41.842,
"name": "Colima",
"fillKey": "(37,49]"
},
"Chiapas": {
"state_code": 7,
"year": 2012,
"type": "DOLOSOS",
"total": 573,
"population": 5.0533e+06,
"rate": 11.339,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2012,
"type": "DOLOSOS",
"total": 1997,
"population": 3.6001e+06,
"rate": 55.471,
"name": "Chihuahua",
"fillKey": "(49,62]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2012,
"type": "DOLOSOS",
"total": 779,
"population": 8.9108e+06,
"rate": 8.7422,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2012,
"type": "DOLOSOS",
"total": 618,
"population": 1.7105e+06,
"rate": 36.131,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2012,
"type": "DOLOSOS",
"total": 771,
"population": 5.6701e+06,
"rate": 13.598,
"name": "Guanajuato",
"fillKey": "(12,25]"
},
"Guerrero": {
"state_code": 12,
"year": 2012,
"type": "DOLOSOS",
"total": 2310,
"population": 3.5003e+06,
"rate": 65.994,
"name": "Guerrero",
"fillKey": "(62,74]"
},
"Hidalgo": {
"state_code": 13,
"year": 2012,
"type": "DOLOSOS",
"total": 83,
"population": 2.7704e+06,
"rate": 2.9959,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2012,
"type": "DOLOSOS",
"total": 1184,
"population": 7.648e+06,
"rate": 15.481,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2012,
"type": "DOLOSOS",
"total": 2130,
"population": 1.6117e+07,
"rate": 13.216,
"name": "México",
"fillKey": "(12,25]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2012,
"type": "DOLOSOS",
"total": 755,
"population": 4.496e+06,
"rate": 16.793,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2012,
"type": "DOLOSOS",
"total": 862,
"population": 1.8518e+06,
"rate": 46.55,
"name": "Morelos",
"fillKey": "(37,49]"
},
"Nayarit": {
"state_code": 18,
"year": 2012,
"type": "DOLOSOS",
"total": 244,
"population": 1.1564e+06,
"rate": 21.1,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2012,
"type": "DOLOSOS",
"total": 1459,
"population": 4.8719e+06,
"rate": 29.947,
"name": "Nuevo León",
"fillKey": "(25,37]"
},
"Oaxaca": {
"state_code": 20,
"year": 2012,
"type": "DOLOSOS",
"total": 472,
"population": 3.9319e+06,
"rate": 12.004,
"name": "Oaxaca",
"fillKey": "(-0.11,12]"
},
"Puebla": {
"state_code": 21,
"year": 2012,
"type": "DOLOSOS",
"total": 578,
"population": 6.0047e+06,
"rate": 9.6258,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2012,
"type": "DOLOSOS",
"total": 110,
"population": 1.914e+06,
"rate": 5.747,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2012,
"type": "DOLOSOS",
"total": 250,
"population": 1.442e+06,
"rate": 17.337,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2012,
"type": "DOLOSOS",
"total": 396,
"population": 2.6763e+06,
"rate": 14.796,
"name": "San Luis Potosí",
"fillKey": "(12,25]"
},
"Sinaloa": {
"state_code": 25,
"year": 2012,
"type": "DOLOSOS",
"total": 1464,
"population": 2.9068e+06,
"rate": 50.365,
"name": "Sinaloa",
"fillKey": "(49,62]"
},
"Sonora": {
"state_code": 26,
"year": 2012,
"type": "DOLOSOS",
"total": 501,
"population": 2.8115e+06,
"rate": 17.82,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2012,
"type": "DOLOSOS",
"total": 124,
"population": 2.3101e+06,
"rate": 5.3678,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2012,
"type": "DOLOSOS",
"total": 1016,
"population": 3.421e+06,
"rate": 29.699,
"name": "Tamaulipas",
"fillKey": "(25,37]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2012,
"type": "DOLOSOS",
"total": 59,
"population": 1.2254e+06,
"rate": 4.8149,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2012,
"type": "DOLOSOS",
"total": 968,
"population": 7.8611e+06,
"rate": 12.314,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(12,25]"
},
"Yucatán": {
"state_code": 31,
"year": 2012,
"type": "DOLOSOS",
"total": 38,
"population": 2.0378e+06,
"rate": 1.8647,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2012,
"type": "DOLOSOS",
"total": 195,
"population": 1.5372e+06,
"rate": 12.685,
"name": "Zacatecas",
"fillKey": "(12,25]"
}
},
"2013": {
"Aguascalientes": {
"state_code": 1,
"year": 2013,
"type": "DOLOSOS",
"total": 39,
"population": 1.253e+06,
"rate": 3.1126,
"name": "Aguascalientes",
"fillKey": "(-0.11,12]"
},
"Baja California": {
"state_code": 2,
"year": 2013,
"type": "DOLOSOS",
"total": 774,
"population": 3.3832e+06,
"rate": 22.878,
"name": "Baja California",
"fillKey": "(12,25]"
},
"Baja California Sur": {
"state_code": 3,
"year": 2013,
"type": "DOLOSOS",
"total": 56,
"population": 7.1915e+05,
"rate": 7.7869,
"name": "Baja California Sur",
"fillKey": "(-0.11,12]"
},
"Campeche": {
"state_code": 4,
"year": 2013,
"type": "DOLOSOS",
"total": 67,
"population": 8.8087e+05,
"rate": 7.6061,
"name": "Campeche",
"fillKey": "(-0.11,12]"
},
"Coahuila de Zaragoza": {
"state_code": 5,
"year": 2013,
"type": "DOLOSOS",
"total": 645,
"population": 2.8916e+06,
"rate": 22.306,
"name": "Coahuila de Zaragoza",
"fillKey": "(12,25]"
},
"Colima": {
"state_code": 6,
"year": 2013,
"type": "DOLOSOS",
"total": 178,
"population": 6.988e+05,
"rate": 25.472,
"name": "Colima",
"fillKey": "(25,37]"
},
"Chiapas": {
"state_code": 7,
"year": 2013,
"type": "DOLOSOS",
"total": 540,
"population": 5.1219e+06,
"rate": 10.543,
"name": "Chiapas",
"fillKey": "(-0.11,12]"
},
"Chihuahua": {
"state_code": 8,
"year": 2013,
"type": "DOLOSOS",
"total": 1443,
"population": 3.6375e+06,
"rate": 39.67,
"name": "Chihuahua",
"fillKey": "(37,49]"
},
"Distrito Federal": {
"state_code": 9,
"year": 2013,
"type": "DOLOSOS",
"total": 749,
"population": 8.8928e+06,
"rate": 8.4225,
"name": "Distrito Federal",
"fillKey": "(-0.11,12]"
},
"Durango": {
"state_code": 10,
"year": 2013,
"type": "DOLOSOS",
"total": 476,
"population": 1.7292e+06,
"rate": 27.528,
"name": "Durango",
"fillKey": "(25,37]"
},
"Guanajuato": {
"state_code": 11,
"year": 2013,
"type": "DOLOSOS",
"total": 641,
"population": 5.7216e+06,
"rate": 11.203,
"name": "Guanajuato",
"fillKey": "(-0.11,12]"
},
"Guerrero": {
"state_code": 12,
"year": 2013,
"type": "DOLOSOS",
"total": 2087,
"population": 3.5247e+06,
"rate": 59.211,
"name": "Guerrero",
"fillKey": "(49,62]"
},
"Hidalgo": {
"state_code": 13,
"year": 2013,
"type": "DOLOSOS",
"total": 124,
"population": 2.8078e+06,
"rate": 4.4163,
"name": "Hidalgo",
"fillKey": "(-0.11,12]"
},
"Jalisco": {
"state_code": 14,
"year": 2013,
"type": "DOLOSOS",
"total": 1096,
"population": 7.746e+06,
"rate": 14.149,
"name": "Jalisco",
"fillKey": "(12,25]"
},
"México": {
"state_code": 15,
"year": 2013,
"type": "DOLOSOS",
"total": 1932,
"population": 1.6375e+07,
"rate": 11.799,
"name": "México",
"fillKey": "(-0.11,12]"
},
"Michoacán de Ocampo": {
"state_code": 16,
"year": 2013,
"type": "DOLOSOS",
"total": 961,
"population": 4.5312e+06,
"rate": 21.209,
"name": "Michoacán de Ocampo",
"fillKey": "(12,25]"
},
"Morelos": {
"state_code": 17,
"year": 2013,
"type": "DOLOSOS",
"total": 597,
"population": 1.8751e+06,
"rate": 31.838,
"name": "Morelos",
"fillKey": "(25,37]"
},
"Nayarit": {
"state_code": 18,
"year": 2013,
"type": "DOLOSOS",
"total": 151,
"population": 1.1793e+06,
"rate": 12.804,
"name": "Nayarit",
"fillKey": "(12,25]"
},
"Nuevo León": {
"state_code": 19,
"year": 2013,
"type": "DOLOSOS",
"total": 719,
"population": 4.9441e+06,
"rate": 14.543,
"name": "Nuevo León",
"fillKey": "(12,25]"
},
"Oaxaca": {
"state_code": 20,
"year": 2013,
"type": "DOLOSOS",
"total": 536,
"population": 3.9601e+06,
"rate": 13.535,
"name": "Oaxaca",
"fillKey": "(12,25]"
},
"Puebla": {
"state_code": 21,
"year": 2013,
"type": "DOLOSOS",
"total": 428,
"population": 6.0701e+06,
"rate": 7.0509,
"name": "Puebla",
"fillKey": "(-0.11,12]"
},
"Querétaro": {
"state_code": 22,
"year": 2013,
"type": "DOLOSOS",
"total": 111,
"population": 1.9451e+06,
"rate": 5.7066,
"name": "Querétaro",
"fillKey": "(-0.11,12]"
},
"Quintana Roo": {
"state_code": 23,
"year": 2013,
"type": "DOLOSOS",
"total": 214,
"population": 1.4868e+06,
"rate": 14.393,
"name": "Quintana Roo",
"fillKey": "(12,25]"
},
"San Luis Potosí": {
"state_code": 24,
"year": 2013,
"type": "DOLOSOS",
"total": 261,
"population": 2.7032e+06,
"rate": 9.6554,
"name": "San Luis Potosí",
"fillKey": "(-0.11,12]"
},
"Sinaloa": {
"state_code": 25,
"year": 2013,
"type": "DOLOSOS",
"total": 1208,
"population": 2.9334e+06,
"rate": 41.181,
"name": "Sinaloa",
"fillKey": "(37,49]"
},
"Sonora": {
"state_code": 26,
"year": 2013,
"type": "DOLOSOS",
"total": 575,
"population": 2.8531e+06,
"rate": 20.154,
"name": "Sonora",
"fillKey": "(12,25]"
},
"Tabasco": {
"state_code": 27,
"year": 2013,
"type": "DOLOSOS",
"total": 139,
"population": 2.3355e+06,
"rate": 5.9517,
"name": "Tabasco",
"fillKey": "(-0.11,12]"
},
"Tamaulipas": {
"state_code": 28,
"year": 2013,
"type": "DOLOSOS",
"total": 555,
"population": 3.463e+06,
"rate": 16.027,
"name": "Tamaulipas",
"fillKey": "(12,25]"
},
"Tlaxcala": {
"state_code": 29,
"year": 2013,
"type": "DOLOSOS",
"total": 70,
"population": 1.2435e+06,
"rate": 5.6295,
"name": "Tlaxcala",
"fillKey": "(-0.11,12]"
},
"Veracruz de Ignacio de la Llave": {
"state_code": 30,
"year": 2013,
"type": "DOLOSOS",
"total": 564,
"population": 7.9256e+06,
"rate": 7.1162,
"name": "Veracruz de Ignacio de la Llave",
"fillKey": "(-0.11,12]"
},
"Yucatán": {
"state_code": 31,
"year": 2013,
"type": "DOLOSOS",
"total": 40,
"population": 2.0653e+06,
"rate": 1.9368,
"name": "Yucatán",
"fillKey": "(-0.11,12]"
},
"Zacatecas": {
"state_code": 32,
"year": 2013,
"type": "DOLOSOS",
"total": 167,
"population": 1.5507e+06,
"rate": 10.769,
"name": "Zacatecas",
"fillKey": "(-0.11,12]"
}
}
}
}
chartParams.element = document.getElementById('chart_1')
var mapchart_1 = new Datamap(chartParams);
// draw a bubble map if specified
if (chartParams.bubbles) {
var bubbles = chartParams.bubbles
mapchart_1.bubbles(bubbles)
}
if (chartParams.labels){
mapchart_1.labels()
}
if (chartParams.legend){
mapchart_1.legend()
}
setProjection = function( element, options ) {
var projection, path;
projection = d3.geo.albersUsa()
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
}
</script>
<style>
.datamaps {
position: relative;
}
</style>
<script></script>
</body>
</html>
.PHONY: all clean
all: estados.zip mx_states.json index.html
estados.zip:
curl -o estados.zip http://mapserver.inegi.org.mx/MGN/mge2010v5_0.zip
mx_states.json: estados.zip
unzip -o estados.zip
ogr2ogr states.shp Entidades_2010_5.shp -t_srs "+proj=longlat +ellps=WGS84 +no_defs +towgs84=0,0,0"
## id-property needed so that DataMaps knows how to color the map
topojson -o mx_states.json -s 1e-7 -q 1e5 states.shp -p state_code=+CVE_ENT,name=NOM_ENT --id-property NOM_ENT
index.html: mx_states.json
R CMD BATCH --no-save rmaps.R
clean:
-rm -f *.shp *.zip *.sbn *.sbx *.prj *.shx *.dbf *.csv.gz *.json index.html
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","objects":{"states":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"state_code":9,"name":"Distrito Federal"},"id":"Distrito Federal","arcs":[[0,1,2]]},{"type":"Polygon","properties":{"state_code":12,"name":"Guerrero"},"id":"Guerrero","arcs":[[3,4,5,6,7,8,9,10,11,12]]},{"type":"Polygon","properties":{"state_code":15,"name":"México"},"id":"México","arcs":[[13,14,15,16,17,18,19,20,-3,-2,21,22,-4,-13,23,24,25,26,27,28]]},{"type":"Polygon","properties":{"state_code":17,"name":"Morelos"},"id":"Morelos","arcs":[[-21,29,30,31,32,33,-7,-6,-5,-23,-22,-1]]},{"type":"Polygon","properties":{"state_code":25,"name":"Sinaloa"},"id":"Sinaloa","arcs":[[34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49]]},{"type":"MultiPolygon","properties":{"state_code":2,"name":"Baja California"},"id":"Baja California","arcs":[[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56,57,58,59]]]},{"type":"MultiPolygon","properties":{"state_code":26,"name":"Sonora"},"id":"Sonora","arcs":[[[60]],[[61]],[[62]],[[63,64,-49,-48,-47,-46,-45,-44,-43,-42,65,-57]]]},{"type":"MultiPolygon","properties":{"state_code":3,"name":"Baja California Sur"},"id":"Baja California Sur","arcs":[[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]],[[75]],[[76]],[[-59,77]]]},{"type":"Polygon","properties":{"state_code":32,"name":"Zacatecas"},"id":"Zacatecas","arcs":[[78,79,80,81,82,83,84,85,86,87,88,89]]},{"type":"Polygon","properties":{"state_code":10,"name":"Durango"},"id":"Durango","arcs":[[90,91,92,-89,-88,93,-38,-37,-36,94]]},{"type":"Polygon","properties":{"state_code":8,"name":"Chihuahua"},"id":"Chihuahua","arcs":[[95,-91,-95,-35,-50,-65,96]]},{"type":"MultiPolygon","properties":{"state_code":6,"name":"Colima"},"id":"Colima","arcs":[[[97]],[[98]],[[99,100,101,102]]]},{"type":"MultiPolygon","properties":{"state_code":18,"name":"Nayarit"},"id":"Nayarit","arcs":[[[103]],[[104]],[[105]],[[106]],[[-87,107,108,109,110,111,112,-40,-39,-94]]]},{"type":"Polygon","properties":{"state_code":16,"name":"Michoacán de Ocampo"},"id":"Michoacán de Ocampo","arcs":[[113,-27,-26,-25,-24,-12,114,-100,115,116,117,118]]},{"type":"Polygon","properties":{"state_code":14,"name":"Jalisco"},"id":"Jalisco","arcs":[[-84,119,120,-82,121,122,123,124,-118,-117,-116,-103,-102,125,-112,-111,-110,-109,-108,-86,-85]]},{"type":"Polygon","properties":{"state_code":7,"name":"Chiapas"},"id":"Chiapas","arcs":[[126,127,128,129,130,131]]},{"type":"Polygon","properties":{"state_code":27,"name":"Tabasco"},"id":"Tabasco","arcs":[[132,-132,-131,-130,133,134,135]]},{"type":"Polygon","properties":{"state_code":20,"name":"Oaxaca"},"id":"Oaxaca","arcs":[[136,137,138,139,140,-128,141,-10,142,143,144,145]]},{"type":"Polygon","properties":{"state_code":11,"name":"Guanajuato"},"id":"Guanajuato","arcs":[[146,-119,-125,-124,-123,-122,-81,147]]},{"type":"Polygon","properties":{"state_code":1,"name":"Aguascalientes"},"id":"Aguascalientes","arcs":[[-121,-120,-83]]},{"type":"Polygon","properties":{"state_code":22,"name":"Querétaro"},"id":"Querétaro","arcs":[[148,149,150,-29,-28,-114,-147,151]]},{"type":"Polygon","properties":{"state_code":24,"name":"San Luis Potosí"},"id":"San Luis Potosí","arcs":[[152,153,154,155,156,157,158,159,160,161,162,-152,-148,-80,163]]},{"type":"Polygon","properties":{"state_code":29,"name":"Tlaxcala"},"id":"Tlaxcala","arcs":[[164,165,166,167,168,-19,-18,169,170,171,172]]},{"type":"Polygon","properties":{"state_code":21,"name":"Puebla"},"id":"Puebla","arcs":[[173,174,175,176,177,178,179,180,-145,-144,-143,-9,-8,-34,-33,-32,-31,-30,-20,-169,-168,-167,-166,-165,-173,181,182,183,184]]},{"type":"Polygon","properties":{"state_code":13,"name":"Hidalgo"},"id":"Hidalgo","arcs":[[185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,-184,-183,-182,-172,-171,-170,-17,-16,-15,-14,-151,-150,-149,-163,-162,-161,-160,-159,-158,200]]},{"type":"Polygon","properties":{"state_code":30,"name":"Veracruz de Ignacio de la Llave"},"id":"Veracruz de Ignacio de la Llave","arcs":[[201,-134,-129,-141,-140,-139,-138,-137,-146,-181,-180,-179,-178,-177,-176,-175,-174,-185,-200,-199,-198,-197,-196,-195,-194,-193,-192,-191,-190,-189,-188,-187,-186,-201,-157,-156,-155,202]]},{"type":"Polygon","properties":{"state_code":19,"name":"Nuevo León"},"id":"Nuevo León","arcs":[[203,204,205,206,207,208,209,210,-164,-79,211]]},{"type":"Polygon","properties":{"state_code":5,"name":"Coahuila de Zaragoza"},"id":"Coahuila de Zaragoza","arcs":[[-212,-90,-93,-92,-96,212]]},{"type":"Polygon","properties":{"state_code":28,"name":"Tamaulipas"},"id":"Tamaulipas","arcs":[[-203,-154,-153,-211,-210,-209,-208,-207,-206,-205,213]]},{"type":"MultiPolygon","properties":{"state_code":31,"name":"Yucatán"},"id":"Yucatán","arcs":[[[214,215,216]],[[217]]]},{"type":"Polygon","properties":{"state_code":4,"name":"Campeche"},"id":"Campeche","arcs":[[218,219,-136,220,-216]]},{"type":"MultiPolygon","properties":{"state_code":23,"name":"Quintana Roo"},"id":"Quintana Roo","arcs":[[[221]],[[222]],[[223]],[[-219,-215,224]],[[225]]]}]}},"arcs":[[[61294,24975],[-159,60],[-96,-203],[-207,76],[-35,150],[-286,37],[-164,196]],[[60347,25291],[-114,536],[-86,66],[10,145],[-82,56],[114,409],[106,92],[229,331],[45,224]],[[60569,27150],[13,248],[149,-66],[-60,160],[135,298],[80,-118],[-71,-158],[51,-137],[159,-68],[56,-310],[-37,-229],[209,-182],[106,-245],[-58,-385],[115,-164],[-89,-70],[51,-230],[-17,-254],[-67,-265]],[[56712,23376],[-51,-450],[-82,-59],[-42,-280],[180,-224],[-62,-250],[62,-235],[106,162],[108,-241],[-74,-386],[82,-16],[168,-306],[120,63],[32,271],[68,-65],[112,217],[246,330],[104,32],[83,349],[122,117],[197,-297],[47,192],[188,171],[93,-34],[202,94],[71,312],[110,293],[205,-145],[-116,308],[37,92],[113,-82],[95,-280],[25,101],[135,-13],[76,-211],[73,-21],[123,144]],[[59668,23029],[97,-428]],[[59765,22601],[31,-179],[107,-108],[-10,-155],[190,-347],[17,-172],[92,116],[0,-161],[463,-62],[133,87],[38,-211],[191,-316],[-13,-183]],[[61004,20910],[15,-13]],[[61019,20897],[45,-235],[-16,-221],[79,124],[27,-131],[107,4],[-35,-324],[137,-9],[237,-123],[92,-267],[-58,-328],[184,37],[236,-136],[-243,-176]],[[61811,19112],[401,-253],[119,-158],[202,229],[178,4],[19,102],[283,-57],[35,-231],[-56,-105],[50,-313]],[[63042,18330],[0,-144],[-219,-367],[26,-505],[48,-17],[31,-261],[153,-162],[112,23],[148,-390],[57,-312],[-75,-116],[96,-341],[57,-360],[-56,-7],[-59,-284],[67,-163],[190,23],[123,-189],[-41,-149],[-20,-368],[218,-65],[228,-240],[232,-147],[-72,-133],[-86,45],[-169,-357],[123,-470],[-112,-615],[-99,-209],[-193,-64],[-105,29],[2,-256],[81,-445],[-108,-121],[-162,-55],[-117,83],[-33,-82],[-173,-61],[24,-270],[107,-35],[13,-255],[-156,-355],[-173,29],[-267,-212],[-44,-171]],[[62639,9809],[-51,144],[-383,617],[-270,555],[-214,-43],[-42,-106],[-160,35],[-551,327],[-792,354],[-384,127],[-354,41],[-112,-28],[-200,81],[-278,232],[-179,244],[-173,124],[44,200],[-100,84],[-102,-70],[-138,256],[-95,87],[-414,218],[-436,297],[-1024,608],[-288,132],[-300,208],[-460,256],[-372,251],[-97,7],[45,124],[-64,162],[-302,368],[-124,224],[-185,156],[-565,380],[-5,222],[-145,245],[-330,130],[-22,126],[-127,55],[-18,200],[-101,245],[-212,247],[-115,392],[-133,183],[-447,388],[-225,112],[-196,-38],[-113,-229]],[[51330,18739],[-2,163],[-112,109],[-35,396],[71,564],[55,113],[272,56],[64,73],[189,-6],[28,143],[127,-10],[101,252],[110,62],[1,373],[-83,295],[87,199],[-83,171],[23,341],[113,193],[226,162],[184,35],[33,-120],[203,77],[106,-153],[55,-264],[252,-217],[221,24],[85,106],[131,-60],[17,102],[262,145],[216,-44],[78,-105],[313,-64],[250,108],[16,-188],[91,-45],[66,-213],[115,24],[140,238],[112,-105],[142,23],[55,-216],[123,-61],[61,-150],[94,52],[37,-205],[111,-54],[166,276],[-155,251],[-338,332],[-64,236],[42,399],[-34,257],[-69,41],[34,246],[-75,78],[16,454],[47,168],[91,44],[141,-239],[-6,-158],[262,392],[29,110]],[[56138,23945],[90,-158],[261,-151],[63,-176],[160,-84]],[[58517,31541],[-1,-19]],[[58516,31522],[55,93],[169,-324],[213,-303],[193,71],[95,-192],[370,161],[-21,-148],[186,-455],[69,-373],[-113,-238],[-31,-270],[217,-301],[131,6],[-54,-362],[120,-54],[258,455],[168,179],[38,200],[-64,123],[211,424],[219,39],[80,-138],[-11,-132],[114,164],[-9,-238],[65,53]],[[61184,29962],[26,396],[45,76],[141,-219],[5,-288],[-160,-99],[111,-175],[16,-158],[-205,-157],[39,-217],[181,-159],[105,383],[108,178],[277,-248],[47,150],[294,-182],[28,-200]],[[62242,29043],[55,113],[202,-379],[-35,-224],[-78,-15],[41,-337],[-160,-13],[16,-288]],[[62283,27900],[-16,-42]],[[62267,27858],[-120,-242],[175,-488]],[[62322,27128],[57,-190],[-80,5],[49,-442],[-60,-148],[114,-369],[-51,-105],[-11,-297],[64,-330],[-38,-259],[61,-234],[-41,-107]],[[62386,24652],[-100,-66],[-160,-335],[-243,-40],[-214,168],[-35,326],[-140,214],[-200,56]],[[60347,25291],[-110,-184],[17,-320],[-14,-506],[-171,-298],[-125,7],[-71,-96],[10,-283],[-124,-368]],[[59759,23243],[-91,-214]],[[56138,23945],[220,276],[40,389],[226,137],[150,168],[69,438],[89,64],[-35,211]],[[56897,25628],[167,378],[22,553],[61,180],[245,101],[64,180]],[[57456,27020],[-33,45],[29,425],[-128,140],[-32,425],[-85,208],[118,254],[147,-104],[128,154]],[[57600,28567],[17,529],[41,156],[215,14],[-124,138],[-88,200],[-3,361],[49,133],[-124,7],[7,259],[48,-55]],[[57638,30309],[146,-110],[356,273],[-5,-82],[167,44],[-46,285],[30,302],[-106,153],[-48,383],[95,-305],[100,7]],[[58327,31259],[-47,182],[66,196],[171,-96]],[[62386,24652],[-50,-80],[-92,-423],[-93,-117],[145,-25],[-87,-221]],[[62209,23786],[-6,-14]],[[62203,23772],[-117,-271],[-82,-348],[120,-21],[-79,-194],[90,-453],[14,-674]],[[62149,21811],[4,-296],[-75,-25],[-254,393],[-97,-26]],[[61727,21857],[-27,-160],[-195,-88],[-24,-166],[-208,-66],[-254,-480]],[[35210,62391],[164,-148],[431,-521],[-20,-210],[171,-152],[63,129],[79,-94],[-5,-162],[-86,-34]],[[36007,61199],[66,-179],[-499,-436]],[[35574,60584],[-122,51],[-25,-244],[95,-56],[-24,-321],[-172,-163],[122,-499],[-116,29],[157,-378],[118,-112],[-87,-98],[74,-210],[-15,-733],[195,-125],[157,-532],[288,-368],[-61,-45],[50,-207],[198,18],[510,-874],[70,-367],[170,-506],[200,-175]],[[37356,54669],[-8,-207],[-102,-123],[49,-196],[217,-506],[150,-50],[336,144],[111,314],[187,75],[367,-198],[245,-382],[15,-270],[82,4],[129,-407],[42,-247],[-32,-308],[268,-255],[20,-89],[-116,-195],[144,-22],[132,-242],[-30,-136],[-273,183],[-23,-372],[174,-558],[-66,-304],[56,-516],[52,-207],[27,208],[229,114],[136,-308],[26,-288],[116,-151],[-48,-168],[120,-133],[-95,-251],[59,-58],[85,-432],[133,-57],[41,-402],[-47,-327],[151,-185],[133,-56],[166,159],[272,-60],[75,-181]],[[41061,47023],[-65,-55],[12,-277],[-74,2],[-66,-257],[-152,-104],[96,-414],[-98,-402]],[[40714,45516],[-66,-203],[1,-268],[77,-401],[108,43],[80,-392],[-9,-349],[-79,-105],[-117,115],[-95,-62],[-24,119],[-180,0],[-7,122],[-188,151],[-120,-98],[67,-305],[0,-247],[-77,-2],[-180,385]],[[39905,44019],[-174,584],[-180,354],[-283,439],[-212,239],[-377,721],[-309,526],[-149,188],[-286,453],[-130,24],[9,198],[-100,143],[-127,364],[38,105],[-149,354],[-318,498],[6,84],[-174,244],[-16,105],[-386,502],[46,166],[-163,323],[-111,303],[-34,253],[-358,585],[-591,846],[-635,682],[-252,364],[-601,686],[-410,377],[-154,383],[-298,290],[-194,253],[-57,151],[-15,301],[-211,431],[-100,81],[-46,232],[-304,853],[-299,412],[-95,372],[-122,130],[-123,279],[-192,215],[-493,338],[-313,134],[-147,6],[-357,281],[-345,93],[-191,307],[-121,283],[-137,88],[-178,343],[-243,122],[-306,-45],[-56,666],[-72,280],[40,465],[-83,303],[124,602],[310,792],[74,423],[89,223]],[[28864,64816],[175,134],[44,-59]],[[29083,64891],[0,-1]],[[29083,64890],[0,1]],[[29083,64891],[75,-146],[118,-47]],[[29276,64698],[1,0]],[[29277,64698],[86,78],[96,245],[199,248],[221,-67],[87,145],[88,-57],[15,227],[121,138],[-242,38],[74,57],[57,336],[303,125]],[[30382,66211],[136,108],[175,-35],[-1,307],[153,186],[7,229],[85,49],[82,363],[121,54],[-63,114],[119,307]],[[31196,67893],[164,501],[135,29],[-246,62]],[[31249,68485],[53,277],[240,-133],[188,50],[53,-99],[93,176],[70,-130],[98,154],[176,-49],[40,-159],[-167,-245],[15,-290],[169,-134],[109,141],[-7,-217],[158,16],[213,-396],[-36,-158],[101,-48],[-28,-414],[-210,-242],[94,-65],[285,-566],[-27,-312],[-135,-172],[494,-1172],[6,-161],[206,-154],[25,-175],[82,-12],[63,185],[566,-47],[112,-305],[183,183],[144,21],[221,-174],[131,-183],[-6,-152],[96,-257],[-62,-424],[168,-179],[-13,-73]],[[10076,76116],[146,-582],[-25,-322],[51,-99],[9,-285],[-94,-194],[4,-404],[-220,35],[-21,163],[-137,153],[-155,-102],[11,213],[114,127],[229,456],[-66,385],[54,325],[100,131]],[[17400,77783],[115,-41],[313,-427],[-54,-81],[-113,222],[-178,166],[-83,161]],[[15404,80077],[71,-34],[-15,-262],[-56,296]],[[15439,82583],[287,-321],[117,-180],[130,-425],[-79,-161],[24,-257],[59,-59],[294,-74],[242,32],[13,-338],[-17,-546],[83,-338],[152,-59],[-48,-372],[-232,222],[-190,246],[-163,397],[-327,353],[-140,389],[-148,18],[-236,650],[-57,40],[-9,247],[86,315],[-27,146],[186,75]],[[256,80507],[-31,-124],[54,-246],[184,-210],[41,-297],[1,-505],[-58,-190],[-156,-83],[31,133],[-40,320],[-113,479],[-143,145],[-2,468],[232,110]],[[11550,94958],[103,-293],[143,-164],[59,-202],[-213,-6],[-236,274],[-24,449],[168,-58]],[[11339,98762],[-112,-112],[-120,101],[-166,-96],[23,-197],[-115,-261],[20,-215],[-198,-341],[-88,-246],[244,-370],[-44,-173],[103,-593],[-33,-228],[5,-433],[173,-279],[222,-42],[107,-239]],[[11360,95038],[-32,-483],[87,-311],[-3,-304],[-134,-210],[-78,-416],[-7,-405],[-64,-201],[-8,-767],[-26,-552],[74,-344],[174,-254],[-72,-217],[71,-139],[286,-233],[81,-658],[-28,-554],[18,-443],[148,-433],[58,-308],[9,-448],[-79,-775],[49,-115],[-89,-327],[272,-715],[56,-321],[96,-230],[137,-93],[55,-192],[189,-138],[-5,-187],[86,-431],[160,-192],[127,-12],[80,168],[194,-150],[160,-296],[274,-307],[80,-210],[164,-105],[172,-304],[343,-479],[178,-133],[254,-478],[182,-227],[39,-168],[-100,-199],[44,-177],[239,-418],[93,-395],[-73,-70],[49,-332],[-37,-100],[139,-308],[94,21],[9,299],[174,14],[26,-142],[154,-114],[-10,-356],[76,-214],[71,2],[205,221],[82,-29],[118,-236],[5,-259],[124,-492],[86,-146],[-2,-196],[77,-479],[277,-266],[103,-16],[251,109],[105,-234],[77,49],[-9,-324],[-62,-249],[-14,-301],[275,-472],[-81,-332],[73,-377],[-51,-221],[127,-149]],[[17802,74053],[-1767,0],[-2776,0]],[[13259,74053],[204,446],[182,474],[68,258],[-65,184],[-133,56],[200,758],[49,347],[-78,310],[-149,240],[-143,63],[-6,386],[-63,91],[-273,17],[2,162],[-143,202],[-98,23],[12,136],[-110,327],[-70,38],[-29,259],[-252,353],[-143,-44],[-38,145],[-174,192],[-22,401],[-89,214],[-252,68],[-92,400],[-210,164],[-164,345],[-274,472],[-411,312],[-348,67],[-142,387],[-200,222],[-250,94],[-212,332],[-189,-9],[-265,429],[-91,1],[-255,329],[48,392],[-55,403],[-133,267],[-214,29],[94,768],[-65,323],[24,235],[-24,469],[-99,326],[-238,322],[-132,33],[-175,-207],[-30,346],[-98,227],[66,974],[-65,391],[-14,341],[-61,186],[-118,54],[-107,170],[-110,44],[-285,560],[-164,-50],[-63,122],[90,714],[6,234],[-268,736],[-189,245],[-106,226],[-41,222],[-222,300],[-102,-6],[-17,182],[-119,99],[-138,309],[125,81],[-56,174],[56,257],[-261,470],[221,-171],[64,89],[105,445],[-56,246],[-132,5],[-90,177],[-155,48],[-56,351],[-275,120],[-94,179],[-17,565],[-115,574],[-62,100],[-258,125],[-208,703],[-106,493],[2,264],[5578,776],[2006,238],[-260,-725],[-36,-512]],[[18466,78073],[-3,-324],[-149,9],[-33,292],[185,23]],[[19293,80796],[94,-179],[-39,-308],[163,-374],[65,-301],[-117,-787],[-102,-259],[-16,-304],[-103,-123],[-162,79],[-130,190],[-176,33],[-34,92],[-364,317],[222,229],[77,171],[-52,356],[89,847],[90,176],[118,-79],[163,191],[214,33]],[[11773,94707],[232,-17],[-43,-139],[-189,156]],[[11339,98762],[1781,-936],[3277,-1780],[1712,-912],[5023,-2756],[2005,-2],[4632,0],[680,1]],[[30449,92377],[-193,-515],[-198,-1],[-64,-199],[124,91],[40,-132],[137,-12],[-129,-316],[238,-182],[13,-157],[100,-111],[-57,-108],[214,-2],[2,-151],[-376,-7],[2,-554],[-431,20],[29,-257],[-17,-480],[-40,-202],[92,14],[163,-275],[-21,-363],[136,-119],[326,-118],[156,-127],[64,-498],[169,-8],[-30,-162],[-111,-103],[91,-232],[-6,-189],[132,-16],[120,-298],[-27,-91],[-220,173],[42,-1482],[-37,-536],[36,-463],[-86,-82],[15,-142],[280,-56],[1,-330],[-163,-101],[-211,-8],[130,-306],[-117,-62],[52,-500],[-75,-76],[59,-307],[-233,-126],[151,-871],[-39,-220],[-152,10],[-48,-588],[52,53],[96,-243],[-98,-171],[100,-882],[-27,-287],[58,-42],[142,-612],[187,-138],[12,-591],[154,-417],[25,-279],[58,-69],[-50,-185],[100,-465],[-102,-56],[6,-166],[-99,-93],[-167,163],[-103,-67],[-15,-240],[-146,65],[-201,-175],[-663,-53],[-81,87],[-37,-124],[-76,122],[-165,-27],[41,-404],[-18,-389],[114,-606],[126,-211],[206,-215],[36,-476],[144,-81],[-160,-304],[77,-216],[198,-2],[212,-213],[37,-386],[129,-381],[182,-124],[-20,-435],[89,-200],[13,-249],[121,-357],[-232,-432],[65,-333],[103,-136],[45,-425],[-16,-219],[125,50],[-31,-183],[221,-140]],[[28864,64816],[12,693],[-31,249],[-157,428],[-139,166],[-181,344],[-251,46],[-218,109],[-219,28],[-167,-106],[-274,191],[-193,309],[-65,188],[-125,712],[-152,324],[-40,294],[-92,116],[-232,91],[-181,172],[-603,239],[-306,486],[-215,224],[-200,7],[-209,169],[45,953],[-24,250],[-93,408],[74,500],[-48,433],[94,283],[208,65],[-184,221],[-165,-2],[-570,231],[-48,165],[-200,-186],[-52,-151],[159,46],[-87,-340],[-246,357],[-57,283],[-132,40],[-135,-130],[-242,256],[-108,46],[-114,261],[-207,215],[-23,179],[-141,253],[-15,196],[-126,119],[-62,315],[-200,236],[-16,266],[-94,119],[-284,154],[-199,157],[-212,84],[-166,739],[-115,198],[-214,231],[-177,262],[-79,213],[155,161],[-267,344],[-143,54],[-52,219],[-206,339],[-191,54],[72,98],[-54,199],[9,496],[-120,350],[-85,10],[66,336],[-80,373],[-164,125],[-172,-77],[-193,103],[-59,208],[121,407],[13,176],[-159,215],[-26,227],[-222,331],[-59,244],[-170,249],[-90,391],[-136,289],[-44,314],[-258,130],[45,468],[-91,375],[25,600],[-70,264],[-151,227],[-120,12],[48,194],[-20,440],[-50,206],[-239,456],[-135,170],[-279,706],[-161,804],[83,446],[14,431],[-101,488],[114,-350],[95,210],[10,215],[-135,644],[-276,183],[-57,98],[-152,0],[-309,134],[-609,174],[-46,121],[-199,49],[45,225],[-87,367],[-10,249],[-152,213],[-364,251],[-152,168],[-276,54],[-126,143],[19,-291],[56,-89],[-98,-180],[-93,17],[-29,-223],[-385,12],[-187,108],[-294,261],[-120,215],[-485,414],[-196,329],[-206,150],[-185,-15],[-141,93],[-108,216],[-157,1]],[[27154,52895],[-5,-79],[-226,89],[-155,596],[14,159],[-67,183],[28,283],[411,-1231]],[[25407,54981],[205,-319],[-59,-266],[-129,-130],[6,165],[-100,91],[-60,344],[137,115]],[[25290,55305],[92,-194],[-155,97],[63,97]],[[24294,58134],[121,-291],[209,-73],[87,-126],[12,-323],[140,-417],[-178,-79],[29,118],[-252,318],[-87,408],[-98,54],[17,411]],[[24355,59238],[-58,-207],[-80,79],[138,128]],[[24084,61470],[44,-652],[-140,261],[13,237],[83,154]],[[23259,61485],[66,-248],[-104,-27],[-39,244],[77,31]],[[23180,63447],[-65,-210],[42,-369],[-122,182],[-233,-513],[-9,-215],[-67,-96],[7,-224],[-85,79],[62,590],[129,324],[-23,291],[151,137],[69,-75],[144,99]],[[19961,69935],[117,-236],[-50,-156],[-82,37],[-74,291],[89,64]],[[20389,70944],[51,-131],[-111,22],[60,109]],[[10141,73423],[109,-116],[-48,-82],[-61,198]],[[17802,74053],[25,-196],[-47,-562],[164,-202],[51,-386],[136,-254],[57,3],[149,-324],[204,-69],[336,-253],[202,-215],[114,-326],[64,-586],[197,-340],[130,-400],[-51,-232],[182,-265],[219,-172],[252,-80],[175,-109],[-166,-351],[-13,-392],[109,-138],[81,-247],[151,-209],[252,236],[234,-277],[79,-200],[176,-201],[58,-145],[274,-271],[-24,-690],[41,-113],[335,-190],[-69,-331],[10,-237],[232,-406],[39,-324],[-39,-163],[160,-762],[82,-195],[-84,-279],[32,-128],[-67,-191],[63,-329],[14,-404],[51,11],[39,-364],[246,-245],[100,-611],[248,-494],[312,-56],[-33,-351],[73,-190],[76,-413],[145,-277],[-35,-214],[77,-256],[41,-330],[87,-105],[53,-249],[108,-99],[53,-171],[162,-95],[35,-269],[203,-450],[89,-422],[-116,-580],[-106,-159],[-40,-290],[33,-577],[136,-293],[-20,-310],[50,-301],[114,-194],[105,-348],[174,-243],[486,-188],[302,41],[-13,293],[-93,127],[-11,313],[133,207],[200,-44],[-8,-138],[137,-142],[59,-223],[304,-239],[222,-274],[63,-609],[183,-111],[320,182],[76,-225],[-109,-268],[56,-350],[150,-177],[234,-428],[-42,-358],[80,-445],[534,-382],[157,-156],[-37,-142],[61,-226],[113,-204],[-22,-160],[58,-177],[-58,-66],[22,-390],[-96,-575],[-244,-491],[-138,-155],[-291,-131],[-142,-164],[-56,-217],[-184,-128],[-60,-187],[-142,-189],[-153,-55],[25,-74],[-218,-21],[-173,185],[-105,203],[-149,422],[-44,422],[-129,735],[-17,313],[-328,1042],[-140,341],[-207,301],[-563,426],[-151,157],[-263,381],[-443,819],[-617,955],[-325,365],[-396,392],[-490,440],[-404,275],[-168,54],[-350,-97],[-57,-222],[-120,228],[-598,729],[-509,409],[-7,133],[-223,386],[122,173],[-12,233],[-130,238],[-171,107],[-119,-99],[-93,110],[74,216],[253,1118],[142,840],[53,607],[68,356],[57,694],[-10,1435],[-91,362],[-197,946],[-126,259],[-242,207],[-7,150],[-107,436],[-198,361],[-206,81],[-79,-152],[-492,516],[-82,-51],[-101,227],[-314,357],[-183,266],[-343,347],[-277,398],[-187,169],[-41,125],[-194,167],[-202,56],[-61,292],[-281,250],[-280,58],[-157,-105],[-116,-382],[-93,-88],[-194,137],[-132,259],[-169,125],[-143,597],[-160,265],[-141,135],[-229,103],[-176,-148],[-158,270],[-29,169],[-215,344],[-181,140],[-275,50],[-61,-121],[-294,296],[-150,-21],[9,160],[-177,120],[4,593],[-64,400],[-210,228],[-69,138],[-222,165],[-228,106],[-123,406],[-108,153],[-156,2],[-33,126],[-187,144],[-33,167],[-142,122],[-44,-64],[-107,243],[-72,339],[-80,138],[83,75],[129,-166],[286,15],[224,-41],[46,-91],[319,-8],[140,-120],[278,-73],[226,68],[100,-77],[185,133],[356,413],[112,-39],[92,134],[1,297],[191,316]],[[55549,55118],[182,-527]],[[55731,54591],[-342,-644],[-299,-341],[-193,299],[-20,302],[-165,-1010],[-342,-235],[-136,-25],[76,-1325],[-425,-583],[-346,-526],[-1066,-1481],[-749,-412],[-347,-104],[-147,40],[0,208],[-72,14],[-6,254],[-140,-5],[-49,-449],[-135,-246],[131,-217],[-98,-42],[-11,-228],[157,-123],[-4,-221],[84,-208],[-144,-470],[69,9],[145,-1004],[212,-452],[584,-754],[273,57],[-62,-512],[166,-64],[-53,-284],[170,-190],[37,127],[114,-43],[-34,156],[158,65],[126,-36],[259,543],[20,243],[222,246],[19,226],[253,27],[194,-197],[-96,-198],[135,-94],[138,-408],[24,-421],[-89,-299],[-191,15],[-24,-544],[-161,32],[42,-264],[89,-84],[-77,-179],[97,-13],[192,-304],[-84,-181],[68,-227],[-67,-266],[-10,-233],[83,-262],[-146,-42],[-178,-314],[63,-131],[-229,-225],[-42,-317]],[[53352,40017],[-45,-61]],[[53307,39956],[-84,65],[-80,246],[-24,339],[-255,-51],[-27,186],[-162,178],[-126,224],[-350,78]],[[52199,41221],[-8,70],[-327,383],[-183,102],[79,210],[3,361],[-71,43],[-47,315],[-120,40],[-98,-114],[-148,28],[10,312],[-85,84],[-238,66],[-187,454],[-30,-376],[-210,-134],[-254,-69],[-10,-236],[-171,-98],[-452,4],[-3,-253],[91,-95],[-157,-670],[-207,-193],[-20,-150],[-136,-266],[-215,-786],[84,-108],[-19,-189],[341,-433]],[[49411,39523],[-52,-154],[-136,-115],[126,-411],[221,-129],[-5,-164],[205,-48],[22,-181],[-94,-298],[-14,-210],[51,-230],[-163,-146],[-64,222],[-176,-359],[-66,67],[-77,-185],[-262,-312],[-37,-179],[-118,53],[-154,248],[-94,-97],[-102,95],[-81,-359],[41,-224],[-85,-123],[127,-179],[-52,-133],[-165,-114],[-261,223],[-143,-53],[-70,-182],[-63,70],[-137,-119],[-90,53],[-155,347],[6,124],[-166,31],[-111,-86],[-22,102],[-133,-162],[-133,88],[-49,253],[-76,101]],[[46604,36648],[-18,480],[-78,33],[-160,-123],[-15,218],[182,167],[483,92],[20,120],[-110,374],[-103,-27],[-48,-261],[-227,391],[-135,16],[91,215],[-69,129],[25,151],[124,102],[171,-87],[5,164],[145,-8],[-22,320],[81,164],[58,353],[-65,184],[-137,167],[146,8],[74,155],[102,-109],[2,143],[193,375],[200,36],[21,155],[188,256],[41,-91],[232,-14],[-30,157],[286,88],[11,270],[-146,49],[89,179],[154,125],[-80,142],[-11,209],[168,161],[-10,145],[-136,249],[-290,34],[-100,-83],[39,245],[131,146],[0,166],[-95,-24],[-65,166],[-41,-96],[-168,112],[-63,-127],[-186,-115],[68,-189],[-36,-306],[83,153],[96,-49],[-46,-358],[-81,65],[-224,-163],[-94,-534],[-105,-74],[-138,28],[0,105],[-204,-18],[-76,-154],[-251,63],[-21,105],[93,211],[96,396],[99,214],[-122,97],[9,264],[89,-28],[40,379],[69,167],[-40,483],[-105,211],[-137,-90],[-206,147],[-132,-101],[-56,-429],[-74,-277],[-4,-279],[-107,-186],[54,-302],[-110,-666],[-122,387],[-76,525],[188,453],[-61,322],[73,155],[-41,109],[63,290],[258,203],[60,596],[-80,57],[-233,-1],[-174,112],[-369,-38],[-148,-276],[182,-134],[-31,-91]],[[45374,44648],[31,-309],[136,-280],[-105,-46],[228,-261],[-86,-308],[-138,-128],[-34,-248],[-107,64],[-144,-118],[135,613],[-87,367],[-131,-97],[23,-105],[-163,94],[-93,-53],[-16,-262],[87,-88],[24,-268],[-139,170],[-144,-163],[-6,-240],[-114,-26]],[[44531,42956],[-2,114],[-180,117],[3,128]],[[44352,43315],[167,347],[-79,345],[192,332],[-91,293],[82,376],[132,340],[108,-104],[337,52],[-98,225],[13,392],[-140,221],[-50,183]],[[44925,46317],[-20,147],[5,803],[136,296],[61,950],[141,596],[217,282],[334,358],[41,270],[89,61],[119,-145],[83,345],[-208,18],[32,119],[-68,282],[147,302],[-118,369],[70,182],[40,313],[-61,-3],[-110,236],[197,181],[363,497],[109,104],[77,-215],[243,485],[-30,484],[196,9],[71,167],[135,126],[69,489],[104,-40],[327,32],[91,102],[97,-166],[181,99],[212,-184],[174,356],[189,-183],[51,135],[209,-160],[28,179],[190,-420],[136,117],[117,-166],[150,-10],[282,132],[26,71],[229,-18],[169,110],[1,345],[-45,671],[-56,534],[-171,1058],[-336,224],[0,197],[94,-1],[45,165],[-129,319]],[[49650,57923],[704,-368],[-54,640],[531,51],[182,-37],[492,-262],[734,-292],[54,-251],[185,-530],[277,-196],[91,114],[175,-138],[-25,-253],[-101,61],[59,-229],[507,-123],[188,283],[189,138],[444,-263],[117,-462],[116,-320],[148,-176],[384,-268],[179,228],[172,-156],[151,4]],[[40734,65954],[78,-101],[48,115],[166,-66],[108,91],[66,-119],[-28,-147],[125,-128],[93,145],[73,-148],[514,327],[142,-561],[187,199],[98,-41],[214,341],[281,-9],[195,-88],[403,-680],[83,63],[61,-219],[232,408],[16,287],[193,757],[328,286],[140,379],[-98,193],[7,210],[133,239],[142,-358],[139,-19],[436,-168],[40,172],[120,18],[3,-132],[419,2],[511,-158]],[[46402,67044],[129,-32],[68,-148],[829,-496],[181,-1322],[175,-425],[-282,-782],[14,-1552],[74,-192],[-11,-356],[-181,-663],[-130,-89],[-94,-361],[-126,-110],[60,-110]],[[47108,60406],[335,-558],[88,-35],[14,-214],[-221,151],[-176,-129],[-52,-274],[-97,-190],[42,-193],[74,-31],[124,-276],[111,-130],[128,-371],[303,-276],[-38,-208],[88,-140],[-40,-170],[511,-758],[287,-182],[101,29],[161,-101],[211,-217],[10,170],[578,1620]],[[44352,43315],[-72,66],[-385,-250],[-40,-171],[-142,241],[-131,126],[-31,267],[-165,9],[-5,425],[-42,142],[-142,-51],[-147,78],[-55,401],[-251,28],[-12,-226],[-310,-559],[-85,-36],[-62,478],[-206,389],[48,173],[520,272],[-73,60],[31,284],[-84,150],[-83,-75],[-90,173],[-5,251],[-65,168],[40,168],[-53,141],[-197,-99],[-275,-31],[-424,2],[-81,-71],[-97,434],[-13,295],[-107,56]],[[36007,61199],[300,-101],[80,-397],[407,74],[229,-94],[134,107],[80,259],[216,232],[227,357],[-290,-276],[-13,1216],[40,219],[288,111],[36,178],[-85,304],[40,285],[137,149],[-55,356],[380,795],[80,-74],[37,178],[-85,-21],[15,180],[104,52],[71,335],[-38,223],[-83,136],[123,70],[68,613],[94,210],[184,106],[-142,77],[-4,245],[166,39],[77,-111],[170,470],[341,-449],[142,-121],[90,35],[283,-476],[-58,209],[151,83],[225,-530],[233,-15],[-58,378],[222,-753],[167,-21],[1,-87]],[[47640,79574],[-160,-461],[-145,-280],[-20,-157],[-330,-966],[-135,-296],[-124,156],[-163,-586],[17,-113],[-273,-868],[-122,-298],[-313,-1035],[-188,-774],[154,-76],[-47,-239],[-155,74],[-56,-507],[185,-48],[-109,-161],[171,-320],[-49,-454],[43,-307],[45,35],[46,-316],[-70,-1310],[141,-72],[39,-304],[66,-162],[-2,-488],[51,-185],[88,-52],[33,-324],[-111,-76],[-14,-155],[-213,-253],[1,-212],[227,-330],[81,-37],[173,-573]],[[30449,92377],[1728,4],[0,2477],[995,-4],[2000,4],[2304,1],[129,-200],[116,92],[219,-176],[247,-605],[72,-332],[97,-93],[95,-348],[274,-311],[181,-150],[227,-31],[152,-149],[77,-289],[190,-126],[239,-476],[65,-194],[101,-17],[103,-156],[193,-116],[139,-176],[152,-519],[442,-487],[67,-228],[239,-255],[91,70],[100,-166],[129,60],[179,-298],[134,-14],[201,-368],[149,21],[115,-421],[139,-27],[168,-500],[17,-398],[65,-146],[-36,-133],[150,-130],[-34,-87],[197,-436],[93,-70],[138,-439],[-31,-244],[25,-336],[-57,-126],[105,-520],[-29,-152],[153,-315],[43,-221],[89,-113],[134,-382],[16,-326],[243,-389],[217,-209],[41,-156],[151,-130],[235,-37],[172,-178],[-28,-141],[175,-355],[172,-99],[221,-295],[202,-131],[601,-169],[5,-205],[123,-33],[74,-221],[521,-129],[379,-627],[240,-140],[38,153],[123,-235]],[[11613,21049],[122,13],[-21,-113],[-181,-52],[-16,136],[96,16]],[[23407,23761],[216,-343],[-8,-357],[-91,-74],[-68,138],[-147,62],[-99,284],[101,84],[96,206]],[[47066,24373],[-221,-324],[-45,-190],[-147,120],[-66,-143],[75,-146],[-10,-215],[-248,-252],[-124,-394]],[[46280,22829],[-306,481],[-355,389],[-112,167],[-431,393],[-323,232],[-358,198],[96,192],[-14,147],[-137,164],[-106,23],[-28,-152],[-66,88],[-81,-110],[-150,211],[-633,285]],[[43276,25537],[46,49],[270,-194],[-33,155],[75,14],[69,306],[100,131],[103,-152],[160,244],[125,66],[-4,-122],[182,125],[91,-56],[211,180],[183,-56],[212,102],[-33,182],[135,217],[61,232],[-50,36],[47,222]],[[45226,27218],[32,85],[306,-239],[206,-108],[33,159],[214,-289],[332,250],[81,199],[228,109],[8,-206],[147,-378],[98,-99],[72,-200],[91,-77],[-64,-250],[-27,-445],[55,-187],[-82,-349],[3,-264],[107,-212],[0,-344]],[[38424,37575],[-74,-226],[-86,129],[160,97]],[[37772,38282],[182,-62],[54,-124],[-83,-224],[-341,254],[112,161],[76,-5]],[[37083,39377],[247,-64],[124,-137],[-9,-125],[99,-175],[-85,-295],[-38,80],[-267,213],[-80,300],[9,203]],[[37019,39823],[45,-205],[-89,47],[44,158]],[[44531,42956],[-10,-371],[-104,-172],[-115,-732],[11,-329],[-26,-428],[277,136],[116,-180],[164,102],[61,-80],[-83,-336],[11,-325]],[[44833,40241],[209,-331],[246,23],[213,-121],[178,10],[-17,-146],[137,-267],[-126,-317],[71,-126],[-49,-160],[101,-117]],[[45796,38689],[110,-88],[16,-203],[157,-143]],[[46079,38255],[68,58],[95,-135],[91,-272],[-136,-86],[72,-200],[-25,-205],[-171,-201],[-47,-281],[-137,-1],[-176,-99],[-182,112],[-133,-138],[-57,-166],[-103,-49],[-101,75],[-191,-88],[-136,42],[-67,-228],[46,-112],[-54,-438]],[[44735,35843],[-42,-160],[24,-292],[100,-51],[-145,-217],[-100,-304],[-128,-142],[-134,11],[38,-160],[-80,-151],[150,77],[97,-151],[46,70],[123,-491],[-32,-501],[-68,80],[-37,384],[-200,209],[-145,305],[-170,125],[-167,210],[-124,386],[-151,124],[-68,-63],[-217,114],[6,73],[-159,143],[14,119],[-181,102],[-168,-22],[-416,-604],[-120,70],[-106,-51],[-27,118],[-120,-58],[-168,-231],[-102,-334],[-6,-293],[-76,51],[-119,-163],[-29,-243],[-117,-172]],[[41411,33760],[-102,315],[-160,179],[-110,-144],[-380,194],[81,101],[135,478],[81,58],[74,246],[134,127],[131,285],[14,156],[144,-46],[85,140],[40,245],[-16,450],[53,140],[-46,572],[-47,225],[88,339],[94,197],[-29,231],[-116,212],[-98,-82],[-458,484],[-116,213],[-264,930],[-234,608],[-100,307],[-51,298],[21,777],[-68,804],[-96,524],[-190,696]],[[56966,31651],[16,53],[268,-168],[250,-343],[-33,-160],[-139,-180],[121,-74],[-12,-297],[201,-173]],[[51330,18739],[-173,-135],[-373,298],[-567,277],[-377,158],[-344,70],[-218,116],[-625,488],[-244,126],[-163,-4],[-302,210],[-270,98],[-618,439],[-120,294],[1,123],[-158,530],[-157,265],[-254,259],[76,149],[-164,329]],[[47066,24373],[16,83],[336,1],[143,-36],[341,277],[60,-305],[98,-177],[154,-33],[184,505],[106,42],[25,129],[104,-2],[-74,143],[-13,294],[124,-68],[63,297],[143,31],[98,144],[121,-37],[290,311],[262,-234],[103,272],[0,179],[85,154],[31,228],[103,264],[16,287],[66,63],[-106,119],[-10,157],[-246,-215],[-101,143],[-82,-82]],[[49506,27307],[-75,2],[89,233],[-31,382],[-170,88],[-66,319],[47,95],[-95,214],[-28,203],[80,192],[157,8]],[[49414,29043],[42,470],[-167,284],[-310,135],[-64,-49],[-153,163],[-134,-70],[-68,-133],[-111,202],[93,280],[-64,234],[28,257],[106,-58],[234,56],[-93,191],[248,-73],[186,-284],[-10,172],[115,1],[166,158],[161,28],[-18,256],[183,65],[50,213],[188,-33],[100,84],[-35,95],[312,253],[209,-72],[181,163],[174,-121],[143,117],[101,-7],[23,126],[229,31]],[[51459,32177],[270,-26],[-46,-176],[111,73],[144,-102],[-49,-199],[80,-46],[-53,-147],[200,-453],[168,200],[84,-109],[68,78],[83,-95],[104,53],[106,-108],[25,146],[126,113],[59,399],[120,-8],[113,124],[167,-116],[115,94],[60,-214],[-45,-108],[124,24],[78,-143],[132,-61],[-31,-229],[-180,33],[-7,-211],[105,-181],[-61,-41],[45,-264],[-23,-220],[336,17],[295,-67],[129,78],[-42,318],[129,-208],[183,156],[182,-14],[78,-116],[-68,-105],[146,-186],[-114,-243],[125,-216],[53,188],[122,-2],[231,-151],[35,240],[103,-125],[38,-220],[104,-15],[96,157],[177,127],[126,-42],[79,190],[119,1],[-110,-138],[207,-4],[-28,-235],[76,193],[159,120],[311,55],[15,411],[-100,88],[-6,221],[66,84],[49,456],[100,181],[-86,200]],[[49411,39523],[156,47],[16,131],[181,82],[118,-129],[130,-2],[357,-385],[228,-126],[138,-157],[96,171],[215,20],[40,209],[115,-36],[114,94],[150,398],[131,196]],[[51596,40036],[45,219],[499,313],[134,-16],[8,189],[-159,-49],[-17,242],[91,81],[2,206]],[[53307,39956],[-89,-116],[-148,6],[18,-234],[70,-7],[-113,-568],[23,-131],[-172,-435],[163,-352],[51,-250],[-75,10],[-260,-153],[115,-211],[-2,-305],[-136,-29],[-259,-200],[-60,-557],[-145,-105],[50,-168],[-170,-63],[-111,-366],[-6,-167],[-90,-235],[-247,-402],[-84,-201],[-91,-39],[-79,-325],[70,-18]],[[51530,34335],[30,-208],[94,18],[64,-137],[-16,-225],[162,-69],[52,-312],[-103,-396],[-61,68],[-182,-563]],[[51570,32511],[-9,-22]],[[51561,32489],[-102,-312]],[[43276,25537],[13,173],[-152,75],[12,85],[-253,-12],[69,268],[-121,133],[-171,-116],[-175,133],[-301,431],[21,264],[-151,185],[-50,491],[-68,129],[-76,-42],[-92,204],[-109,70],[-200,295],[-257,682],[-206,416],[-304,728],[-137,458],[18,479],[-52,276],[-306,470],[-97,275],[-24,231],[131,106],[122,232],[268,115],[225,18],[419,103],[213,240],[80,333],[-40,193],[-114,102]],[[85079,14950],[38,-189],[229,-143],[18,-167],[79,124],[189,-81],[-11,-326],[131,-81],[29,-164],[131,-267],[171,-77],[4,-133],[176,-288],[-7,-120],[188,-94],[80,-108],[-8,179],[82,-11],[-52,-165],[127,-39],[53,-218],[103,26],[93,-148],[161,4],[5,-126],[123,-68],[172,-230],[164,-461],[12,-240],[87,-104],[-65,-73],[3,-234],[85,14],[105,-289],[340,-70],[-27,-181],[198,7],[70,-186],[11,-284],[-136,-324],[59,-105],[-100,-59],[3,-357],[90,-130],[-99,-379],[47,-106],[-1617,-2],[-2455,0],[-1509,-4468],[475,-1050],[-123,-333],[-90,30],[-76,-170],[6,-637],[-113,-221],[74,-296],[-24,-172],[68,-133],[5,-305],[-75,-133],[-40,-335],[-140,-254],[-930,1537],[-504,919],[-667,1190],[-840,1354],[-551,827],[-675,919],[-487,593],[-268,287],[-419,356],[-254,105]],[[77001,8087],[-113,106],[-211,662],[-21,200],[192,203],[50,330],[-57,295],[-276,725],[854,3714]],[[77419,14322],[20,148],[108,48],[73,288],[99,115],[346,57],[-5,165],[178,158]],[[78238,15301],[306,732],[86,565],[99,-26],[15,199],[86,42],[112,300],[90,20],[10,275],[-119,413],[120,-52],[54,451],[-45,202],[28,258],[121,35],[95,250],[99,-169],[106,56],[198,-157],[169,-249],[-128,-190],[51,-165],[65,105],[173,-2],[86,-232],[-93,-168],[-49,-264],[66,-104],[-23,-447],[126,-226]],[[80142,16753],[38,-270],[151,-257],[21,108],[159,43],[177,-164],[38,-264],[-117,-77],[223,-24],[48,-298],[130,-67],[163,175],[58,357]],[[81231,16015],[206,261],[-10,154],[81,161],[131,3],[31,127],[266,-17],[269,263],[1,466],[69,60],[170,-117],[137,285],[187,234],[130,-114],[127,499],[102,-55],[-45,155],[179,125],[92,140],[150,-114],[-17,-217],[98,203],[201,-93],[112,98],[109,-280],[-39,-178],[28,-220],[-49,-183],[-101,-35],[290,-193],[190,-172],[101,-294],[-53,-29],[78,-183],[10,-252],[-116,-492],[356,-240],[4,121],[151,-167],[285,-98],[9,-158],[104,-196],[-131,-42],[-45,-281]],[[86505,18053],[1,-3103],[-1427,0]],[[78238,15301],[-105,17],[18,112],[-188,270],[133,176],[91,406],[8,285],[-86,56],[-261,385],[-48,238],[-80,131],[-104,-18],[-239,202],[36,78],[-166,35],[-85,124],[-29,284],[-64,171],[-151,-61],[-34,166],[-146,-6],[-11,487],[81,158],[-71,107],[30,289],[-85,382],[-1,242],[-88,13],[-3,208]],[[76590,20238],[863,473],[856,512],[371,164],[232,66],[939,50],[208,-64],[404,57],[278,184],[203,278],[199,515],[132,-43],[226,63],[330,154]],[[81831,22647],[10,-189],[126,-327],[37,-383],[207,-244],[83,165],[44,-88],[418,7],[14,-656],[-24,-386],[95,-322],[-37,-302],[166,-339],[210,24],[90,-256],[107,-47],[39,-149],[180,-11],[134,-168],[198,-60],[523,-541],[82,214],[-29,164],[34,839],[122,257],[120,23],[59,131],[-2,-217],[249,-257],[165,-108],[182,-7],[346,-484],[231,1],[77,-64],[417,-6],[1,-808]],[[70626,19826],[14,-7]],[[70640,19819],[107,49]],[[70747,19868],[75,41]],[[70822,19909],[127,-8]],[[70949,19901],[45,-87],[223,-36],[106,-986],[-158,-577],[-54,-394],[-112,-202],[94,-103],[22,-189],[111,-169],[141,-105],[37,-132],[-92,-14],[185,-116],[133,-369],[180,155],[148,-68],[231,152],[129,218],[22,-77],[162,324],[63,-17],[119,163],[109,10],[120,259],[98,-24],[82,118],[153,-261],[10,-204],[-210,-77],[-78,-141],[80,-76],[557,-1256],[328,-228],[258,-112],[-59,-237],[-42,-409],[3329,-312]],[[77001,8087],[-638,516],[-573,337],[-493,186],[-455,91],[-567,31],[-649,-168],[-229,28],[-30,-113],[-256,-53],[-137,-277],[-196,-111],[-125,-228],[33,-140],[-186,-132],[-27,-114],[-147,0],[-270,-100],[-295,-247],[-331,-91],[-32,-135],[-326,-114],[-261,-137],[-284,-214],[-70,-112],[-149,-35],[-32,-117],[-333,-313],[-386,2],[-234,67],[-217,-205],[-163,3],[-475,328],[-490,121],[-220,226],[-271,137],[-103,123],[-41,175],[-131,47],[-282,267],[-257,117],[-265,34],[-33,-44],[-351,94],[-163,86],[-108,-35],[-238,81],[-123,-82],[-342,108],[-544,648],[-403,383],[-433,366],[-210,86],[-357,81],[-464,270]],[[63042,18330],[133,98],[150,1]],[[63325,18429],[103,49],[63,234],[112,-311],[220,102],[49,361],[142,108],[321,-11],[244,-70],[3,-278],[371,-14],[26,194],[120,115],[45,183],[185,-14],[4,111],[-230,255],[-86,-178],[25,-174],[-112,-174],[-51,129],[24,295],[77,100],[-123,88],[-57,334],[72,162],[-46,101],[196,498],[239,-39],[211,95],[34,-75],[24,-472],[-53,-102],[141,-125],[1,-117],[121,-152],[81,-385],[234,-35]],[[66055,19217],[185,414],[108,-31],[140,262],[300,158],[73,-52],[147,204],[107,-236],[89,-53],[200,46],[5,101],[201,317],[141,-60],[148,123],[122,14],[92,298],[-15,109],[119,98],[98,300],[78,15]],[[68393,21244],[-15,-119],[164,7],[0,203],[-78,60],[69,288],[-6,199],[-129,99],[87,129],[-8,152],[85,238],[-26,249],[386,-449],[166,10],[162,-106],[116,-343],[55,-375],[159,-162],[16,-154],[95,-97],[11,-201],[134,-307],[-55,-54],[224,-553],[99,30],[21,-147],[182,14],[119,106],[56,-169],[144,34]],[[58774,38286],[7,-660],[-60,-97],[116,-359],[65,114],[208,-64],[-87,-185],[34,-230],[-160,54],[-286,-427],[-186,64],[-310,268],[-126,-796],[63,-150],[-50,-175],[-122,77],[-62,-432],[52,-74],[-169,-78],[-56,82],[-206,-1],[-198,187],[-6,-229],[-216,-213],[-253,-14],[-125,67],[1,126],[-171,-295],[18,-91],[-182,-126],[-14,-305],[47,-210],[-149,-105],[45,-222],[63,-31],[35,-207],[167,-98],[41,-341],[-63,7],[-9,-202],[61,-247],[39,-461],[211,-78],[54,-336],[131,-142]],[[53352,40017],[71,96],[162,-13],[178,79],[147,-22],[87,-124],[98,59],[314,-363],[322,44],[245,-69],[218,-216],[-28,-76],[274,-194],[-73,-251],[405,-245],[37,-134],[115,-14],[74,-126],[69,103],[66,-206],[255,201],[220,4],[27,72],[-95,210],[83,187],[26,208],[319,139],[246,-24],[331,-291],[288,-420],[42,-190],[332,16],[-24,-111],[66,-245],[119,-74],[123,140],[159,-65],[124,184]],[[61054,37116],[-59,-239],[67,-106],[-5,-308]],[[61057,36463],[-384,-138],[-125,-177],[-100,-25],[-194,250],[-119,-254],[-161,6],[106,-294],[-68,-175],[-17,-347],[-80,-158],[-126,-415],[-84,-56],[-24,-234],[-184,-327],[57,-178]],[[59554,33941],[89,-252],[-225,-133],[-160,-228],[-32,67],[-195,-172],[-98,7],[-318,-182],[-98,-1507]],[[58774,38286],[89,155],[9,302],[270,-53],[111,-337],[241,-332],[-11,-99],[204,-39],[58,136],[114,12],[57,-109],[138,430],[-12,225],[222,-83],[98,193],[-16,220],[169,133],[24,186],[94,21],[51,-235],[131,-168],[-36,-341],[51,-407],[87,-287],[17,-247],[-115,-7],[-27,-178],[105,-161],[157,-100]],[[57744,47834],[-44,-171],[8,-409],[147,-27],[-1,-139],[148,-197]],[[58002,46891],[-140,-157],[-23,-192],[-80,62],[32,-216],[-69,39],[3,-324],[208,6],[47,-515],[-229,-337],[251,-203],[206,141],[232,-18],[129,-98],[-17,-288],[134,-112],[71,59],[186,-49],[131,119],[385,-220],[81,-157],[127,45],[-158,677],[212,-18],[111,-424],[179,36],[38,-226],[138,32],[181,-669],[111,-552],[367,-35],[189,49],[406,-124],[133,-208],[56,69],[161,-63],[220,71],[18,66],[237,136]],[[62266,43293],[-35,-188],[313,9],[11,-136],[138,-58],[181,-229],[99,52],[131,-273],[117,-4],[-20,-106],[153,39],[-59,-115],[26,-190],[-302,-326],[-6,-396],[-191,-526],[-87,102],[-166,-56],[68,-196],[129,88],[43,-121],[-141,29],[-16,-400],[96,-167],[74,48],[126,-399],[-185,-217],[-62,-159],[-108,112],[20,-187],[-229,-167],[26,-340],[76,-288],[216,-210],[49,-221],[-16,-182]],[[62735,37915],[36,-158]],[[62771,37757],[20,-52]],[[62791,37705],[-38,-155],[-72,123],[-197,-139],[-133,44],[-125,-134],[176,-171]],[[62402,37273],[89,-103],[-31,-501],[-104,-104],[-127,102],[-45,-214]],[[62184,36453],[-57,119]],[[62127,36572],[-83,31]],[[62044,36603],[-251,-157],[-83,87]],[[61710,36533],[-113,90],[-101,190],[-96,463],[-346,-160]],[[55731,54591],[98,170],[339,-495],[12,-290],[-105,-674],[152,-11],[-27,-252],[-63,-24],[304,-187],[-68,-117],[46,-259],[-54,-251],[-68,-583],[72,-172],[-32,-255],[165,-239],[24,-324],[141,-343],[-100,-239],[-46,-360],[69,-10],[33,-302],[-110,92],[-73,-590],[191,-301],[-84,-837],[12,-109],[466,-175],[27,182],[-128,-36],[-32,420],[214,-24],[88,270],[184,-67],[-26,-262],[392,-103]],[[64402,28029],[16,-3]],[[64418,28026],[66,-24],[66,-216],[97,40],[150,-204],[-67,-283],[138,-194],[163,162],[-8,-143],[132,-81],[51,-137]],[[65206,26946],[10,-1]],[[65216,26945],[96,-215],[85,-58],[164,-276],[-63,-144],[-141,-113],[-171,106],[-82,-119],[-92,98],[-193,-88]],[[64819,26136],[-28,-84],[61,-260],[-130,-119],[-114,-203],[-221,186],[-105,181],[-33,-115],[-244,-411],[-147,-167],[-77,193],[-255,126],[-308,347],[-39,202],[-92,159],[8,133],[-105,51],[-91,195],[-168,550],[-149,32],[-65,-95],[-195,91]],[[62283,27900],[164,-28],[108,202],[91,-106],[46,86],[52,-175],[337,83],[96,-45],[184,418],[-25,203],[203,-11]],[[63539,28527],[6,-18]],[[63545,28509],[32,9]],[[63577,28518],[53,-236],[249,-35],[141,102],[46,-92],[125,317],[76,-239],[-19,-249],[154,-57]],[[65264,34337],[0,-1]],[[65264,34336],[0,1]],[[65264,34337],[-25,-195],[-77,-50],[3,-169]],[[65165,33923],[8,-321],[112,-36],[-6,-153],[97,-197]],[[65376,33216],[87,-154],[22,110],[191,-49],[154,-367],[-110,9],[-79,-166],[-104,-44],[-39,-244],[-88,14],[-111,242],[-62,13],[-114,-417],[71,-167],[145,-172],[55,164],[-7,-260],[-240,-127],[69,-198],[-19,-277],[192,-154],[157,99],[84,-89],[6,-263],[132,-177],[206,275],[-21,116],[123,142],[-4,223],[60,121],[123,-76],[80,95],[30,-168]],[[66365,31270],[402,-202],[252,-168],[45,47]],[[67064,30947],[87,-130],[-112,-150],[-120,-305],[-36,-218],[-170,-207],[17,-243],[-123,-220],[-65,-357],[-21,-505],[-35,-104],[92,-251],[-70,43],[-241,-351],[-44,70],[-56,-217],[24,-257],[69,-252],[179,-61],[-30,-289],[-101,-15],[91,-294],[72,91],[262,-59],[140,-123],[31,-277],[108,110],[218,-135],[171,79],[88,-142]],[[67489,26178],[92,-64],[-49,-248],[-173,-212],[79,-292],[-33,-89],[-106,162],[-424,10],[27,-98],[-187,-238],[-20,-376],[-57,-169],[74,-101],[50,-484],[-163,-143],[-75,-262],[-102,-156],[69,-157],[-57,-246],[82,-291],[64,52],[97,-252],[106,84],[308,-260],[-10,-140],[216,-578],[95,186],[293,298],[86,-105],[83,76],[102,-176],[135,-98],[86,72],[49,-453],[167,-186]],[[63577,28518],[188,126],[4,131],[-128,64],[-102,365],[-150,60],[142,226],[6,114],[164,288],[111,-49],[64,101],[-64,371]],[[63812,30315],[75,271],[149,141],[37,129],[-120,17],[27,195],[-64,211]],[[63916,31279],[-117,212],[-185,-226],[-85,-13],[-44,258],[94,212],[242,-36],[-11,229],[173,3],[155,365],[20,144],[185,139],[86,342]],[[64429,32908],[13,129],[226,253],[45,202],[-72,264],[65,175],[-79,74],[136,648],[128,11],[49,-143],[159,93],[187,-151],[-22,-126]],[[62911,37572],[-9,-35]],[[62902,37537],[-236,-522],[86,-109],[152,31],[-42,-111],[91,-145]],[[62953,36681],[32,-138]],[[62985,36543],[54,-59]],[[63039,36484],[11,-23]],[[63050,36461],[254,-12],[134,102]],[[63438,36551],[10,-133],[148,-144],[105,120],[31,-134],[175,-229],[-35,-364],[-111,-12]],[[63761,35655],[-60,-352],[-67,-111]],[[63634,35192],[14,-178],[-103,-185],[98,-380],[-222,-83],[15,99]],[[63436,34465],[-168,196],[28,145],[-264,-72],[-115,-410],[36,-144],[-192,-91],[-114,-234],[79,-42],[327,345],[-89,-241]],[[62964,33917],[-45,-184],[-98,-125],[45,-307],[-128,-22],[-16,-221],[-100,-193],[-124,-74],[150,-333],[2,-387],[93,-138],[187,-46],[234,392]],[[63164,32279],[205,85],[17,151],[129,197]],[[63515,32712],[198,259],[123,7],[302,668]],[[64138,33646],[34,124],[96,-224]],[[64268,33546],[88,-552],[73,-86]],[[62791,37705],[78,40],[42,-173]],[[65062,42505],[-29,-67],[20,-413],[89,-521],[165,-603],[285,-748],[165,-352],[423,-669],[322,-450],[-4,-256],[-142,-658],[-113,-341],[-32,-594],[65,-356],[375,-1388],[164,-456],[110,-502],[-21,-87],[70,-326],[108,-277],[288,-521],[210,-300],[243,-541],[392,-669],[651,-1303],[46,-198],[142,-304],[227,-394],[146,-659],[16,-441],[67,-199],[-1,-254],[196,-454],[-25,-388],[81,-477],[130,-213],[227,-183],[26,-132],[159,-174],[96,-237],[-17,-312],[115,-163],[287,-72],[33,-481],[61,-326],[247,-400],[384,-252],[242,-246],[303,-128],[379,-43],[480,14],[360,-36],[188,-298],[135,-60],[87,-304],[199,-165],[544,-98],[90,-177],[44,-315],[129,-328],[197,-278],[149,-285],[49,-452],[152,-198],[296,-99],[350,71],[708,269]],[[62266,43293],[180,18],[75,-80],[139,31],[325,178],[105,-179],[175,-58],[131,137],[-21,280],[125,-77],[87,98],[187,-21],[22,-234],[219,-141],[31,-166],[152,-108],[216,21],[62,-125],[-96,-169],[139,-21],[67,-205],[127,-188],[138,-81],[61,169],[150,133]],[[58567,72788],[94,24],[63,-227],[64,2],[142,-298]],[[58930,72289],[-625,-715],[22,-316],[502,-300],[40,-880],[216,-961],[91,-200],[-265,-799],[-114,43],[12,-212],[61,112],[385,-147],[-6,-71]],[[59249,67843],[118,-52],[28,-176],[-132,-322],[14,-240],[-123,-174],[-7,-137],[382,-31],[446,-374],[-41,-846],[-67,-504],[95,-255],[118,134],[327,-420],[197,32],[84,-902],[33,-183],[205,106],[8,-57],[219,184],[387,-744],[244,435],[752,-162],[14,-2201],[-3,-705],[505,0],[-6,-231],[-1479,-1877],[-175,-176]],[[61392,57965],[-236,-3],[14,74]],[[61170,58036],[-109,221],[-93,-294]],[[60968,57963],[-97,-96],[-151,-7],[-60,-273],[66,-488],[-154,-304],[80,-470],[-96,-23],[-259,178],[-224,-184],[-75,-170],[-193,-47],[-155,-287]],[[59650,55792],[1,-207],[-230,-116]],[[59421,55469],[-117,13],[-300,-256],[-90,-121],[42,-387],[263,127],[147,-607],[-14,-360],[-174,-681],[-23,-490],[271,-431],[92,-33],[2,-199],[171,-202],[94,-519],[-115,69],[-262,-567],[-135,-87],[-201,93],[-386,42],[-175,-54],[-173,-602],[-143,-594],[125,-978],[-193,73],[-307,18],[-206,-308],[213,-185],[-83,-409]],[[55549,55118],[-18,219],[27,851],[-92,463],[312,459],[-298,429],[59,928],[296,390],[370,103],[467,-175],[353,-203],[20,197],[202,-84],[101,61],[-103,198],[61,74],[-36,217],[-224,184],[-282,-74],[-174,60],[58,400],[-224,131],[-26,159],[-171,42],[18,129],[-125,61],[60,80],[222,-32],[-29,97],[-182,70],[-116,147],[-181,-23],[-124,367],[-162,26],[-78,471],[-176,518],[123,541],[-38,155],[-223,65],[-35,652],[-84,63],[-104,252],[-225,204],[-87,160],[-92,343],[-323,597],[910,1256],[520,752],[196,-667],[242,395],[77,407],[164,269],[-42,276],[34,122],[-14,544],[16,371],[-358,155],[-139,182],[-87,-169],[-74,19],[-161,-195],[-99,154],[-11,667],[494,768],[820,323],[212,1600],[512,630],[597,-1012],[210,326],[282,525]],[[47640,79574],[84,-155],[165,87],[237,-108],[114,66],[48,406],[67,159],[128,55],[130,429],[255,89],[158,180],[-110,166],[79,554],[121,22],[41,240],[-15,231],[95,229],[-27,194],[218,421],[8,241],[140,193],[7,252],[216,74],[186,176],[48,-129],[103,220],[257,-42],[149,-82],[-11,114],[160,478],[122,44],[119,-129],[203,-97],[37,68],[137,-250],[301,-98],[212,164],[78,-110],[231,-12],[109,73],[118,-123],[119,26],[204,-150],[150,53],[275,-11],[89,234],[20,-278],[119,15],[134,141],[26,-200],[166,79],[-55,-118],[133,-242],[55,-297],[168,25],[-29,-236],[49,-207],[53,256],[86,42],[31,-323],[-40,-257],[229,-21],[98,-215],[284,-75],[16,-130],[166,-416],[170,-93],[203,-223],[18,-137],[270,-214],[93,-306],[-35,-84],[211,-295],[80,-44],[62,-200],[59,-488],[-18,-215],[156,-245],[96,-419],[76,1],[46,-375],[79,-93],[36,-454],[158,-93],[-4,-172],[150,-131],[-35,-188],[71,-204],[168,-81],[-102,-116],[101,-272],[-43,-155],[200,-498],[-15,-199],[108,-197],[118,-49],[27,-210],[379,-242],[113,-332],[120,-142],[83,-376],[179,-64],[-17,-177],[143,-277],[-24,-192],[62,-81],[12,-266],[109,-173]],[[58930,72289],[55,-118],[151,-6],[80,-165],[119,82],[140,-148],[139,-266],[-54,-374],[156,-105],[-54,-218],[27,-145],[-52,-405],[-108,-129],[138,-67],[-6,-179],[172,-112],[50,-401],[-44,-147],[35,-327],[-75,-161],[25,-237],[92,-11],[124,-222],[-6,-237],[180,-150],[-25,-148],[193,-203],[80,-305],[9,-232],[98,-113],[28,-378],[67,-192],[34,-461],[126,-64],[115,-271],[-62,-274],[93,-163],[132,91],[84,-111],[111,42],[139,-137],[20,103],[94,-225],[297,75],[86,-230],[309,-363],[41,-132],[252,123],[65,-168],[323,-7],[247,-379],[156,46],[-1,-153],[269,-359],[182,-104],[40,115],[111,-134],[215,98],[16,-168],[120,140],[169,22],[42,-83],[282,73],[51,-67],[186,42],[75,-170],[222,47],[222,-96],[14,-178],[157,-274],[114,-19],[81,-268],[201,-9],[15,-169],[253,-74],[46,270],[-52,91],[83,140],[225,24],[-40,104],[136,-36],[117,87],[198,-49],[-16,-715],[-74,-664],[-86,-408],[-400,-1171],[-370,-1169],[-281,-1150],[-140,-716],[-234,-1447],[-100,-782],[-57,-643],[-67,-1187],[-40,-952],[5,-862],[-20,-705],[-70,-1264],[-19,-587],[30,-1814],[-15,-591],[-71,-559],[-167,-665],[-57,-546],[4,-529],[72,-575],[69,-339],[91,-263]],[[97397,38259],[6,-2697],[-666,-1902],[-689,-1139],[-102,4],[6,-161],[-453,-753],[-404,51],[-139,-203],[-317,-8],[-349,-329],[55,-12],[-16,-257],[-218,27],[-140,-91],[-219,-231],[-31,-436],[-262,-13],[-157,-713],[-149,-2],[-63,-92],[-35,-331],[-107,-51],[-92,144],[-94,-252],[-66,26],[-74,-304],[169,32],[-7,-123],[-106,21],[-16,-169],[-277,139],[-31,-489],[80,-11],[-2,-165],[-128,-6],[14,309],[-246,-5],[10,-157],[-242,-313]],[[91840,27597],[-366,540],[-112,269],[-65,11],[-73,230],[50,160],[-157,24],[-196,544],[3,253],[-56,98],[19,328],[-473,996],[-143,-236],[-27,360],[-139,43],[18,228],[-111,11],[11,190],[109,-2],[-524,1095],[-140,-145],[-60,-192],[-195,84],[-181,-18],[3,133],[-154,50],[34,269],[-34,144],[-318,-23],[-163,79],[24,1610],[-79,-10]],[[88345,34720],[130,663],[124,290],[723,746],[342,136],[181,195],[279,190],[903,315],[490,127],[924,153],[699,204],[464,195],[135,110],[293,411],[231,43],[483,187],[183,-93],[234,66],[12,83],[195,194],[144,66],[185,-60],[349,-23],[455,-304],[253,-135],[641,-220]],[[90473,44414],[185,-82],[275,-491],[-22,-460],[-142,-267],[-326,390],[99,-28],[-169,228],[-26,169],[100,-33],[65,175],[-132,344],[93,55]],[[91840,27597],[473,-700],[-1,-1599],[34,-4],[-34,-754],[8,-1315],[-25,-112],[7,-1566],[78,-1],[13,-357],[-53,-1],[18,-506],[-62,0],[-20,-398],[49,17],[-1,-431],[-181,-7],[-7,-337],[184,-4],[-60,-136],[2,-217],[-139,14],[2,-368],[170,-2],[0,-73]],[[92295,18740],[1,-687],[-1075,-4],[-1378,1],[-622,10],[-738,-21],[-713,18],[-1265,-4]],[[81831,22647],[263,87],[573,70],[672,108],[108,-9],[151,-337],[169,-136],[42,281],[320,97],[322,291],[442,316],[293,502],[347,343],[196,136],[380,365],[101,176],[278,289],[294,349],[432,656],[127,311],[-8,230],[70,455],[-28,431],[82,375],[-67,246],[127,294],[17,165],[121,193],[359,398],[173,456],[-57,243],[30,117],[-89,255],[34,196],[-46,344],[48,81],[-29,230],[-2,636],[18,221],[-58,694],[171,747],[-22,361],[138,326],[-14,295],[36,189]],[[97943,21185],[-64,-59],[188,452],[-124,-393]],[[98222,23134],[88,-299],[-6,-220],[-82,519]],[[99930,33174],[-98,-320],[-173,-378],[-40,-3],[-215,-516],[-280,-397],[-106,369],[13,400],[283,767],[94,78],[88,-154],[171,28],[289,264],[-26,-138]],[[97397,38259],[156,-39],[64,-144],[88,66],[262,-124],[303,-47],[84,-105],[86,144],[293,144],[25,413],[-80,46],[137,192],[62,-105],[285,-130],[72,-320],[209,-468],[120,-834],[54,11],[30,332],[79,91],[6,192],[-85,299],[80,-63],[20,-346],[-71,-254],[36,-332],[-5,-436],[196,-123],[-123,-424],[-130,-309],[-80,-546],[-86,-306],[-147,-227],[-139,-330],[5,-95],[-143,-144],[-43,-164],[-244,-449],[-235,-328],[-231,-266],[-122,-235],[-214,-609],[-37,-204],[-186,-375],[-158,-688],[-18,-326],[45,-452],[102,-280],[-127,158],[56,-347],[-122,-348],[-265,-112],[-195,-537],[-318,-147],[14,-443],[108,-195],[80,76],[22,-346],[58,18],[113,266],[207,74],[76,-140],[106,165],[-47,89],[174,51],[10,197],[121,-184],[-94,-712],[-177,-199],[-84,-196],[-98,164],[-258,-294],[-46,-187],[-34,-434],[-81,-141],[12,-164],[168,-119],[72,256],[192,401],[128,107],[188,-51],[-295,-622],[-32,-610],[-174,-554],[-86,-358],[-38,-368],[-58,-156],[-35,-415],[-125,-251],[-38,-210],[-47,-676],[-71,-281],[-4,-421],[-175,-472],[-42,-201],[-36,-575],[-73,-16],[-111,-250],[-73,96],[-330,2],[0,1399],[-692,4],[-1,316],[-243,94],[-191,-45],[-42,77],[-133,-82],[-110,72],[-129,-176],[-82,-565],[-193,-374],[4,-274],[-294,-326],[23,-150],[-89,-254],[6,-266],[-170,-172],[-43,-270],[-312,-460],[-158,190],[-39,157],[-126,-20],[-136,228],[-150,-19],[-182,-125],[-58,-169]],[[98762,38893],[-74,-186],[-219,-210],[-166,-46],[-221,14],[-24,114],[-221,-187],[195,284],[201,-141],[193,35],[194,134],[142,189]]],"transform":{"scale":[0.00031697561256434896,0.00018186737080684587],"translate":[-118.40764955087901,14.532098361948284]}}
library(rMaps)
##library(plyr)
library(dplyr)
library(foreign)
library(stringr)
## From crimenmexico.diegovalle.net/en/csv
## All local crimes at the state level
download.file("http://crimenmexico.diegovalle.net/en/csv/fuero-comun-estados.csv.gz",
"fuero-comun-estados.csv.gz")
crime <- read.csv("fuero-comun-estados.csv.gz")
## The dbf from the state shapefile needed to merge state_code with state names
codes <- read.dbf("states.dbf")
codes$NOM_ENT <- iconv(codes$NOM_ENT, "windows-1252", "utf-8")
codes$CVE_ENT <- as.numeric(codes$CVE_ENT)
codes$OID <- NULL
names(codes) <- c("state_code", "name")
##Replace all spaces in state names with "_" in the topojson file
con <- file("mx_states.json", "r")
tpjson <- readLines(con)
close(con)
for(i in 1:32) {
tpjson <- str_replace_all(tpjson, codes$name[i],
str_replace_all(codes$name[i], " ", "_"))
}
## Special case for "Baja_California Sur"
tpjson <- str_replace_all(tpjson, "Baja_California Sur",
"Baja_California_Sur")
con <- file("mx_states.json", "w")
writeLines(tpjson, con)
close(con)
## Replace all spaces with "_" in the codes file for merging
codes$name <- str_replace_all(codes$name, " ", "_")
## Only intentional homicides
crime <- subset(crime, crime == "HOMICIDIOS" & type == "DOLOSOS")
## Sum homicides by firearm, etc and group by state and date
hom <- crime %.%
filter(year %in% 1997:2013) %.%
group_by(state_code, year, type) %.%
summarise(total = sum(count, na.rm = TRUE),
population = mean(population) ) %.%
mutate(rate = total / population * 10^5) %.%
arrange(state_code, year)
## Names needed for the map
hom <- plyr::join(hom, codes)
dat <- transform(hom,
fillKey = cut(rate, breaks = 9, dig.lab = 2)
)
keyNames <- levels(dat$fillKey)
fills = setNames(
c(RColorBrewer::brewer.pal(9, 'YlOrRd'), 'red'),
c(levels(dat$fillKey), 'defaultFill')
)
dat2 <- plyr::dlply(na.omit(dat), "year", function(x){
y = rCharts::toJSONArray2(x, json = F)
names(y) = lapply(y, '[[', 'name')
return(y)
})
fills = setNames(
c(RColorBrewer::brewer.pal(9, 'YlOrRd'), 'red'),
c(levels(dat$fillKey), 'defaultFill')
)
## See the blog post 'Animated Choropleths' by Ramnath Vaidyanathan
## http://rmaps.github.io/blog/posts/animated-choropleths/index.html
d1 <- Datamaps$new()
d1$set(
geographyConfig = list(
dataUrl = "mx_states.json",
popupTemplate = "#! function(geography, data) { //this function should just return a string
return '<div class=hoverinfo><strong>' + geography.properties.name + '</strong></div>';
} !#"
),
dom = 'chart_1',
scope = 'states',
labels = TRUE,
bodyattrs = "ng-app ng-controller='rChartsCtrl'",
setProjection = '#! function( element, options ) {
var projection, path;
projection = d3.geo.mercator()
.center([-89, 21])
.scale(element.offsetWidth)
.translate([element.offsetWidth / 2, element.offsetHeight / 2]);
path = d3.geo.path()
.projection( projection );
return {path: path, projection: projection};
} !#',
fills = fills,
data = dat2[[17]],
legend = TRUE,
labels = TRUE
)
d1$save("index.html", cdn = TRUE)
d1$addAssets(
jshead = "http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js"
)
d1$setTemplate(chartDiv = "
<div id = 'chart_1' class = 'rChart datamaps'>
<input id='slider' type='range' min=1997 max=2013 ng-model='year' width=200>
<span ng-bind='year'></span>
<script>
function rChartsCtrl($scope){
$scope.year = '2013';
$scope.$watch('year', function(newYear){
mapchart_1.updateChoropleth(chartParams.newData[newYear]);
})
}
</script>
</div> "
)
d1$set(newData = dat2)
d1$save("index.html", cdn = TRUE, standalone=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment