Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vangogih/-scpt-systemcoordinateparameterstransformation
SCPT library with calculate 7,9 parameters of transformation system coordinates
https://github.com/vangogih/-scpt-systemcoordinateparameterstransformation
geo-coordinates mathematical-programming transformations
Last synced: 13 days ago
JSON representation
SCPT library with calculate 7,9 parameters of transformation system coordinates
- Host: GitHub
- URL: https://github.com/vangogih/-scpt-systemcoordinateparameterstransformation
- Owner: vangogih
- License: mit
- Created: 2019-04-12T12:49:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T10:29:15.000Z (over 5 years ago)
- Last Synced: 2024-11-03T13:42:40.157Z (2 months ago)
- Topics: geo-coordinates, mathematical-programming, transformations
- Language: C#
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SystemCoordinateParametersTransformation
Algorithms culculate parameters of tranformation:
1. The calculation algorithm based on the [Newtonian iterative process (NIP)] (RUS) represent on page 6. [NIP code]
2. The calculation algorithm based on the [Linear Procedure (LP)] (RUS) represent on page 14. [LP code]
3. The calculation algorithm based on the [Singular Value Decomposition (SVD)] (ENG) founded on the source code of the program [helmparms3d]. [SVD code] | [SVD source code][Newtonian iterative process (NIP)]: http://dspace.kpfu.ru/xmlui/viewer?file=21592;06_046_A5-000558.pdf&sequence=1&isAllowed=y
[Linear Procedure (LP)]: http://dspace.kpfu.ru/xmlui/viewer?file=21592;06_046_A5-000558.pdf&sequence=1&isAllowed=y
[Singular Value Decomposition (SVD)]: https://arxiv.org/pdf/1806.00627.pdf
[helmparms3d]: http://helmparms3d.sourceforge.net[NIP Code]: /SCPT/CalculateParameters/Transformation/NewtonIterationProcess.cs
[LP Code]: /SCPT/CalculateParameters/Transformation/LinearProcedure.cs
[SVD Code]: /SCPT/CalculateParameters/Transformation/SingularValueDecomposition.cs
[SVD source code]:https://sourceforge.net/projects/helmparms3d/files/