Skip to main content

'pysat support for NASA Instruments'

Project description

pysatNASA: pysat support for NASA instruments

Build Status Coverage Status

Installation

Currently, the main way to get pysatNASA is through github.

git clone https://github.com/pysat/pysatNASA.git

Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".

cd pysatNASA/
python setup.py install

Note: pre-1.0.0 version

pysatNASA 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 pysatNASA.instruments import icon_ivm

ivm = pysat.Instrument(inst_module=icon_ivm, sat_id='a')

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('pysatNASA.instruments.icon_ivm')
ivm = pysat.Instrument('icon', 'ivm', sat_id='a')

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

pysatNASA-0.0.1.tar.gz (39.0 kB view details)

Uploaded Source

Built Distribution

pysatNASA-0.0.1-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file pysatNASA-0.0.1.tar.gz.

File metadata

  • Download URL: pysatNASA-0.0.1.tar.gz
  • Upload date:
  • Size: 39.0 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

Hashes for pysatNASA-0.0.1.tar.gz
Algorithm Hash digest
SHA256 87c680688747683bf31860f26707254ac03d750eb410c5afffe1ef3f46d2fe5c
MD5 9d305cf6442a35bc268f751aeeaff062
BLAKE2b-256 dd590969fbd064711d2d24957fe43d4a481c5526252567e78d19c8f40ce0ccda

See more details on using hashes here.

File details

Details for the file pysatNASA-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pysatNASA-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.0 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

Hashes for pysatNASA-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 53ccc7fa8a7e36d0e17e0a65266c2a1c2a44f8761c25c52ff2178a8bfbaeae2c
MD5 e00d9fb8575b377d9535d6013805387c
BLAKE2b-256 c9fe865ac3eeb30b9c9ebb88ac339d9cada49778c3ff819859c85acdfdc3095e

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