Skip to main content

A python reader for SAGE III and SAGE III ISS L2 solar binary files

Project description

Python SAGE Data Reader

A python reader for SAGE III and SAGE III ISS binary data files into an xarray dataset.

Tested with versions:

  • 5.0
  • 5.1
  • 5.2

Downloads

The binary files are not supplied and must be downloaded by the user.
SAGEIII binary files
SAGEIII-ISS binary files

Installation

To install the package run:

pip install sage3reader

Dataset details

The user should be able to match the coordinates and variables in the dataset with those in the binary file format sheet (Table C1.3 of the Data Product User Guide) taking note of the following changes

Binary Format Dataset
start_date (yyyymmdd) and start_time (hhmmss) integers start_time (datetime64)
end_date (yyyymmdd) and end_time (hhmmss) integers end_time (datetime64)
ground track date and time integers ground track datetime64

Examples

To load data for a single profile:

from sage3reader import l2binary_to_dataset

s3data = l2binary_to_dataset('/path/to/file')

To load all profiles in a directory tree:

from sage3reader import multi_path_l2binary_to_dataset

s3data = multi_path_l2binary_to_dataset('/path/to/files')

Other examples can be found in the examples folder.

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

sage3reader-0.2.4.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

sage3reader-0.2.4-py3-none-any.whl (22.9 kB view hashes)

Uploaded Python 3

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