All Projects → icsm-au → DynAdjust

icsm-au / DynAdjust

Licence: Apache-2.0 license
Least squares adjustment software

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to DynAdjust

Neon
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
Stars: ✭ 3,855 (+8865.12%)
Mutual labels:  fast, mkl
pygeoid
Local gravity field modelling with Python
Stars: ✭ 18 (-58.14%)
Mutual labels:  geodesy, geoid
Geomandel
Fractal generator with lots of fancy stuff
Stars: ✭ 39 (-9.3%)
Mutual labels:  fast, multithreading
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-58.14%)
Mutual labels:  fast, multithreading
cheap-ruler-cpp
Fast approximations for common geodesic measurements
Stars: ✭ 32 (-25.58%)
Mutual labels:  fast, geodesy
rom-operator-inference-Python3
Operator Inference for data-driven, non-intrusive model reduction of dynamical systems.
Stars: ✭ 31 (-27.91%)
Mutual labels:  least-squares
Planeverb
Project Planeverb is a CPU based real-time wave-based acoustics engine for games. It comes with an integration with the Unity Engine.
Stars: ✭ 22 (-48.84%)
Mutual labels:  multithreading
firejailed-tor-browser
HOWTO: Firejailed Tor Browser
Stars: ✭ 18 (-58.14%)
Mutual labels:  tbb
better-serializer
General serializer for PHP. An alternative to JmsSerializer.
Stars: ✭ 27 (-37.21%)
Mutual labels:  fast
chclient
Fast http client for SELECT queries in clickhouse
Stars: ✭ 44 (+2.33%)
Mutual labels:  fast
fastweb
fastweb is a web-server integration solution. It based on tornado, celery, thrift.
Stars: ✭ 17 (-60.47%)
Mutual labels:  fast
komihash
Very fast, high-quality hash function (non-cryptographic, C) + PRNG
Stars: ✭ 68 (+58.14%)
Mutual labels:  fast
GALAHAD
A library of modern Fortran modules for nonlinear optimization
Stars: ✭ 60 (+39.53%)
Mutual labels:  nonlinear-least-squares
qpage
👨‍💻 Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+102.33%)
Mutual labels:  fast
Geodesy
Geodesy functions in Swift 🌎
Stars: ✭ 17 (-60.47%)
Mutual labels:  geodesy
route
A fast router for PHP
Stars: ✭ 27 (-37.21%)
Mutual labels:  fast
ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Stars: ✭ 88 (+104.65%)
Mutual labels:  fast
hostbase
A Ruby GUI based on advanced rogue AP attack using the WPS
Stars: ✭ 43 (+0%)
Mutual labels:  multithreading
zsh-config
Faster and enjoyable ZSH (maybe) !!!
Stars: ✭ 64 (+48.84%)
Mutual labels:  fast
base58
Fast implementation of base58 encoding on golang.
Stars: ✭ 121 (+181.4%)
Mutual labels:  fast

gitHub license github releases github downloads documentation (user's guide) lines of code github issues cmake workflow cmake tests docker build Docker Pulls codacy badge coveralls status codecov status cii best practices

DynAdjust

Contents

Overview

DynAdjust is a rigorous, high performance least squares adjustment application. It has been designed to estimate 3D station coordinates and uncertainties for both small and extremely large geodetic networks, and can be used for the adjustment of a large array of Global Navigation Satellite System (GNSS) and conventional terrestrial survey measurement types. On account of the phased adjustment approach used by DynAdjust, the maximum network size which can be adjusted is effectively unlimited, other than by the limitations imposed by a computer’s processor, physical memory and operating system memory model. Example projects where DynAdjust can and has been used include the adjustment of small survey control networks, engineering surveys, deformation monitoring surveys, national and state geodetic networks and digital cadastral database upgrade initiatives.

DynAdjust provides the following capabilities:

  • Import of data in geographic, cartesian and/or projection (UTM) coordinates contained in DNA, DynaML and SINEX data formats;
  • Input of a diverse range of measurement types;
  • Transformation of station coordinates and measurements between several static and dynamic reference frames;
  • Rigorous application of geoid–ellipsoid separations and deflections of the vertical;
  • Simultaneous (traditional) and phased adjustment modes;
  • Automatic segmentation and adjustment of extremely large networks in an efficient manner;
  • Rigorous estimation of positional uncertainty for all points in a network;
  • Detailed statistical analysis of adjusted measurements and station corrections;
  • Production of high quality network plots;
  • Automated processing and analysis with minimal user interaction.

Installing DynAdjust

To install DynAdjust on Linux, Mac or Windows, please visit the installation page.

Building DynAdjust

To build DynAdjust from source code on Linux, Mac or Windows, please visit the building page.

Contributing to DynAdjust

Pleae refer to the Contributing guidelines for information on how to contribute to DynAdjust.

Feedback

To suggest an enhancement to the functionality of DynAdjust, or to report a defect or unexpected behaviour, please submit your query via the issue tracker.

User's guide

A comprehensive User's Guide can be found in the resources folder. The User's Guide provides information about the history of DynAdjust, its architecture and algorithms, its usage, supported file format specifications and basic command-line examples.

Creating images

DynAdjust provides a capability to generate publication-quality images of raw station and measurement data and adjustment results, including shift vectors and estimated uncertainty, in a variety of projection types. This capability is made available by the program plot, the command line reference for which is documented in Appendix A.7 of the User's guide.

DynAdjust plot examples

DynAdjust uses the Generic Mapping Tools (GMT), available from the GMT website, and gnuplot, available from the gnuplot homepage. The current version of DynAdjust supports GMT version 6 and gnuplot version 5.4. To install GMT, please refer to the install instructions, or the build instructions to build GMT from source. To install gnuplot, please refer to the gnuplot download page.

Licence details

DynAdjust has an Apache 2.0 Licence - http ://www.apache.org/licenses/LICENSE-2.0.

NOTE: DynAdjust makes use of Boost C++, Apache's Xerces-C++ XML Parser (Apache 2.0 Licence) and CodeSynthesis XSD code. Hence, the following licence agreements will also need to be taken into account with the Apache 2.0 Licence.

The free licence of CodeSynthesis XSD is GPL2, which requires any software that uses it to also be open source. However, the CodeSynthesis site above states that you can use XSD generated code in proprietary applications provided that the lines of code do not exceed 10,000 lines. The files generated for DynaML from XSD (dnaparser_pimpl.hxx/cxx and dnaparser_pskel.hxx/cxx), all of which have been heavily modified after they were originally generated, contain less than 10,000 lines.

DynAdjust also makes use of Intel's performance libraries - Math Kernel Library (MKL) and Threaded Building Blocks (TBB). Given the size of the associated libraries, it is not possible to upload the binaries to this site. Please visit the following website to download the latest versions:

As stated on this website, Intel's performance libraries are free to use for personal and commercial applications.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].