"tests/git@git.noc.ac.uk:brecinosrivas/mdf_reader.git" did not exist on "d01a68b9941b06e3a26e1f025325ddf1f3f04195"
Name Last commit Last update
common First commit
docs First commit
reader First commit
schemas First commit
tests removed all
validate First commit
.gitignore Modified
README.md First commit
__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'])