Metadata-Version: 2.1
Name: ubg-dgps-manager
Version: 0.3.2
Summary: dGPS manager of the Geophysics Section of the University of Bonn
Home-page: https://github.com/geophysics-ubonn/ubg_dgps_manager
Author: Maximilian Weigand
Author-email: mweigand@geo.uni-bonn.de
License: MIT
Description-Content-Type: text/markdown

# Uni-Bonn-Geophysics dGPS Manager

A Jupyter-based gui that allows importing gps data points, cleaning them up,
and finally, generating FE meshes for electrical tomography applications.

![screenshot_1.jpg](screenshot_1.jpg)
![screenshot_1.jpg](screenshot_2.jpg)
![screenshot_1.jpg](screenshot_3.jpg)

## Installation

You can directly install from this git repository:

    pip install git+https://github.com/geophysics-ubonn/ubg_dgps_manager

We also provide a pypi package:

    pip install ubg_dgps_manager

## Usage

Open a Juypter Notebook or Juypter Lab session and execute the following code
in one cell:

    import ubg_dgps_manager
    mgr = ubg_dgps_manager.gui()
    mgr.show()

## Help

A help text is displayed in the GUI after initialization.
