ctd-processing


Namectd-processing JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://git.io-warnemuende.de/CTD-Software/processing
SummaryCustom CTD processing tools and a runner to use these interchangeable with the standard seabird modules.
upload_time2025-07-24 14:33:17
maintainerNone
docs_urlNone
authorEmil Michels
requires_python>=3.12
licenseNone
keywords ctd processing seabird data oceanography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Intro

This is a custom software suite to process Sea-Bird CTD data. It fully supports running Sea-Birds original processing modules, but also custom ones, written in python or independent executables, that adhere to the command line interface of the original Sea-Bird modules. They can interchangeably be used as part of 'processing procedures', workflows of multiple processing steps in sequence on one or more data file. These procedures are defined by .toml configuration files.

# Current development goals

- Developing new custom processing modules

  - Improving AlignCTD

  - A module to retrieve start and end of a cast (cast_borders)

  - A new bottle handling module, that creates btl files after all processing steps

- Writing an entry point to the different functionalities

- The replacement of Sea-Birds executables by their python packages

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.io-warnemuende.de/CTD-Software/processing",
    "name": "ctd-processing",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "CTD, processing, seabird, data, Oceanography",
    "author": "Emil Michels",
    "author_email": "<emil.michels@io-warnemuende.de>",
    "download_url": "https://files.pythonhosted.org/packages/6f/c7/a70826ea742490c79137fe930145ce3101d9c2f1d7793485cbfb0ca1a913/ctd_processing-1.5.2.tar.gz",
    "platform": null,
    "description": "# Intro\n\nThis is a custom software suite to process Sea-Bird CTD data. It fully supports running Sea-Birds original processing modules, but also custom ones, written in python or independent executables, that adhere to the command line interface of the original Sea-Bird modules. They can interchangeably be used as part of 'processing procedures', workflows of multiple processing steps in sequence on one or more data file. These procedures are defined by .toml configuration files.\n\n# Current development goals\n\n- Developing new custom processing modules\n\n  - Improving AlignCTD\n\n  - A module to retrieve start and end of a cast (cast_borders)\n\n  - A new bottle handling module, that creates btl files after all processing steps\n\n- Writing an entry point to the different functionalities\n\n- The replacement of Sea-Birds executables by their python packages\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Custom CTD processing tools and a runner to use these interchangeable with the standard seabird modules.",
    "version": "1.5.2",
    "project_urls": {
        "Documentation": "https://ctd-software.pages.io-warnemuende.de/processing",
        "Homepage": "https://git.io-warnemuende.de/CTD-Software/processing",
        "Repository": "https://git.io-warnemuende.de/CTD-Software/processing"
    },
    "split_keywords": [
        "ctd",
        " processing",
        " seabird",
        " data",
        " oceanography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea427adb4f98017f794b5d22f702e75f80d14d76489cb1a0b9d233e16e6c69ad",
                "md5": "5d7313aefd0b2f51bea0e2d9e4648259",
                "sha256": "e80ec9bcc0eea427fbbaef1034d5c5a56387817904ebc207fbb29697ddc66162"
            },
            "downloads": -1,
            "filename": "ctd_processing-1.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d7313aefd0b2f51bea0e2d9e4648259",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 54594,
            "upload_time": "2025-07-24T14:33:15",
            "upload_time_iso_8601": "2025-07-24T14:33:15.066040Z",
            "url": "https://files.pythonhosted.org/packages/ea/42/7adb4f98017f794b5d22f702e75f80d14d76489cb1a0b9d233e16e6c69ad/ctd_processing-1.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fc7a70826ea742490c79137fe930145ce3101d9c2f1d7793485cbfb0ca1a913",
                "md5": "c3010c1cbd71a51ad789491ab61ba073",
                "sha256": "b2de8d9e9a5abc9bc4fea4ea5706d830b662118272a77f840b701333704ab811"
            },
            "downloads": -1,
            "filename": "ctd_processing-1.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c3010c1cbd71a51ad789491ab61ba073",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 44363,
            "upload_time": "2025-07-24T14:33:17",
            "upload_time_iso_8601": "2025-07-24T14:33:17.361291Z",
            "url": "https://files.pythonhosted.org/packages/6f/c7/a70826ea742490c79137fe930145ce3101d9c2f1d7793485cbfb0ca1a913/ctd_processing-1.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 14:33:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ctd-processing"
}
        
Elapsed time: 0.62053s