Skip to main content

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

Project description

GPSlibrary

GPSlibrary is a Python package for plotting and analyzing GPS and other data. This package also includes comprehensive documentation for users and developers.

Table of Contents

Installation

To install GPSlibrary from the Vedur GitLab package registry, run:

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

To install from the pypi package registry, run:

pip install gpslibrary 

Local Development

To set up a local development environment for GPSlibrary:

  1. Clone the repository from Vedur GitLab:
git clone https://git.vedur.is/aut/gpslibrary.git
  1. Navigate to the project directory:
cd gpslibrary
  1. Create and activate a virtual environment:
python -m venv env source env/bin/activate
  1. Install the development dependencies:
pip install -r requirements-dev.txt
  1. Install the package in editable mode:
pip install -e .

Running the Documentation Locally

To build and serve the GPSlibrary documentation locally:

  1. Install MkDocs and required plugins:
pip install mkdocs mkdocs-material mkdocstrings-python
  1. Serve the documentation on a local server:
mkdocs serve
  1. Open a browser to http://127.0.0.1:8000 to view the documentation.

Contributing

We welcome contributions to the GPSlibrary project! Please refer to the authors for guidelines on how to make contributions.

License

GPSlibrary is released under the MIT License. See the LICENSE file for more details.

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.17.tar.gz (50.0 kB view hashes)

Uploaded Source

Built Distribution

gpslibrary-0.2.17-py3-none-any.whl (54.7 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