Skip to content

A simple dive planner based on PADI dive tables, in development, not to be used to actually plan dives!

License

Notifications You must be signed in to change notification settings

henryjuho/hjDivePlan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hjDivePlan

About

A simple dive planner written using PyQt https://riverbankcomputing.com/software/pyqt/intro using the PADI recreational dive planner (RDP: http://elearning.padi.com/company0/tools/RDP_Table%20Met.pdf).

This software comes with no guarantee and should be used at your own risk.

Installation

At present precompiled binaries are not available. To program has the following dependencies:

  • python2.7
  • PyQt4
  • pyqtgraph
  • numpy

These can be installed using conda (available from: https://www.continuum.io/downloads) by running the follwing commands in your terminal:

$ conda env create -f dive_env.yml
$ source activate dive_env
$ git clone https://github.com/henryjuho/hjDivePlan.git

Running hjDivePlan

To run the program then issue:

$ cd hjDivePlan
$ ./hjDivePlan

This should result in the program window opening:

main_window_screenshot

About

A simple dive planner based on PADI dive tables, in development, not to be used to actually plan dives!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages