Skip to main content

A Python package for ADCP data processing

Project description

pyadps

pyadps is a Python package for processing moored Acoustic Doppler Current Profiler (ADCP) data. It provides various functionalities such as data reading, quality control tests, NetCDF file creation, and visualization.

This software offers both a graphical interface (Streamlit) for those new to Python and direct Python package access for experienced users. Please note that pyadps is primarily designed for Teledyne RDI workhorse ADCPs. Other company's ADCP files are not compatible, and while some other RDI models may work, they might require additional considerations.

Table of Contents

Installation

We recommend installing the package within a virtual environment. At present, the package is compatible exclusively with Python version 3.12. You can create a Python environment using tools like venv or conda. Below are instructions for both methods.

1. Using venv (Built-in Python Tool)

Step 1: Install Python version 3.12 (if not already installed)

Ensure you have Python installed. You can download the latest version from python.org.

Step 2: Create a Virtual Environment

  • Open your terminal or command prompt.
  • Navigate to your project folder:
cd /path/to/your/project
  • Run the following command to create a virtual environment (replace adpsenv with your preferred environment name):
python -m venv adpsenv

Step 3: Activate the Environment

  • On Windows:
adpsenv\Scripts\activate
  • On macOS/Linux:
source adpsenv/bin/activate

You’ll see the environment name in your terminal prompt indicating the environment is active.

Step 4: Install Dependencies

Now you can install packages like this:

pip install pyadps

Step 5: Deactivate the Environment

When you’re done working in the environment, deactivate it by running:

deactivate

2. Using conda (Anaconda/Miniconda)

Step 1: Install Conda

First, you need to have Conda installed on your system. You can either install:

Step 2: Create a Conda Environment with Python 3.12

Once Conda is installed, open a terminal or command prompt and run the following to create a new environment (replace adpsenv with your preferred environment name):

conda create --name adpsenv python=3.12

Step 3: Activate the Conda Environment

conda activate adpsenv

Step 4: Install pyadps Dependencies

You can install packages with pip inside Conda environments.

pip install pyadps

Step 5: Deactivate the Conda Environment

When done working in the environment, deactivate the environment by running:

conda deactivate

Quick Start

Streamlit web interface

Open a terminal or command prompt, activate the environment, and run the command.

run-pyadps

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyadps-0.1.3.tar.gz (193.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyadps-0.1.3-py3-none-any.whl (205.7 kB view details)

Uploaded Python 3

File details

Details for the file pyadps-0.1.3.tar.gz.

File metadata

  • Download URL: pyadps-0.1.3.tar.gz
  • Upload date:
  • Size: 193.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.3 Linux/6.8.0-58-generic

File hashes

Hashes for pyadps-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4d26f1c6b2f97d93739a1a2cd4e4b9645697316fa2a7ccd84f95defbbd0ee5c6
MD5 8f3147e5808dbe8475df9693d7c8c0c9
BLAKE2b-256 7f8e7551615f02abeda8ca4179d44b3d204067957a7f4eb1671dfc24d1c7255b

See more details on using hashes here.

File details

Details for the file pyadps-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: pyadps-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 205.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.12.3 Linux/6.8.0-58-generic

File hashes

Hashes for pyadps-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5dc11ffce62f65bc5c3826169c3790b8a6c124e80d3c792745087d002434e15f
MD5 e1514a3be717c39f96f1c1082bc56d0a
BLAKE2b-256 f4d5cd26764d1a2923be03c47f07dae95d7cf2e2dcc24651277d3e1d36a5b57c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page