https://github.com/ignf/comp3d
Comp3D is an open-source micro-geodesy compensation software
https://github.com/ignf/comp3d
Last synced: 11 months ago
JSON representation
Comp3D is an open-source micro-geodesy compensation software
- Host: GitHub
- URL: https://github.com/ignf/comp3d
- Owner: IGNF
- License: gpl-3.0
- Created: 2024-06-17T13:44:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:29:56.000Z (over 1 year ago)
- Last Synced: 2024-09-14T05:20:20.234Z (over 1 year ago)
- Language: C++
- Homepage: https://ignf.github.io/Comp3D/
- Size: 5.63 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

**Comp3D** is an open-source micro-geodesy compensation software that enables computation on a limited spread network (few kilometers) using a global 3D least-squares bundle adjustment on several topometric observation types.
The computation is done in a local 3D system based on an oblique stereographic projection with a spherical Earth model.
Copyright 1992-2024 [IGN France](https://www.ign.fr/), licensed under **GPLv3** license, see [LICENSE.md](LICENSE.md).
Documentation
-------------
Website:
[ignf.github.io/Comp3D](https://ignf.github.io/Comp3D)
User documentation:
[IGNF.github.io/Comp3D/doc](https://IGNF.github.io/Comp3D/doc)
or offline from *Comp3D>Help* menu.
Source files
------------
[github.com/IGNF/Comp3D](https://github.com/IGNF/Comp3D)
Installation
-------------
Get the latest compiled version: [github.com/IGNF/Comp3D/releases](https://github.com/IGNF/Comp3D/releases)
### Windows
Extract the archive and run *Comp3D.exe*.
### AppImage (any Linux)
```shell
sudo apt install libfuse2
chmod a+x Comp3d5???-x86_64.AppImage
./Comp3d5???-x86_64.AppImage
```
### Deb package on Debian/Ubuntu
```shell
sudo apt install libfuse2
sudo apt install ./comp3d???.deb
```
Deb installation creates a `comp3d5` link targeting the last Comp3D installation.
Getting started
---------------
In Comp3D open an example .comp file.
Read the [Getting Started](https://ignf.github.io/Comp3D/doc/gettingstarted.html) releases chapter of the user documentation.
Compilation
-----------
[https://ignf.github.io/Comp3D/doc/compilation.html](https://ignf.github.io/Comp3D/doc/compilation.html)
Contributors
------------
Refer to [CONTRIBUTORS.md](CONTRIBUTORS.md)
Contributing
------------
Refer to [CONTRIBUTING.md](CONTRIBUTING.md)
License
-------
Comp3D is provided with absolutely no warranty, under **GPLv3** license, see [LICENSE.md](LICENSE.md).
Refer to [NOTICE.md](NOTICE.md) for the embedded and linked libraries.
How to Cite
-----------
Please cite Comp3D and IGN if you use this software in your research or project.
Proper citations help others find and reference this work and support its continued development.
To cite this software, please use the following reference:
```bibtex
@software{IGNComp3D,
author = {IGN},
title = {Comp3D},
version = {5},
year = {2024},
url = {https://github.com/IGNF/Comp3D}
}
```
Contacts
--------
[https://github.com/IGNF/Comp3D](https://github.com/IGNF/Comp3D) -- [comp3d@ign.fr](comp3d@ign.fr)
