From 240a61649c9d730aa4a7f14521d659f618ebd859 Mon Sep 17 00:00:00 2001 From: pablomartincalvo Date: Sat, 6 Oct 2018 19:09:44 +0200 Subject: [PATCH] Cambios notables. Creadas interfaces para la tabla de capturing task y la tabla de capturas. Traslado todo lo relacionado a Geocoding a un servicio independiente del capturer. Replanteo totalmente el parseo del html, creando un objeto nuevo. --- .idea/workspace.xml | 278 ++++++++++++++++++------ capturer/capturer.py | 334 ++++++++++++----------------- core/mysql_wrapper.py | 19 +- explorer/explorer.py | 4 +- {capturer => geocoder}/geocoder.py | 0 mysql/capturas_interface.py | 27 +++ mysql/capturing_tasks_interface.py | 74 +++++++ 7 files changed, 474 insertions(+), 262 deletions(-) rename {capturer => geocoder}/geocoder.py (100%) create mode 100644 mysql/capturas_interface.py create mode 100644 mysql/capturing_tasks_interface.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 49e1cc6..653bed5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,13 @@ + + - + + + @@ -163,13 +218,17 @@ @@ -183,6 +242,7 @@ + @@ -198,28 +258,37 @@ - - - - - - + + + + + + + + + +