Digital Meridian Spectrometer
For Geophysical Institute's Poker Flat Digital Meridian Spectrometer, which uses NetCDF
This library is also usable from Matlab, as seen in dmsp.m.
Data sources
Install
python -m pip install -e .
Matlab
Matlab users need:
- Matlab ≥ R2018b
dmsppackage installed into the Python environment associated with Matlab
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
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 details)
File details
Details for the file dmsp-0.6.0.tar.gz.
File metadata
- Download URL: dmsp-0.6.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8025ea98b4141bb899811adfbcdeb33a6a2bf04501d187a5475534fa40ad7c3f
|
|
| MD5 |
fb2cb57cb2456085bf125bc5bff90875
|
|
| BLAKE2b-256 |
24d88d4724b9fb652b6a266d3ec75456af7876d6d16c65081afbe7fcc78f5ce7
|