A package for reading NASA PACE data files.
Project description
NASA-PACE-Data-Reader
This repository hosts a Python package designed to read L1C files from NASA PACE instruments, including HARP2, SPEXone, and OCI. Future development plans include the addition of readers for L2 aerosol and surface products.
Building and Uploading the Package:
To build and upload the package, you can either run the Install.sh script (ensure to specify the correct version), or follow the steps outlined below:
Build: Use the same command as before, which is python3 -m build.
Upload: Use the command python3 -m twine upload --repository testpypi dist/*.
Install: Use the command python3 -m pip install -i https://test.pypi.org/simple/ nasa-pace-data-reader.
Uninstall: Use the command python3 -m pip uninstall nasa_pace_data_reader.
Example Usage:
Here is a simple example of how to use the package:
from nasa_pace_data_reader import L1
calc = L1.L1C()
result = calc.add(5, 3)
print(result) # This will output: 8
Change Log:
Key Improvements:
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nasa_pace_data_reader-0.0.3.11.tar.gz.
File metadata
- Download URL: nasa_pace_data_reader-0.0.3.11.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dc5cd646daee6c9382d5b455b896b99b5f2cff413a7d7ebe061ada8e84fe069
|
|
| MD5 |
d319f777c026c35db10dac6cf288edcd
|
|
| BLAKE2b-256 |
661034084aab50072e81d07f07e0cc5ecbe71ebf2fa237e1323b28394fed837d
|
File details
Details for the file nasa_pace_data_reader-0.0.3.11-py3-none-any.whl.
File metadata
- Download URL: nasa_pace_data_reader-0.0.3.11-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d6489acd1068387b018cadcbd437ffbbc67eafd4dcbfa4a319bc901ad141da3
|
|
| MD5 |
936d36af041de74a905ba488e6424657
|
|
| BLAKE2b-256 |
abf20e822549f7928381e0f7b8bd166dc0f4048b71cdef8ddbda57d687666e1f
|