icsm-au / DynAdjust

Least squares adjustment software
Apache License 2.0
72 stars 36 forks source link

geoid.exe --text-file mode: should report the direction for conversion of heights. (v 1.2.6, 06 SEPT) #190

Closed jhaasdyk-au closed 2 years ago

jhaasdyk-au commented 2 years ago

ISSUE TYPE: User experience improvement URGENCY: NOT urgent PRIORITY: Moderate

Description geoid.exe does not currently report the direction for conversion of heights to command line reporting during execution. (i.e. Orthometric to Ellipsoid, or Ellipsoid to Orthometric) Ideally, this should be reported when using option --text-file (text file mode), which can convert in either direction.

Steps to reproduce INPUT(S):

COMMANDS (command line):

OUTPUT(S):

Expected behaviour / Recommendation RECOMMEND:

  1. Text File mode: The file interpolation direction should be explicitly echoed back to the user. (incl default state)
  2. Interactive mode: An additional feature could be to have this model accept an (optional) --height value as input.
    After all, why treat interactive and text file input modes differently? If height for interactive mode were adopted, then the same should apply: provide verbose feedback on conversion direction.
  3. NOTE: No change for default mode: if using --convert-stn-hts: Section 5.4. describes the operation (without user defined options), and actions are already reported back to user at command line (i.e. per Figure 5.4 "... reducing heights to the ellipsoid" )

Operating Environment Windows 10 Enterprise DynAdjust v1.2.6 DynAdjust Users Guide.PDF (‘Sept 2022’) gather 06/SEPT/2022 from fork rogerfraser/DynAdjust

rogerfraser commented 2 years ago

Thanks @jhaasdyk-au. The suggestion for reporting interpolation direction has been implemented on my fork and will appear in the next release.