Multiple geoids (e.g. AG09 (in) + AG2020 (in) -> Ellipsoidal (adjust) -> AVWS (out) ) #204
Replies: 2 comments
-
I must say, In retrospect the information / methods above seem perfectly obviously. I recommend a short section in the Users Guide discussing 'Handling multiple different geoid models.' |
Beta Was this translation helpful? Give feedback.
-
Thanks @jhaasdyk-au. This is somewhat related to #6 and will be considered as part of work to resolve that feature request for the next release. |
Beta Was this translation helpful? Give feedback.
-
The purpose of this github discussion is to:
i.e. to inform additional user(self)-education, or potential enhancements or defects.
All findings and recommendations are my own and may not correctly represent current or planned DynAdjust behaviour.
Consider the following scenarios, each of which needs to apply multiple geoid models.
Does (or should) DynAdjust cater for these use cases? Implicitly or explicitly?
Yes, DynaNet supports this indirectly via a "multi-step" approach (similar to 3.3.1: Handling multiple different reference frames):
i) Group together all files requiring a particular geoid model;
Set the required reference frame with import,
Set the required geoid model (and --convert-stn-hts!) using geoid.
- if geoids DO share common from/to datums? use import, geoid(--convert), geoid(reset geoid), reftran(export only)
- if geoids DO NOT share common from/to datums? use import, geoid(--convert), geoid(reset geoid), reftran(transform & export)
ii) Execute reftran with the desired reference frame and (--export) the data.
iii) Repeat (1) and (2) as required.
iv) Re-import into a combined project, and don't forget geoid (--convert-stn-hts) again
DEMO / TESTING / FINDINGS
Dynadjust_import_adjust_multiple_geoids.txt: batch file containing testing, with short demo at the end shows:
and noting possible bugs / enhancements:
"- Error: .\skye_test.bat does not exist". They DO exist, they are just not supported.
OUTSTANDING
7. At time of writing, I have NOT tested whether the same methods will cater for OrthoHeight (H) or ELlipsoid Height (R) MEASUREMENTS.
Does DynAdjust need an enhancement where these MSR types can be transformed / converted using geoids?
Operating system
Windows 10 Enterprise
DynAdjust v1.2.6
DynAdjust Users Guide.PDF (‘Sept 2022’) gather 06/SEPT/2022 from fork rogerfraser/DynAdjust
Beta Was this translation helpful? Give feedback.
All reactions