Skip to main content

Python code and files for Expanded Owens Valley Solar Array

Project description

EOVSAPY

Latest Version

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.

Installation

Prerequisites

Before installing EOVSAPY, ensure you have pip installed. For instructions, refer to the pip installation guide.

Installing EOVSAPY

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

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:

    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:

    chmod 0600 ~/.netrc
    

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

eovsapy-0.1.0.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

eovsapy-0.1.0.1-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file eovsapy-0.1.0.1.tar.gz.

File metadata

  • Download URL: eovsapy-0.1.0.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for eovsapy-0.1.0.1.tar.gz
Algorithm Hash digest
SHA256 ea372756886c6d4c8acc8be6b775378e773f4eecc90e9826f5e6e62f34c4ab2f
MD5 8492adb28d89fe38cd1e858e2fad0628
BLAKE2b-256 e3312807ffcd6010c426c454f3c52c21b5b92f1bec398eff5137fd3d70d67a77

See more details on using hashes here.

File details

Details for the file eovsapy-0.1.0.1-py3-none-any.whl.

File metadata

  • Download URL: eovsapy-0.1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for eovsapy-0.1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7a2a1bc7983bef6b7341aaed2c11b85dccde1abf367951f05ad3a2e79fb590ff
MD5 4cc33001d47de2a5d168f6b3425d7e35
BLAKE2b-256 a7f889e68d38d442f7e968022336a3f9da3bcdfd8433396c0991c37cf611e57e

See more details on using hashes here.

Supported by

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