Python code and files for Expanded Owens Valley Solar Array
Project description
EOVSAPY
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:
-
Obtain Database Credentials: Contact sijie.yu@njit.edu to request the
<username>
,<account_name>
, and<password>
for database access. -
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>
-
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea372756886c6d4c8acc8be6b775378e773f4eecc90e9826f5e6e62f34c4ab2f |
|
MD5 | 8492adb28d89fe38cd1e858e2fad0628 |
|
BLAKE2b-256 | e3312807ffcd6010c426c454f3c52c21b5b92f1bec398eff5137fd3d70d67a77 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2a1bc7983bef6b7341aaed2c11b85dccde1abf367951f05ad3a2e79fb590ff |
|
MD5 | 4cc33001d47de2a5d168f6b3425d7e35 |
|
BLAKE2b-256 | a7f889e68d38d442f7e968022336a3f9da3bcdfd8433396c0991c37cf611e57e |