Skip to main content

Library to handle reading, analysing and ploting GPS and other data

Project description

Package containing libraries to handle ploting and analysing GPS and other data plus its documentation

This repository contains the package and the documentation for the GPSlibrary Python package.

Table of Contents

Installing the GPSlibrary package for local development

First, clone the repository to your machine:

git clone --branch dev_support --single-branch git@git.vedur.is:aut/ut-dev/gpslibrary.git

Set your mount path to an environmental variable $MOUNT_PATH by adding it to your .bashrc or .bashrcprofile file:

EXPORT $MOUNT_PATH=/path/to/mount
source ~/.bashrc

Create and activate a virtual environment:

python3 venv env

source env/bin/activate

Install the requirements:

pip install -r requirements.txt

Install the gpslibrary from the repo or pip. If from repo:

pip install .

Alternative is to install from the package registry (Gitlab):

pip install gpslibrary --index-url https://git.vedur.is/api/v4/projects/448/packages/pypi/simple

Running the GPSlibrary Documentation

Installation

Build the documentation into static HTML files that can be served in any web server:

mkdocs build

Run the mkdocs server in the 8080 port:

mkdocs serve --dev-addr=127.0.0.1:8080

Open Browser in http://127.0.0.1:8080

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

gpslibrary-0.2.5.tar.gz (40.6 kB view hashes)

Uploaded Source

Built Distribution

gpslibrary-0.2.5-py3-none-any.whl (44.6 kB view hashes)

Uploaded Python 3

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