Name | alitra JSON |
Version |
1.1.3
JSON |
| download |
home_page | https://github.com/equinor/alitra |
Summary | Simple alignment and transformation between coordinate frames |
upload_time | 2024-02-21 07:13:51 |
maintainer | |
docs_url | None |
author | Equinor ASA |
requires_python | >=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Alitra
WIP Library for ALIgnment and TRAnsformation between fixed coordinate frames. The transform
is described by a translation and a homogeneous rotation.
Developed for transforming between the fixed local coordinate-frame and the asset-fixed
coordinate-frame.
## Installation
### Installation from pip
```
pip install alitra
```
```python
import alitra
help(alitra)
```
### Installation from source
```
git clone https://github.com/equinor/alitra
cd alitra
pip install .[dev]
```
You can test whether installation was successfull with pytest
```
pytest .
```
### Local development
```
pip install -e /path/to/package
```
This will install package in _editable_ mode. Convenient for local development
### Contributing
We welcome all kinds of contributions, including code, bug reports, issues, feature requests, and documentation. The
preferred way of submitting a contribution is to either make an [issue](https://github.com/equinor/isar/issues) on
GitHub or by forking the project on GitHub and making a pull requests.
### How to use
The tests in this repository can be used as examples
of how to use the different models and functions. The
[test_example.py](tests/test_example.py) is a good place to start.
Raw data
{
"_id": null,
"home_page": "https://github.com/equinor/alitra",
"name": "alitra",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Equinor ASA",
"author_email": "arnts@equinor.com, euel@equinor.com, chjo@equinor.com",
"download_url": "https://files.pythonhosted.org/packages/82/5a/6c1ac325442e4cc70373951a07c98a4863278f253d3c033d5286fb5f67ba/alitra-1.1.3.tar.gz",
"platform": null,
"description": "# Alitra\n\nWIP Library for ALIgnment and TRAnsformation between fixed coordinate frames. The transform\nis described by a translation and a homogeneous rotation.\n\nDeveloped for transforming between the fixed local coordinate-frame and the asset-fixed\ncoordinate-frame.\n\n## Installation\n\n### Installation from pip\n\n```\npip install alitra\n```\n\n```python\nimport alitra\nhelp(alitra)\n```\n\n### Installation from source\n\n```\ngit clone https://github.com/equinor/alitra\ncd alitra\npip install .[dev]\n```\n\nYou can test whether installation was successfull with pytest\n\n```\npytest .\n```\n\n### Local development\n\n```\npip install -e /path/to/package\n```\n\nThis will install package in _editable_ mode. Convenient for local development\n\n### Contributing\n\nWe welcome all kinds of contributions, including code, bug reports, issues, feature requests, and documentation. The\npreferred way of submitting a contribution is to either make an [issue](https://github.com/equinor/isar/issues) on\nGitHub or by forking the project on GitHub and making a pull requests.\n\n### How to use\n\nThe tests in this repository can be used as examples\nof how to use the different models and functions. The\n[test_example.py](tests/test_example.py) is a good place to start.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Simple alignment and transformation between coordinate frames",
"version": "1.1.3",
"project_urls": {
"Homepage": "https://github.com/equinor/alitra"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d9a68469ffab6c450ae1285fb6530daf852a4d8a3b44b3922bf7c96659859145",
"md5": "305a3e4850299a8f766a9b70f13dd0c2",
"sha256": "a7d2bec6b5227f068acd193fed657bb28c291c75d119fe3e439c529388c51c9b"
},
"downloads": -1,
"filename": "alitra-1.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "305a3e4850299a8f766a9b70f13dd0c2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11927,
"upload_time": "2024-02-21T07:13:49",
"upload_time_iso_8601": "2024-02-21T07:13:49.772876Z",
"url": "https://files.pythonhosted.org/packages/d9/a6/8469ffab6c450ae1285fb6530daf852a4d8a3b44b3922bf7c96659859145/alitra-1.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "825a6c1ac325442e4cc70373951a07c98a4863278f253d3c033d5286fb5f67ba",
"md5": "f234ba7f5cd765afdb677f43a52002ac",
"sha256": "01f26e6ddb875a088c62f2c1b022f70bb87abffffe7a0c994e8aa2de0e3967af"
},
"downloads": -1,
"filename": "alitra-1.1.3.tar.gz",
"has_sig": false,
"md5_digest": "f234ba7f5cd765afdb677f43a52002ac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12363,
"upload_time": "2024-02-21T07:13:51",
"upload_time_iso_8601": "2024-02-21T07:13:51.502515Z",
"url": "https://files.pythonhosted.org/packages/82/5a/6c1ac325442e4cc70373951a07c98a4863278f253d3c033d5286fb5f67ba/alitra-1.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-21 07:13:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "equinor",
"github_project": "alitra",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "alitra"
}