Inertial Navigation System algorithms in Python
Project description
pyins
pyins is a Python package which provides common basic algorithms used in Inertial Navigation Systems (INS) aided by external sensors like GNSS.
Version 1.0 has refined and improved functionality, consistent docstrings and extended examples. Refer to version_1.0.md for the list of main changes compared to earlier versions.
Installation
The package now is pure Python and thus can be easily installed on any platform.
Installing from pypi
Due to pypi policies the distribution package name is "python-ins".
pip install python-ins
Installing from source
To perform a regular install, execute in the cloned repository directory:
pip install .
To perform an editable (inplace) install:
pip install -e .
Dependencies
Runtime dependencies include (versions in parentheses were used for the latest development):
- numba (0.58.0)
- numpy (1.25.2)
- scipy (1.11.3)
- pandas (2.1.1)
Running tests
To run all the supplied tests with pytest
execute:
pytest --pyargs pyins
Due to some pytest
limitations it won't work for the editable installation.
In this case supply path to tests
directory:
pytest /your_dev_dir/pyins/pyins/tests
Documentation
Documentation is available here https://pyins.readthedocs.io.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-ins-1.0.1.tar.gz
.
File metadata
- Download URL: python-ins-1.0.1.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f350c0d2af15c443da9792e22e309075a99f8cf4030f6ba728acfb56e440175 |
|
MD5 | 5ff2726455f101a98029ed093f960148 |
|
BLAKE2b-256 | e2ee780582392c9691c8b31ae0a0cecc54b054f8bbca3a8671038779100ac7b0 |
File details
Details for the file python_ins-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: python_ins-1.0.1-py3-none-any.whl
- Upload date:
- Size: 51.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61f4ce8d2a72f4f8535d8151377f63817f0c9e7354e344940f0ba335e6008f48 |
|
MD5 | 067c06028654e605072fdf1b1e258e72 |
|
BLAKE2b-256 | dd2cfa2c7f7befab2b2ffd122451941f42dbeba96153bcb93928cdcba35b5fc1 |