Skip to content

Allow creating Geoid w/o default data context

Evan Ward requested to merge data-context into develop

Previously the only constructor for Geoid used the default data context because it chose J2000 as the default epoch. Updated that to use AbsoluteDate.ARBITRARY_EPOCH so that it no longer uses the default data context.

Merge request reports