Removed format from header
iregon authored
611a3444
Name Last commit Last update
common First commit
docs First commit
reader First commit
schemas Removed format from header
tests removed all
validate First commit
.gitignore Modified
README.md Updated
__init__.py First commit
properties.py First commit
read.py First commit
requirements.txt First commit
  1. Run a test:

import mdf_reader

import matplotlib.pyplot as plt

data = mdf_reader.tests.read_imma1_buoys_nosupp()

data = mdf_reader.tests.read_imma1_buoys_supp()

ax = data[section_name][field_name].plot(label='x')

data[section_name][field_name].plot(ax = ax ,label='y')

plt.show()

  1. Read imma data

imma_data = mdf_reader.read(filepath, data_model = 'imma1',sections = ['core','c1','c98'])