Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
mdf_reader
Commits
782f6e56
Commit
782f6e56
authored
4 years ago
by
bearecinos
Browse files
Options
Download
Email Patches
Plain Diff
updated README
parent
60ea212a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
782f6e56
...
...
@@ -14,8 +14,10 @@ model](https://cds.climate.copernicus.eu/toolbox/doc/how-to/15_how_to_understand
```
git clone git@git.noc.ac.uk:brecinosrivas/mdf_reader.git
```
2.
Install requirements (see
[
requirements.txt
](
https://git.noc.ac.uk/brecinosrivas/mdf_reader/-/blob/master/requirements.txt
)
).
> More information about python environments [here](https://git.noc.ac.uk/brecinosrivas/guide-to-jupyter-notebooks).
2
.
Run a test:
3
.
Run a test:
```
import sys
sys.path.append('/path_to_folder_directory_containing_the_mdf_reader_folder/')
...
...
@@ -24,7 +26,7 @@ import matplotlib.pyplot as plt
data = mdf_reader.tests.read_imma1_buoys_nosupp()
```
3
.
Read imma data
4
.
Read imma data
```
imma_data = mdf_reader.read(filepath, data_model = 'imma1',sections = ['core','c1','c98'])
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment