Tutorials and demos for themachinethatgoesping
- You need your own testdata (Currently Kongsberg .all/.wcd files, more formats will be added in the future)
- If you don't have any, send me a message ([email protected])
- We will add information on getting testdata in the future
- Use the notebooks in the folder "demo". These are currently the only ones that will be kept up to date with other changes in ping
- Windows, Linux or Mac: However, development is done on Linux, so this is the most tested
- install python with pip (e.g. anaconda / miniforge)
- install Ping:
pip install themachinethatgoesping
- update Ping:
pip install --upgrade themachinethatgoesping
- install requirements:
pip install -r requirements.txt
- clone this repository
git clone https://github.com/themachinethatgoesping/tutorials.git
cd tutorials
cd demo
- open jupyterlab in the demo folder
jupyter lab .
- Write me an email and we can have a chat: [email protected]