dmsp

Load and plot UAF Geophysical Institute Digital Meridian Spectrometer data


Keywords
aurora, spectrograph, geophysical-institute, geoscience, matlab-python-interface, netcdf, poker-flat-research-range, python
License
MIT
Install
pip install dmsp==0.6.0

Documentation

https://travis-ci.org/scivision/meridian-spectrometer-reader.svg?branch=master https://coveralls.io/repos/github/scivision/meridian-spectrometer-reader/badge.svg?branch=master Maintainability

meridian-spectrometer-reader

for Poker Flat Digital Meridian Spectrometer, which uses netCDF

example of PF-DMSP data

Data sources

install

python -m pip install -e .

examples

see top comments in LoadMSPdata.py, with the data obtained from the URL above.

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 --upgrade netcdf4