DataDBS for geojson
Project description
Conversor GNSS a GeoJSONData
Este módulo permite convertir los datos generados por una estación GNSS Trimble y emitido por GSOF a una estructura de Geojson.
Se inicializa:
from data_geo import GeoJSONData
kwargs=dict(
station="CODE"
position=<<diccionario ECEF* y lat-lon-z>>)
process=GeoJSONData(**kwargs**)
Debe contener las tablas ECEF y VCV al menos para poder realizar la conversión.
Se transforma set de datos.
for data in lista:
print(process.manage_data(data))
Registro logs
Si ocurre algún error estos se registran en el log asignado a log_path
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
data_geo-0.1.2.tar.gz
(3.2 kB
view details)
File details
Details for the file data_geo-0.1.2.tar.gz
.
File metadata
- Download URL: data_geo-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa02234292c4dedb64dffb0d40ad274a0aa9eca583b31af6b14e51b8216ef366 |
|
MD5 | 7308eac405b5a1ebadb9aa7f38fe750f |
|
BLAKE2b-256 | f8368f2bb82a378a2ab542101de63e81bdf9a169cb90739f1b9c048871be9f4b |