Skip to main content

Load and plot UAF Geophysical Institute Digital Meridian Spectrometer data

Project description

image image Coverage Status Build status

Digital Meridian Spectrometer

For Geophysical Institute's Poker Flat Digital Meridian Spectrometer, which uses NetCDF

example of PF-DMSP data

This library is also usable from Matlab, as seen in dmsp.m.

Data sources

Install

python -m pip install -e .

Matlab

Matlab users need:

Usage

LoadMSPdata.py creates many plots.

Use as a Python module is like:

import dmsp

dat = dmsp.load('~/data/myfile.PF')

which returns xarray.Dataset

Notes

You can also graphically browse the files with the ncview program:

apt install ncview

Error: libnetcdf.so.7

if you get

ImportError: libnetcdf.so.7: cannot open shared object file: No such file or directory

try:

apt install libnetcdf-dev
python -m pip install netcdf4

or

conda install netcdf4

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

dmsp-0.6.0.tar.gz (5.7 kB view hashes)

Uploaded Source

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