'pysat support for CDAAC instruments'
Project description
pysatCDAAC: pysat support for COSMIC Data Analysis and Archive Center instruments
Installation
Currently, the main way to get pysatCDAAC is through github.
git clone https://github.com/pysat/pysatCDAAC.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatCDAAC/
python setup.py install
Note: pre-1.0.0 version
pysatCDAAC is currently in an initial development phase. Much of the API is being built off of the upcoming pysat 3.0.0 software in order to streamline the usage and test coverage. This version of pysat is planned for release later this year. Currently, you can access the develop version of this through github:
git clone https://github.com/pysat/pysat.git
cd pysat
git checkout develop-3
python setup.py install
It should be noted that this is a working branch and is subject to change.
Using with pysat
The instrument modules are portable and designed to be run like any pysat instrument.
import pysat
from pysatCDAAC.instruments import cosmic_gps
cosmic = pysat.Instrument(inst_module=cosmic_gps, tag='ionprf')
Another way to use the instruments in an external repository is to register the instruments. This only needs to be done the first time you load an instrument. Afterward, pysat will identify them using the platform
and name
keywords.
import pysat
pysat.utils.registry.register(‘pysatCDAAC.instruments.cosmic_gps’)
cosmic = pysat.Instrument('cosmic', 'gps', tag='ionprf')
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 pysatCDAAC-0.0.1.tar.gz
.
File metadata
- Download URL: pysatCDAAC-0.0.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bee8f0133ed62f7aa58cf4ff562fd3abc18ae873a3e3e12d580af4bac5f84e1 |
|
MD5 | 93ebae425a14e113fa2eafba2f52b29e |
|
BLAKE2b-256 | 3f22e7c6a6e69fb9d5f534c565da5950157e26da6bacf8d0702fd78ad332e26e |
File details
Details for the file pysatCDAAC-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pysatCDAAC-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ca541d59934a1ea30e7f51b87fa35f778dc4e0ef6e2572db97890cfb6e8b96f |
|
MD5 | 81bbb6bf8fb1ce1c0e8def7a7e417b91 |
|
BLAKE2b-256 | 4536aa2b8f98768875ff9c9a5424b0c1f60ed665c4e08c447818d515e1e7515c |