Skip to content
Snippets Groups Projects
Commit 84a35ee7 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Add ordinates to web absolutes factory

parent a028cdfb
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ class WebAbsolutesFactory(object):
angle=data["angle"],
residual=0,
time=data["time"] and UTCDateTime(data["time"]) or None,
h=data["h"],
e=data["e"],
z=data["z"],
f=data["f"],
)
def _parse_metadata(self, data: Mapping) -> Dict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment