Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page