GithubHelp home page GithubHelp logo

subregistromx's Introduction

SubregistroMX

Analisis de datos de subregistro de la encuesta intercensal de 2015 de INEGI.

Mapas municipales

  1. Primero, hay que bajarse la informacion del INEGI. a. microdatos de la intercensal disponibles (octubre 2016) en: http://www3.inegi.org.mx/sistemas/microdatos/formato.aspx?c=34537 (si, hay que hacer 32 downloads :/) b. los shapefiles disponibles (octubre 2016) en: http://www3.inegi.org.mx/sistemas/biblioteca/ficha.aspx?upc=702825217341
  2. De todo el catálogo de shapefiles yo he usado solo los files correspondientes a areas_geoestadisticas_estatales y areas_geoestadisticas_municipales.
  3. fileforcarto.R es un script en R para crear un archivo .dbf que reemplace al archivo .dbf del shapefile de areas_geoestadisticas_municipales.
  4. Una vez en carto, use el siguiente query para calcular la densidad por municipio:

SELECT * , (notiene5/(ST_Area(the_geom::GEOGRAPHY)/1000000)) as densidad FROM areas_geoestadisticas_municipales_1

  1. Para la leyenda use el codigo incluido en carto_legend

  2. Los mapas estan disponibles en: https://n0wh3r3m4n.carto.com/viz/a77536ba-e238-4913-9d60-402139a1ebb2/public_map (densidad de niños) https://n0wh3r3m4n.carto.com/viz/7e3a29c0-80e0-11e6-be2c-0ee66e2c9693/public_map (numero de niños)

subregistromx's People

Contributors

n0wh3r3m4n avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.