2020-07-06T20:46:39,200 Created temporary directory: /tmp/pip-ephem-wheel-cache-7u63eozu 2020-07-06T20:46:39,204 Created temporary directory: /tmp/pip-req-tracker-ar240o8f 2020-07-06T20:46:39,204 Initialized build tracking at /tmp/pip-req-tracker-ar240o8f 2020-07-06T20:46:39,205 Created build tracker: /tmp/pip-req-tracker-ar240o8f 2020-07-06T20:46:39,205 Entered build tracker: /tmp/pip-req-tracker-ar240o8f 2020-07-06T20:46:39,207 Created temporary directory: /tmp/pip-wheel-bn4r4k4m 2020-07-06T20:46:39,224 1 location(s) to search for versions of data-geo: 2020-07-06T20:46:39,224 * https://pypi.org/simple/data-geo/ 2020-07-06T20:46:39,224 Fetching project page and analyzing links: https://pypi.org/simple/data-geo/ 2020-07-06T20:46:39,225 Getting page https://pypi.org/simple/data-geo/ 2020-07-06T20:46:39,228 Found index url https://pypi.org/simple 2020-07-06T20:46:39,427 Found link https://files.pythonhosted.org/packages/b2/f1/89683623912e6906d6f1c625d186c9255c4025f1e5eaa316156584e69e86/data_geo-0.0.2.tar.gz#sha256=bae7382cb417fe9db9793ca318c66bd7fded37b920c31effdbba32868a7533fc (from https://pypi.org/simple/data-geo/), version: 0.0.2 2020-07-06T20:46:39,428 Found link https://files.pythonhosted.org/packages/38/4d/fa6080a74dfdeafd0a4c7c826db5d0db0bceb7abb90bf8970050571e9f92/data_geo-0.0.3.tar.gz#sha256=687b8f1d3755fe51fdc6a387127b7bb4b7546853999db85257fd803697c3c69f (from https://pypi.org/simple/data-geo/), version: 0.0.3 2020-07-06T20:46:39,428 Found link https://files.pythonhosted.org/packages/41/ad/9d5e3c9fc7090c362040d8a91bb2fa060c9522e7c95ab009d5bab80f7753/data_geo-0.0.9.tar.gz#sha256=6628f9c08014e4e32a27e1316bad53d1cb6aab0fad609b6a738fbb36dc73db54 (from https://pypi.org/simple/data-geo/), version: 0.0.9 2020-07-06T20:46:39,436 Given no hashes to check 1 links for project 'data-geo': discarding no candidates 2020-07-06T20:46:39,437 Using version 0.0.3 (newest of versions: 0.0.3) 2020-07-06T20:46:39,443 Collecting data-geo==0.0.3 2020-07-06T20:46:39,446 Created temporary directory: /tmp/pip-unpack-yh12_4c_ 2020-07-06T20:46:39,662 Downloading data_geo-0.0.3.tar.gz (3.3 kB) 2020-07-06T20:46:39,759 Added data-geo==0.0.3 from https://files.pythonhosted.org/packages/38/4d/fa6080a74dfdeafd0a4c7c826db5d0db0bceb7abb90bf8970050571e9f92/data_geo-0.0.3.tar.gz#sha256=687b8f1d3755fe51fdc6a387127b7bb4b7546853999db85257fd803697c3c69f to build tracker '/tmp/pip-req-tracker-ar240o8f' 2020-07-06T20:46:39,761 Running setup.py (path:/tmp/pip-wheel-bn4r4k4m/data-geo/setup.py) egg_info for package data-geo 2020-07-06T20:46:39,762 Created temporary directory: /tmp/pip-pip-egg-info-lofnpyte 2020-07-06T20:46:39,762 Running command python setup.py egg_info 2020-07-06T20:46:41,624 Conversor GNSS a GeoJSONData 2020-07-06T20:46:41,625 ================================== 2020-07-06T20:46:41,626 Este módulo permite convertir los datos generados por una estación GNSS y 2020-07-06T20:46:41,627 emitiod por GSOF a una estructura de *Geojson*. 2020-07-06T20:46:41,627 Se inicializa: 2020-07-06T20:46:41,628 ```python 2020-07-06T20:46:41,629 from data_geo import GeoJSONData 2020-07-06T20:46:41,629 kwargs=dict( 2020-07-06T20:46:41,630 station="CODE" 2020-07-06T20:46:41,630 position=<>) 2020-07-06T20:46:41,630 process=GeoJSONData(**kwargs**) 2020-07-06T20:46:41,631 ``` 2020-07-06T20:46:41,632 Se transforma set de datos. 2020-07-06T20:46:41,632 ```python 2020-07-06T20:46:41,633 for data in lista: 2020-07-06T20:46:41,633 print(process.manage_data(data)) 2020-07-06T20:46:41,634 ``` 2020-07-06T20:46:41,635 Registro logs 2020-07-06T20:46:41,636 - 2020-07-06T20:46:41,637 Si ocurre algún error estos se registran en el log asignado a *log_path* 2020-07-06T20:46:41,637 running egg_info 2020-07-06T20:46:41,638 creating /tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info 2020-07-06T20:46:41,639 writing /tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/PKG-INFO 2020-07-06T20:46:41,639 writing dependency_links to /tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/dependency_links.txt 2020-07-06T20:46:41,644 writing requirements to /tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/requires.txt 2020-07-06T20:46:41,646 writing top-level names to /tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/top_level.txt 2020-07-06T20:46:41,649 writing manifest file '/tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/SOURCES.txt' 2020-07-06T20:46:41,944 reading manifest file '/tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/SOURCES.txt' 2020-07-06T20:46:41,947 reading manifest template 'MANIFEST.in' 2020-07-06T20:46:41,953 warning: no files found matching 'LICENSE.md' 2020-07-06T20:46:41,957 writing manifest file '/tmp/pip-pip-egg-info-lofnpyte/data_geo.egg-info/SOURCES.txt' 2020-07-06T20:46:42,078 Source in /tmp/pip-wheel-bn4r4k4m/data-geo has version 0.0.3, which satisfies requirement data-geo==0.0.3 from https://files.pythonhosted.org/packages/38/4d/fa6080a74dfdeafd0a4c7c826db5d0db0bceb7abb90bf8970050571e9f92/data_geo-0.0.3.tar.gz#sha256=687b8f1d3755fe51fdc6a387127b7bb4b7546853999db85257fd803697c3c69f 2020-07-06T20:46:42,080 Removed data-geo==0.0.3 from https://files.pythonhosted.org/packages/38/4d/fa6080a74dfdeafd0a4c7c826db5d0db0bceb7abb90bf8970050571e9f92/data_geo-0.0.3.tar.gz#sha256=687b8f1d3755fe51fdc6a387127b7bb4b7546853999db85257fd803697c3c69f from build tracker '/tmp/pip-req-tracker-ar240o8f' 2020-07-06T20:46:42,083 Building wheels for collected packages: data-geo 2020-07-06T20:46:42,093 Created temporary directory: /tmp/pip-wheel-d9bql7fm 2020-07-06T20:46:42,095 Building wheel for data-geo (setup.py): started 2020-07-06T20:46:42,096 Destination directory: /tmp/pip-wheel-d9bql7fm 2020-07-06T20:46:42,096 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-bn4r4k4m/data-geo/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-bn4r4k4m/data-geo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-d9bql7fm 2020-07-06T20:46:43,594 Conversor GNSS a GeoJSONData 2020-07-06T20:46:43,594 ================================== 2020-07-06T20:46:43,595 Este módulo permite convertir los datos generados por una estación GNSS y 2020-07-06T20:46:43,596 emitiod por GSOF a una estructura de *Geojson*. 2020-07-06T20:46:43,597 Se inicializa: 2020-07-06T20:46:43,598 ```python 2020-07-06T20:46:43,598 from data_geo import GeoJSONData 2020-07-06T20:46:43,599 kwargs=dict( 2020-07-06T20:46:43,599 station="CODE" 2020-07-06T20:46:43,599 position=<>) 2020-07-06T20:46:43,600 process=GeoJSONData(**kwargs**) 2020-07-06T20:46:43,600 ``` 2020-07-06T20:46:43,601 Se transforma set de datos. 2020-07-06T20:46:43,602 ```python 2020-07-06T20:46:43,602 for data in lista: 2020-07-06T20:46:43,602 print(process.manage_data(data)) 2020-07-06T20:46:43,603 ``` 2020-07-06T20:46:43,604 Registro logs 2020-07-06T20:46:43,605 - 2020-07-06T20:46:43,605 Si ocurre algún error estos se registran en el log asignado a *log_path* 2020-07-06T20:46:43,890 running bdist_wheel 2020-07-06T20:46:43,903 running build 2020-07-06T20:46:43,904 running build_py 2020-07-06T20:46:44,179 creating build 2020-07-06T20:46:44,180 creating build/lib 2020-07-06T20:46:44,181 creating build/lib/data_geo 2020-07-06T20:46:44,184 copying data_geo/geojson.py -> build/lib/data_geo 2020-07-06T20:46:44,189 copying data_geo/__init__.py -> build/lib/data_geo 2020-07-06T20:46:44,199 installing to build/bdist.linux-armv7l/wheel 2020-07-06T20:46:44,199 running install 2020-07-06T20:46:44,201 running install_lib 2020-07-06T20:46:44,208 creating build/bdist.linux-armv7l 2020-07-06T20:46:44,209 creating build/bdist.linux-armv7l/wheel 2020-07-06T20:46:44,213 creating build/bdist.linux-armv7l/wheel/data_geo 2020-07-06T20:46:44,215 copying build/lib/data_geo/geojson.py -> build/bdist.linux-armv7l/wheel/data_geo 2020-07-06T20:46:44,220 copying build/lib/data_geo/__init__.py -> build/bdist.linux-armv7l/wheel/data_geo 2020-07-06T20:46:44,224 running install_egg_info 2020-07-06T20:46:44,269 running egg_info 2020-07-06T20:46:44,270 writing data_geo.egg-info/PKG-INFO 2020-07-06T20:46:44,274 writing dependency_links to data_geo.egg-info/dependency_links.txt 2020-07-06T20:46:44,279 writing requirements to data_geo.egg-info/requires.txt 2020-07-06T20:46:44,281 writing top-level names to data_geo.egg-info/top_level.txt 2020-07-06T20:46:44,289 reading manifest file 'data_geo.egg-info/SOURCES.txt' 2020-07-06T20:46:44,293 reading manifest template 'MANIFEST.in' 2020-07-06T20:46:44,298 warning: no files found matching 'LICENSE.md' 2020-07-06T20:46:44,302 writing manifest file 'data_geo.egg-info/SOURCES.txt' 2020-07-06T20:46:44,305 Copying data_geo.egg-info to build/bdist.linux-armv7l/wheel/data_geo-0.0.3-py3.7.egg-info 2020-07-06T20:46:44,333 running install_scripts 2020-07-06T20:46:44,480 creating build/bdist.linux-armv7l/wheel/data_geo-0.0.3.dist-info/WHEEL 2020-07-06T20:46:44,485 creating '/tmp/pip-wheel-d9bql7fm/data_geo-0.0.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2020-07-06T20:46:44,489 adding 'data_geo/__init__.py' 2020-07-06T20:46:44,492 adding 'data_geo/geojson.py' 2020-07-06T20:46:44,496 adding 'data_geo-0.0.3.dist-info/METADATA' 2020-07-06T20:46:44,498 adding 'data_geo-0.0.3.dist-info/WHEEL' 2020-07-06T20:46:44,500 adding 'data_geo-0.0.3.dist-info/top_level.txt' 2020-07-06T20:46:44,501 adding 'data_geo-0.0.3.dist-info/RECORD' 2020-07-06T20:46:44,502 removing build/bdist.linux-armv7l/wheel 2020-07-06T20:46:44,641 Building wheel for data-geo (setup.py): finished with status 'done' 2020-07-06T20:46:44,645 Created wheel for data-geo: filename=data_geo-0.0.3-py3-none-any.whl size=3188 sha256=f171fa2994a2df691d02b7789beab4739c1d1b98b630f6868a42b2a0b3f3a2dc 2020-07-06T20:46:44,646 Stored in directory: /tmp/pip-ephem-wheel-cache-7u63eozu/wheels/e0/54/b9/7639e8c5bce1579d19dc3608142c0b46a84314f55a420e4c9c 2020-07-06T20:46:44,649 Successfully built data-geo 2020-07-06T20:46:44,656 Removed build tracker: '/tmp/pip-req-tracker-ar240o8f'