fewings-lab-datasets


Namefewings-lab-datasets JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryOceanographic datasets assembled by the Fewings Lab.
upload_time2024-06-13 02:41:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords oceanography datasets
VCS
bugtrack_url
requirements cmocean matplotlib numpy pytest xarray
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fewings Lab Datasets
====================

`fewings-lab-datasets` is a Python package for accessing various oceanographic datasets assembled by members of the [Fewings Lab](https://fewingslab.ceoas.oregonstate.edu/).

Installation
------------

The latest version can be downloaded using Pip:

    pip install fewings-lab-datasets

You can install the most up-to-date version using:

    pip install git+https://github.com/andrew-s28/fewings-lab-datasets.git

Usage
-----

Import specific datasets from this package:
    
    from fldatasets import NHLSections

The following datasets have been implemented as classes in this package:

* [NHLSections](https://fewings-lab-datasets.readthedocs.io/en/latest/nhl_data.html)
    * [Spatially gridded cross-shelf hydrographic sections and monthly climatologies from shipboard survey data collected along the Newport Hydrographic Line, 1997–2021](https://www.sciencedirect.com/science/article/pii/S2352340922001342)

Each dataset class has slightly different methods to access the data, since each dataset itself is different.
The documentation for each dataset class describes the methods available for that dataset.

Credits
-------

The datasets contained within this package were collected by a wide range of people working for lots of different programs, and we owe many thanks to their efforts.
Members of the Fewings Lab have assembled these datasets, and every dataset available in this package has a corresponding publication that should be cited when using the data.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fewings-lab-datasets",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Andrew Scherer <scherand@oregonstate.edu>",
    "keywords": "oceanography, datasets",
    "author": null,
    "author_email": "Andrew Scherer <scherand@oregonstate.edu>",
    "download_url": "https://files.pythonhosted.org/packages/94/29/1a3043afc2ef4ad21bd748b21adca1295d762496533b03cf084e53d2a52c/fewings_lab_datasets-0.3.0.tar.gz",
    "platform": null,
    "description": "Fewings Lab Datasets\n====================\n\n`fewings-lab-datasets` is a Python package for accessing various oceanographic datasets assembled by members of the [Fewings Lab](https://fewingslab.ceoas.oregonstate.edu/).\n\nInstallation\n------------\n\nThe latest version can be downloaded using Pip:\n\n    pip install fewings-lab-datasets\n\nYou can install the most up-to-date version using:\n\n    pip install git+https://github.com/andrew-s28/fewings-lab-datasets.git\n\nUsage\n-----\n\nImport specific datasets from this package:\n    \n    from fldatasets import NHLSections\n\nThe following datasets have been implemented as classes in this package:\n\n* [NHLSections](https://fewings-lab-datasets.readthedocs.io/en/latest/nhl_data.html)\n    * [Spatially gridded cross-shelf hydrographic sections and monthly climatologies from shipboard survey data collected along the Newport Hydrographic Line, 1997\u20132021](https://www.sciencedirect.com/science/article/pii/S2352340922001342)\n\nEach dataset class has slightly different methods to access the data, since each dataset itself is different.\nThe documentation for each dataset class describes the methods available for that dataset.\n\nCredits\n-------\n\nThe datasets contained within this package were collected by a wide range of people working for lots of different programs, and we owe many thanks to their efforts.\nMembers of the Fewings Lab have assembled these datasets, and every dataset available in this package has a corresponding publication that should be cited when using the data.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Oceanographic datasets assembled by the Fewings Lab.",
    "version": "0.3.0",
    "project_urls": {
        "Source": "https://github.com/andrew-s28/fewings-lab-datasets"
    },
    "split_keywords": [
        "oceanography",
        " datasets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b23f51aa60362538ef68d1b6f3362eb4a8f83c0c2a9972d3b4ee86ba28bf9df",
                "md5": "eba67a3088eb6bdac3383e975fcb8869",
                "sha256": "5c9ad74cac332b6633e6dfe22d6400cd16377dea115fda2a0a01df4bb91b3591"
            },
            "downloads": -1,
            "filename": "fewings_lab_datasets-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eba67a3088eb6bdac3383e975fcb8869",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4411,
            "upload_time": "2024-06-13T02:41:47",
            "upload_time_iso_8601": "2024-06-13T02:41:47.565511Z",
            "url": "https://files.pythonhosted.org/packages/0b/23/f51aa60362538ef68d1b6f3362eb4a8f83c0c2a9972d3b4ee86ba28bf9df/fewings_lab_datasets-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94291a3043afc2ef4ad21bd748b21adca1295d762496533b03cf084e53d2a52c",
                "md5": "57f65cafdc0d1b2993e74646107e3a2a",
                "sha256": "5db97dac702f9737899e280ed468a432195a17e523122ceeeb5a9d0c94663b6b"
            },
            "downloads": -1,
            "filename": "fewings_lab_datasets-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "57f65cafdc0d1b2993e74646107e3a2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14210,
            "upload_time": "2024-06-13T02:41:48",
            "upload_time_iso_8601": "2024-06-13T02:41:48.636432Z",
            "url": "https://files.pythonhosted.org/packages/94/29/1a3043afc2ef4ad21bd748b21adca1295d762496533b03cf084e53d2a52c/fewings_lab_datasets-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 02:41:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrew-s28",
    "github_project": "fewings-lab-datasets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cmocean",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "xarray",
            "specs": []
        }
    ],
    "lcname": "fewings-lab-datasets"
}
        
Elapsed time: 0.26881s