Red de Bibliotecas Virtuales de Ciencias Sociales en
América Latina y el Caribe

logo CLACSO

Por favor, use este identificador para citar o enlazar este ítem: https://biblioteca-repositorio.clacso.edu.ar/handle/CLACSO/22375
Título : Herramienta para el análisis y geolocalización de enfermedades transmitidas por vectores (ETV) en el departamento del Putumayo
Tool for the analysis and geolocation of vector-borne diseases (ETV) in the department of Putumayo
Autor : García Ojeda, Juan Carlos
https://scienti.minciencias.gov.co/cvlac/visualizador/generarCurriculoCv.do?cod_rh=0000202568
https://www.scopus.com/authid/detail.uri?authorId=6508349754
Grupo de Investigación Preservación e Intercambio Digital de Información y Conocimiento - Prisma
Palabras clave : Free Software Engineering;Systems Engineering;Software management;Software application;Software Development;New technologies;Investigations;Teaching;Web environment;Vector-borne diseases;Analysis;Ingeniería de software libre;Ingeniería de sistemas;Gestión de software;Aplicación de software;Desarrollo de Software;Nuevas tecnologías;Investigaciones;Enseñanza;Ambiente web;Enfermedades transmitidas por vectores;Análisis
Editorial : Universidad Autónoma de Bucaramanga UNAB
Facultad Ingeniería
Maestría en Software Libre
Descripción : Como resultado de la aplicación práctica del trabajo de grado, se creó un prototipo de una herramienta automatizada bajo ambiente web que permite el análisis y espacialización de enfermedades transmitidas por vectores (ETV) en el Departamento del Putumayo. Durante el desarrollo del trabajo se recolectó y analizó información relacionada con enfermedades transmitidas por vectores y por otro lado se analizaron las herramientas de uso libre que actualmente existen para el desarrollo de este tipo de aplicativos, seleccionando las que a juicio del autor del trabajo de grado y de la información técnica encontrada se ajustaban a los requerimientos de creación del prototipo. Las herramientas de desarrollo seleccionadas fueron: Mapserver 3.0.6, PHP 5.4.3, Javascript, JQueryMobile, HTML 5, GeoJSON, Google Maps y para el soporte de datos se utilizó el motor Postgresql 9.0 y las funciones espaciales de Postgis 2.0. El sistema se encuentra limitado a la geolocalización de puntos que se encuentren dentro del Departamento del Putumayo, para lo cual se realizan consultas espaciales utilizando las funciones st_within y GEOMETRYFROMTEXT de POSTGIS 2.0. Para la captura y representación de datos se requiere un navegador web que soporte HTML 5 y debe contar con internet, ya que el mismo es accesado a través de http. Se crearon varias opciones para la interacción del usuario con el sistema, entre las que se encuentran: a.- Evaluación de coordenadas, que garantizará que un punto digitado se encuentre dentro del Departamento del Putumayo, b.- Verificación de puntos ingresados, que permitirá visibilizar el punto antes de almacenarlo, c.- Almacenamiento de registros, d.- Opciones de intercambio de datos a través de la creación de archivos GeoJson y XML, e.- Consultas en línea de la información almacenada, representado los datos en tablas y en mapas de información general y de densidad de datos y f.- Un manual de usuario en línea creado con HTML. El sistema puede ser utilizado como un repositorio de datos bajo formato GeoJSON, a través de la siguiente dirección (existen parámetros que permiten aplicar filtros a la consulta GeoJSON, los cuales se encuentran descritos en el manual de usuario): http://servidor/nombre_del_sitio/archivo_json.php Otro formato utilizado para el intercambio de datos es XML, a través de la siguiente dirección http://servidor/nombre_del_sitio/archivo_xml.php, el cual también cuenta con opciones de filtrados de datos iguales a las del archivo GeoJSON La implementación de un sistema de información igual al que se obtuvo como resultado de este trabajo, permitirá a cualquier entidad de salud lo siguiente: - Determinar la situación de salud en un área determinada. - La generación y análisis de hipótesis de investigación. - Identificación de grupos de alto riesgo a la salud. - Planeación y Programación de actividades. - Monitoreo y evaluación de intervenciones.
Universitat Oberta de Catalunya UOC
INTRODUCCION 5 1.- PLANTEAMIENTO DEL PROBLEMA 7 1.1.- JUSTIFICACION 8 2.- OBJETIVOS 9 2.1.- Objetivo general 9 2.2.- Objetivos específicos 9 3.- ESTADO DEL ARTE 11 3.1.- Estado del Arte a nivel Nacional y Local 12 3.1.1.- SIVIGILA 12 3.2.- Estado del Arte a Nivel Internacional 13 3.2.1.- Epi Info 13 3.2.2.- Epi Data 14 3.2.3.- Open Epi 14 3.2.4.- Epidat 15 3.2.5.- Proyecto de OPS/AIS de SIG-SP para las Américas 16 3.2.6.- SIGEPI 17 4.- METODO DE INVESTIGACION 18 5.- RESULTADOS DE LA INVESTIGACION 23 5.1.- REVISIÓN DE INFORMACIÓN BIBLIOGRÁFICA RELACIONADA CON LAS ENFERMEDADES TRANSMITIDAS POR VECTORES (ETV). 23 5.1.1.- Dengue 24 5.1.2.- Leishmaniasis 25 5.1.3.- Malaria 27 5.1.4.- Chikungunya 29 5.2 MODELO RELACIONAL Y SU IMPLEMENTACIÓN EN UN MOTOR DE BASE DE DATOS CON SOPORTE PARA DATOS ESPACIALES 31 5.2.1.- Bases de Datos 31 5.2.2.- Comparación entre motores de bases de datos con soporte espacial 32 5.2.3.- Modelo Relacional y estructura de la base de datos creada 36 5.3.- IDENTIFICACIÓN DE HERRAMIENTAS TECNOLÓGICAS DE LIBRE USO Y DISTRIBUCIÓN QUE PERMITAN EL DESARROLLO DE LA HERRAMIENTA PROPUESTA. 38 5.3.1.- MAPSERVER 38 5.3.2.- PHP (Hypertext Preprocessor) 40 5.3.2.1.- Porqué se utilizó PHP para el desarrollo del aplicativo 42 5.3.3.- Javascript 43 5.3.4.- JQueryMobile 45 5.3.5.- HTML 5 46 5.3.6.- GeoJSON 50 5.3.7.- Google Maps 51 5.4.- ANÁLISIS, DISEÑO, DESARROLLO Y PUBLICACIÓN DE UN SISTEMA DE INFORMACIÓN BAJO AMBIENTE WEB 53 5.4.1.- Evaluación de Coordenadas 54 5.4.2.- Verificación del Punto ingresado 57 5.4.3.- Almacenamiento de registros 57 5.4.4.- Creación del archivo GeoJson 58 5.4.5.- Creación del archivo XML 59 5.4.6.- Integración del archivo GeoJson con Google Maps 60 5.4.7.- Mapa en línea con la información consultada 63 5.4.8.- Mapa en línea de densidad de casos 63 5.5.- MANUAL DE USUARIO ONLINE PARA EL CORRECTO USO DEL SISTEMA WEB DESARROLLADO 65 5.5.1.- Ingresar Datos 65 5.5.1.1.- Digitar la Coordenada (Grados, minutos y segundos) 66 5.5.1.2.-Digitar la Coordenada (Decimal) 69 5.5.1.3.- Geolocalizar la Coordenada 71 5.5.1.4.- Seleccionar Coordenada en mapa 74 5.5.2.- Consultar Datos 78 5.5.2.1.- Presentar por tabla 78 5.5.2.1.1.- Municipios vs casos 79 5.5.2.1.2.- Principal Vector 80 5.5.2.1.3.- Archivo GeoJson 80 5.5.2.1.4.- Archivo xml 81 5.5.2.2.- Lista de registros 82 5.5.2.3.- Presentar por Mapa 83 5.5.2.3.1.- Mapa General 84 5.5.2.3.2.- Mapa de densidad 85 5.6.- INTEGRACION DEL SISTEMA CON OTROS APLICATIVOS 86 5.6.1.- Integración con Archivo GeoJson 86 5.6.1.1.- Tres (3) ejemplos de llamado del archivo GeoJson 87 5.6.1.2.- Estructura de un registro en GeoJson 87 5.6.2.- Integración con Archivo XML 89 5.6.1.1.- Tres (3) ejemplos de llamado del archivo XML 90 5.6.1.2.- Estructura de un registro en XML 90 6.- CONCLUSIONES 92 7.- RECOMENDACIONES Y TRABAJOS FUTUROS 94 BIBLIOGRAFIA 96
Maestría
As a result of the practical application of the degree work, a prototype of an automated tool was created under a web environment that allows the analysis and spatialization of vector-borne diseases (VTE) in the Department of Putumayo. During the development of the work, information related to diseases transmitted by vectors was collected and analyzed and on the other hand, the free use tools that currently exist for the development of this type of applications were analyzed, selecting those that in the opinion of the author of the degree work and of the technical information found, they adjusted to the prototype creation requirements. The development tools selected were: Mapserver 3.0.6, PHP 5.4.3, Javascript, JQueryMobile, HTML 5, GeoJSON, Google Maps, and the Postgresql 9.0 engine and Postgis 2.0 spatial functions were used for data support. The system is limited to the geolocation of points that are within the Department of Putumayo, for which spatial queries are made using the st_within and GEOMETRYFROMTEXT functions of POSTGIS 2.0. For the capture and representation of data, a web browser that supports HTML 5 is required and must have internet, since it is accessed through http. Several options were created for user interaction with the system, among which are: a.- Coordinate evaluation, which will guarantee that a entered point is within the Putumayo Department, b.- Verification of entered points, which will allow make the point visible before storing it, c.- Record storage, d.- Data exchange options through the creation of GeoJson and XML files, e.- Online consultations of the stored information, representing the data in tables and in general information and data density maps and f.- An online user manual created with HTML. The system can be used as a data repository in GeoJSON format, through the following address (there are parameters that allow applying filters to the GeoJSON query, which are described in the user manual): http: // server / site_name / json_file.php Another format used for data exchange is XML, through the following address http: //server/site_name/xml_file.php, which also has data filtering options equal to those of the GeoJSON file The implementation of an information system equal to the one obtained as a result of this work, will allow any health entity the following: - Determine the health situation in a given area - The generation and analysis of research hypotheses - Identification of groups at high risk to health - Planning and Scheduling of activities - Monitoring and evaluation of interventions.
URI : http://biblioteca-repositorio.clacso.edu.ar/handle/CLACSO/22375
Otros identificadores : http://hdl.handle.net/20.500.12749/3399
instname:Universidad Autónoma de Bucaramanga - UNAB
reponame:Repositorio Institucional UNAB
Aparece en las colecciones: Instituto de Estudios Políticos - IEP - Cosecha

Ficheros en este ítem:
No hay ficheros asociados a este ítem.


Los ítems de DSpace están protegidos por copyright, con todos los derechos reservados, a menos que se indique lo contrario.