"git@git.noc.ac.uk:brecinosrivas/mdf_reader.git" did not exist on "461b8cc9ea90ca1137a7fd80ac29920f4322c0f5"
Updated
Irene Perez Gonzalez authored
461b8cc9
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 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'])