dwcaress / MB-System

MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
https://www.mbari.org/products/research-software/mb-system/
Other
127 stars 45 forks source link

Feature/proj support #1485

Closed klheadley closed 2 weeks ago

klheadley commented 2 weeks ago

Add support for libproj coordinate projections in libtrnav. libproj is now used by default for TRN in mbtrnpp. GCTP or PROJ may be selected at run time using --use-proj option. PROJ enables the use of local transverse mercator projections with TRN; GCTP is UTM only.

dwcaress commented 2 weeks ago

Kent, Thanks!