Skip to main content

Package for GERG to ingest raw glider data into NetCDF files

Project description


Logo

GERG Glider Ingest

Convert raw data from GERG gliders into netcdf using python
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

This project was created to streamline the process of converting the raw data from the gliders after missions into NetCDF files, as well as ensuring the code can be easily maintained, understood, and used by others.

Built With

Python

Getting Started

There are three ways to get started

  1. Create a fresh virtual environment using your favorite method and install the dependencies
  2. Use an already established virtual environment and install the dependencies

Dependencies

I have provided some commands to install the dependencies using conda but you can use any package manager

  1. Creating your own virtual environment then installing dependencies

    You can change "glider_ingest" to your desired environment name

    conda create -n glider_ingest python=3.12
    
    conda activate glider_ingest
    
    pip install numpy pandas xarray gsw attrs
    
  2. Using an already established virtual environment

    conda activate your_env
    
    pip install numpy pandas xarray gsw attrs
    

Installation

  1. Activate your virtual environment
  2. Verify/Install Dependencies
  3. Clone the repo
    git clone https://github.com/alecmkrueger/glider-ingest.git
    

Usage

Process raw data from gliders using python.

Function inputs:

  • raw_data_source (Path|str): Raw data source, from the glider SD card
  • working_directory (Path|str): Where you want the raw copy and processed data to be
  • glider_number (str): The number of the glider, for NetCDF metadata
  • mission_title (str): The mission title, for NetCDF metadata
  • extensions (list): The extensions you wish to process
  • output_nc_filename (str): The name of the output NetCDF file
  • return_ds (bool): If you would like the output dataset to be returned. Default = False

Example:

from pathlib import Path

from glider_ingest import MissionData, MissionProcessor

memory_card_copy_loc = Path('path/to/memory/card/copy')
# Where you want the netcdf to be saved to
working_dir = Path('path/to/working/dir').resolve()
mission_num = '46'

# Initalize the mission_data container
mission_data = MissionData(memory_card_copy_loc=memory_card_copy_loc,
                         working_dir=working_dir,
                         mission_num=mission_num)
# Pass the mission_data container to the MissionProcessor class
# call save_mission_dataset to generate and save the mission dataset
MissionProcessor(mission_data=mission_data).save_mission_dataset()

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Alec Krueger - alecmkrueger@tamu.edu

Project Link: https://github.com/alecmkrueger/glider-ingest

Acknowledgments

  • Sakib Mahmud, Texas A&M University, Geochemical and Environmental Research Group, sakib@tamu.edu
  • Xiao Ge, Texas A&M University, Geochemical and Environmental Research Group, gexiao@tamu.edu
  • Alec Krueger, Texas A&M University, Geochemical and Environmental Research Group, alecmkrueger@tamu.edu

(back to top)

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

glider_ingest-1.1.23.tar.gz (25.6 kB view details)

Uploaded Source

Built Distribution

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

glider_ingest-1.1.23-cp312-cp312-win_amd64.whl (26.3 kB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file glider_ingest-1.1.23.tar.gz.

File metadata

  • Download URL: glider_ingest-1.1.23.tar.gz
  • Upload date:
  • Size: 25.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.8 Windows/11

File hashes

Hashes for glider_ingest-1.1.23.tar.gz
Algorithm Hash digest
SHA256 8bf7aad70304aebc605464f4a9514ecac857f8b0b9bf462a00cad4e526b1b8ee
MD5 ff652e53f1742f00d9cff142b69b1c6e
BLAKE2b-256 50143915e37b57ee357b051a998765ce4dcc0fe24339c79b8f62bb151a215712

See more details on using hashes here.

File details

Details for the file glider_ingest-1.1.23-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for glider_ingest-1.1.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7c04944fbc59fd72fe19def47e3284d34e5fa575b2076762e64b958b197f564a
MD5 46833f29bb48e9a394ea69bff4f8847e
BLAKE2b-256 2be17c78dd4689a62d336f72c00d6be8df1c67fce4b72930d6e39e0afc43f6f0

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