Skip to content

mdp-aerosol-group/SP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SP2

A small Julia package to read the binary files generated by the SP2 data acquisition system. The data uses the read_sp2 python code from the PySp2 project and returns the data as a named tuple.

Installation

julia> ENV["PYTHON"] = ""
pkg> build PyCall

julia> using Conda
julia> Conda.add(["xarray", "numpy"])

pkg> add https://github.com/mdp-aerosol-group/SP2.git

Usage

using SP2

data = SP.read(file)

The Julia python distribution requires installation of associated dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages