Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for informationafterdive #12

Open
pridkett opened this issue Dec 2, 2012 · 0 comments
Open

Add support for informationafterdive #12

pridkett opened this issue Dec 2, 2012 · 0 comments

Comments

@pridkett
Copy link
Owner

pridkett commented Dec 2, 2012

The <informationafterdive> tag (see: http://www.streit.cc/extern/uddf_v310/en/informationafterdive.html) has several fields that we can easily calculate such as:

  • lowesttemperature
  • greatestdepth
  • pressuredrop
  • averagedepth
  • diveduration
pridkett added a commit that referenced this issue Dec 4, 2012
The code almost validates, however the UDDF spec requires that all files
have a `<diver>` element. This isn't something that we can easily do
because we don't actually know anything about the diver.

As a result of this, I've created the `<informationafterdive>` element
and have done more work to ensure that the files validate against the
current version of the schema (see issue #13).

There still is more work to be done on `<informationafterdive>` until
I can close issue #12. Particularly `<pressuredrop>` and `<averagedepth>`
need to be calculated.

Signed-off-by: Patrick Wagstrom <patrick@wagstrom.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant