'Supports science analysis across disparate data platforms'
Project description
pysat: Python Satellite Data Analysis Toolkit
The Python Satellite Data Analysis Toolkit (pysat) is a package providing a simple and flexible interface for downloading, loading, cleaning, managing, processing, and analyzing scientific measurements. Although pysat was initially designed for in situ satellite observations, it now supports many different types of ground- and space-based measurements.
Full Documentation
JGR-Space Physics Publication
Come join us on Slack! An invitation to the pysat workspace is available in the 'About' section of the pysat GitHub Repository. Development meetings are generally held fortnightly.
Main Features
- Instrument independent analysis routines.
- Instrument object providing an interface for downloading and analyzing a wide
variety of science data sets.
- Uses pandas or xarray for the underlying data structure; capable of handling the many forms scientific measurements take in a consistent manner.
- Standard scientific data handling tasks (e.g., identifying, downloading, and loading files and cleaning and modifying data) are built into the Instrument object.
- Supports metadata consistent with the netCDF CF-1.6 standard. Each variable has a name, long name, and units. Note units are informational only.
- Simplifies data management
- Iterator support for loading data by day/file/orbit, independent of data storage details.
- Orbits are calculated on the fly from loaded data and span day breaks.
- Iterate over custom seasons
- Supports rigorous time-series calculations that require spin up/down time across day, orbit, and file breaks.
- Includes helper functions to reduce the barrier in adding new science instruments to pysat
Installation
Starting from scratch
-
Python and associated packages for science are freely available. Convenient science python package setups are available from https://www.python.org/, Anaconda, and other locations (some platform specific). Anaconda also includes a developer environment that works well with pysat. Core science packages such as numpy, scipy, matplotlib, pandas and many others may also be installed directly via pip or your favorite package manager.
-
Installation through pip
pip install pysat
- Installation through github
git clone https://github.com/pysat/pysat.git
cd pysat
python setup.py install
An advantage to installing through github is access to the development branches.
The latest bugfixes can be found in the develop
branch. However, this branch
is not stable (as the name implies). We recommend using this branch in a
virtual environment or using python setup.py develop
.
git clone https://github.com/pysat/pysat.git
cd pysat
git checkout develop
python setup.py develop
- Note that pysat requires a number of packages for the install.
- dask
- netCDF4
- numpy
- pandas
- portalocker
- scipy
- toolz
- xarray
- The first time the package is run, you will need to specify a directory to store data. In python, run:
pysat.params['data_dirs'] = 'path/to/directory/that/exists'
- Nominal organization of data is top_dir/platform/name/tag/inst_id/files
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
File details
Details for the file pysat-3.0.1.tar.gz
.
File metadata
- Download URL: pysat-3.0.1.tar.gz
- Upload date:
- Size: 425.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13760e8d4803728a48d4fecaff8cf4766adfae12c676e9109eb565c2e795945c |
|
MD5 | 5fb0f04a378704b89be605d2d3377b95 |
|
BLAKE2b-256 | 32ff58fb0a254fb65528fe48ef4fbe23f79f94b512c070e95e975c74a835db93 |