eovsapy


Nameeovsapy JSON
Version 0.1.0.1 PyPI version JSON
download
home_page
SummaryPython code and files for Expanded Owens Valley Solar Array
upload_time2024-03-05 20:42:19
maintainer
docs_urlNone
author
requires_python>=3.6
licenseCopyright (c) 2017-2023 The EOVSAPY developers All rights reserved. Redistribution and use in source, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords solar physics solar science sun radio miriad
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EOVSAPY

![Latest Version](https://img.shields.io/pypi/v/eovsapy.svg)

EOVSAPY is a Python library dedicated to the processing and analysis of data from the Expanded Owens Valley Solar Array. For more details about the project, visit our [homepage](https://github.com/ovro-eovsa/eovsapy).

## Installation

### Prerequisites

Before installing EOVSAPY, ensure you have `pip` installed. For instructions, refer to the [pip installation guide](https://packaging.python.org/tutorials/installing-packages/).

### Installing EOVSAPY

EOVSAPY can be easily installed using pip. Run the following command:

```bash
pip install eovsapy
```

### Configuring Access to the Interim Database (IDB)

To process and calibrate EOVSA raw "Interim" Database (IDB) data, access to the SQL database containing the calibration data is required. Perform the following steps to configure access:

1. **Obtain Database Credentials**:
Contact sijie.yu@njit.edu to request the `<username>`, `<account_name>`, and `<password>` for database access.

2. **Create a `.netrc` File**:

   Create a `.netrc` file in your home directory (`$HOME`) with the following contents, replacing `<username>`, `<account_name>`, and `<password>` with the actual database credentials:

   ```bash
   machine eovsa-db0.cgb0fabhwkos.us-west-2.rds.amazonaws.com
           login <username>
           account <account_name>
           password <password>
   ```

3. **Secure the `.netrc` File**:

   To ensure that the file is only accessible by you, set its permissions to only allow owner read/write:

   ```bash
   chmod 0600 ~/.netrc
   ```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "eovsapy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "solar physics,solar,science,sun,radio,miriad",
    "author": "",
    "author_email": "The EOVSA team <sijie.yu@njit.edu>",
    "download_url": "https://files.pythonhosted.org/packages/e3/31/2807ffcd6010c426c454f3c52c21b5b92f1bec398eff5137fd3d70d67a77/eovsapy-0.1.0.1.tar.gz",
    "platform": null,
    "description": "# EOVSAPY\n\n![Latest Version](https://img.shields.io/pypi/v/eovsapy.svg)\n\nEOVSAPY is a Python library dedicated to the processing and analysis of data from the Expanded Owens Valley Solar Array. For more details about the project, visit our [homepage](https://github.com/ovro-eovsa/eovsapy).\n\n## Installation\n\n### Prerequisites\n\nBefore installing EOVSAPY, ensure you have `pip` installed. For instructions, refer to the [pip installation guide](https://packaging.python.org/tutorials/installing-packages/).\n\n### Installing EOVSAPY\n\nEOVSAPY can be easily installed using pip. Run the following command:\n\n```bash\npip install eovsapy\n```\n\n### Configuring Access to the Interim Database (IDB)\n\nTo process and calibrate EOVSA raw \"Interim\" Database (IDB) data, access to the SQL database containing the calibration data is required. Perform the following steps to configure access:\n\n1. **Obtain Database Credentials**:\nContact sijie.yu@njit.edu to request the `<username>`, `<account_name>`, and `<password>` for database access.\n\n2. **Create a `.netrc` File**:\n\n   Create a `.netrc` file in your home directory (`$HOME`) with the following contents, replacing `<username>`, `<account_name>`, and `<password>` with the actual database credentials:\n\n   ```bash\n   machine eovsa-db0.cgb0fabhwkos.us-west-2.rds.amazonaws.com\n           login <username>\n           account <account_name>\n           password <password>\n   ```\n\n3. **Secure the `.netrc` File**:\n\n   To ensure that the file is only accessible by you, set its permissions to only allow owner read/write:\n\n   ```bash\n   chmod 0600 ~/.netrc\n   ```\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2017-2023 The EOVSAPY developers All rights reserved.  Redistribution and use in source, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Python code and files for Expanded Owens Valley Solar Array",
    "version": "0.1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ovro-eovsa/eovsapy",
        "Repository": "https://github.com/ovro-eovsa/eovsapy"
    },
    "split_keywords": [
        "solar physics",
        "solar",
        "science",
        "sun",
        "radio",
        "miriad"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7f889e68d38d442f7e968022336a3f9da3bcdfd8433396c0991c37cf611e57e",
                "md5": "4cc33001d47de2a5d168f6b3425d7e35",
                "sha256": "7a2a1bc7983bef6b7341aaed2c11b85dccde1abf367951f05ad3a2e79fb590ff"
            },
            "downloads": -1,
            "filename": "eovsapy-0.1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cc33001d47de2a5d168f6b3425d7e35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1232418,
            "upload_time": "2024-03-05T20:42:17",
            "upload_time_iso_8601": "2024-03-05T20:42:17.190357Z",
            "url": "https://files.pythonhosted.org/packages/a7/f8/89e68d38d442f7e968022336a3f9da3bcdfd8433396c0991c37cf611e57e/eovsapy-0.1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3312807ffcd6010c426c454f3c52c21b5b92f1bec398eff5137fd3d70d67a77",
                "md5": "8492adb28d89fe38cd1e858e2fad0628",
                "sha256": "ea372756886c6d4c8acc8be6b775378e773f4eecc90e9826f5e6e62f34c4ab2f"
            },
            "downloads": -1,
            "filename": "eovsapy-0.1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8492adb28d89fe38cd1e858e2fad0628",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1183396,
            "upload_time": "2024-03-05T20:42:19",
            "upload_time_iso_8601": "2024-03-05T20:42:19.718432Z",
            "url": "https://files.pythonhosted.org/packages/e3/31/2807ffcd6010c426c454f3c52c21b5b92f1bec398eff5137fd3d70d67a77/eovsapy-0.1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 20:42:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ovro-eovsa",
    "github_project": "eovsapy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eovsapy"
}
        
Elapsed time: 0.22841s