geographiclib

MATLAB implementations of a subset of the C++ library, GeographicLib
ダウンロード: 4.5K
更新 2024/4/9

ライセンスの表示

GeographicLib toolbox
Version 2.2 2024-04-09
This toolbox provides native MATLAB implementations of a subset of the C++ library, GeographicLib. Full documentation is available at
https://github.com/geographiclib/geographiclib-octave#readme

引用

Charles Karney (2024). geographiclib (https://www.mathworks.com/matlabcentral/fileexchange/50605-geographiclib), MATLAB Central File Exchange. 取得済み .

Karney, Charles F. F. “Algorithms for Geodesics.” Journal of Geodesy, vol. 87, no. 1, Springer Science and Business Media LLC, June 2012, pp. 43–55, doi:10.1007/s00190-012-0578-z.

その他のスタイルを見る
MATLAB リリースの互換性
作成: R2023a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
2.2.2

Fix the upload bundle. This is really version 2.2.

2.2.1

Version 2.2, 2024-04-04: Add triaxial class to solve problems on a
triaxial ellipsoid. The class includes (a) the solution of the direct
and inverse geodesic problem, (b) conversions between various
coordinate systems.

2.2

Add a class, triaxial, to solve problems on a triaxial ellipsoid. The
class includes (a) the solution of the direct and inverse geodesic
problem, (b) conversions between various coordinate systems.

2.1

Version 2.1 (released 2024-04-06)
* The ellipsoid returned by defaultellipsoid can now be set.
* Relax overly strict convergence test in geoddistance.

2.0

A bug fix, better vectorization in geodreckon; better treatment of +/-0. For details, see https://github.com/geographiclib/geographiclib-octave/blob/main/NEWS

1.52

geoddistance: be more aggressive in preventing negative s12 and m12 for short lines.

1.50

geodarea can now handle arbitrarily complex polygons.
Fix bug in mgrs_inv which resulted in incorrect results for UPS zones with prec = -1.
In geodreckon.m and geoddistance.m, suppress (innocuous) "warning: division by zero" messages from Octave.

1.49

Update to version 1.49

1.48.0.0

Fix BUGS in geodreckon with mixed scalar and array arguments.
Default range for longitude and azimuth is (-180d, 180d].

1.47.0.0

Improve accuracy of area calculation (fixing a flaw introduced in version 1.46).
Fix vectorization of copysignx for MATLAB (Octave was already OK).

1.46.0.0

Improve the accuracy of the solution of the inverse problem when the
longitude difference is close to 180deg.

1.45.0.0

Synchronize with GeographicLib 1.45.
tranmerc_{fwd,inv} works with mixed scalar+array args.
couple of Octave-specific fixes.
array mismatch fix for geoddistance

1.44.1.0

Fix obscure bug in geoddistance (apply to Octave only).

1.44.0.0

Synchronize with GeographicLib 1.44.

1.43.0.0

Synchronize with GeographicLib 1.43.
Fix bug in the long_unroll feature of geodreckon.
mgrs_inv now takes an optional center argument.

1.42.1.0

Version 1.42.1 Repackage as a toolbox to eliminate spurious dependency. No change in .m files.

1.6.0.0

Reverting to zip packaging. MATLAB Central produces a garbled zip file
when submitting a mltbx file.

1.4.0.0

Sync with GeographicLib 1.42. Minor changes to documentation only.

1.3.0.0

Remove bogus dependency on Robust Control Toolbox (yet again!).

1.2.0.0

Remove bogus dependency on Robust Control Toolbox (again!).

1.1.0.0

Remove bogus required product.

1.0.0.0