https://github.com/zrowland885/posim
A library for generating simulated positioning data for testing GNSS applications.
https://github.com/zrowland885/posim
gnss positioning simulation
Last synced: 12 days ago
JSON representation
A library for generating simulated positioning data for testing GNSS applications.
- Host: GitHub
- URL: https://github.com/zrowland885/posim
- Owner: zrowland885
- License: mit
- Created: 2021-04-02T18:27:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T19:05:18.000Z (over 4 years ago)
- Last Synced: 2025-09-22T19:57:47.589Z (4 months ago)
- Topics: gnss, positioning, simulation
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# posim
A library for generating simulated positioning data for testing GNSS applications.
## Introduction
Posim (short for Positioning Simulator) was created as a tool that can easily generate simualted GNSS data in any desired path, using real coordinate systems facilitated by [geographiclib](https://geographiclib.sourceforge.io/html/python/). It should however be trivial to modify the code to use a different geodesic routine library to calculate the coordinates.
See the [Wiki](https://github.com/zrowland885/posim/wiki) for documentation.
## Installation
You can install the library via PyPI (https://pypi.org/project/posim/) using:
`pip install posim`
Posim depends on the following external packages:
- ``numpy``
- ``geographiclib``
- ``matplotlib``
However, matplotlib is only used for plotting and can therefore be considered optional.
## Examples
...