|
|
|
|
|
The scripts in this repository consist on a pure [R](https://www.r-project.org/) package,
|
|
The scripts in this repository consist on a pure [R](https://www.r-project.org/) package,
|
|
but it has several dependencies which can be install by the following
|
|
but it has several dependencies which can be installed by the following
|
|
instructions.
|
|
instructions.
|
|
|
|
|
|
All the required packages should work on any platform and on linux based systems.
|
|
All the required packages should work on any platform and on linux based systems.
|
... | @@ -48,7 +48,7 @@ for more information. |
... | @@ -48,7 +48,7 @@ for more information. |
|
|
|
|
|
**Conda environment**
|
|
**Conda environment**
|
|
|
|
|
|
Once conda is installed on your system you can easily create a fix R environment
|
|
Once conda is installed on your system you can easily create a fixed R environment
|
|
to use in every run by:
|
|
to use in every run by:
|
|
|
|
|
|
~~~
|
|
~~~
|
... | @@ -81,12 +81,12 @@ conda install -c conda-forge r-devtools |
... | @@ -81,12 +81,12 @@ conda install -c conda-forge r-devtools |
|
|
|
|
|
**IMMA toolbox**
|
|
**IMMA toolbox**
|
|
|
|
|
|
The IMMA data format is used for the disemmination of the icoads marine data.
|
|
The IMMA data format is used for the disemmination of the ICOADS marine data.
|
|
The package **imma** written also in R.
|
|
The package **imma** written also in R.
|
|
Provides function to read those files and to apply quality control to the data.
|
|
Provides function to read those files and to apply quality control to the data.
|
|
|
|
|
|
Must be install manually by getting the .tar.gz file and running the following
|
|
Must be installed manually by getting the .tar.gz file and running the following
|
|
script once your conda environment is activated:
|
|
script once your conda environment has been activated:
|
|
|
|
|
|
~~~
|
|
~~~
|
|
conda install ./imma_0.0.1.tar.gz
|
|
conda install ./imma_0.0.1.tar.gz
|
... | @@ -102,11 +102,13 @@ system. Then, clone the latest repository version: |
... | @@ -102,11 +102,13 @@ system. Then, clone the latest repository version: |
|
git clone git@git.noc.ac.uk:brecinosrivas/icoads-r-hostace.git
|
|
git clone git@git.noc.ac.uk:brecinosrivas/icoads-r-hostace.git
|
|
~~~
|
|
~~~
|
|
|
|
|
|
If you are in JASMIN, you might have to configure your **Gitlab ssh keys**. Adding
|
|
If you are inside [JASMIN](https://help.jasmin.ac.uk/article/185-generate-ssh-key-pair),
|
|
a JASMIN pub key to your profile. To enable access from JASMIN sci servers to
|
|
you might have to configure your **Gitlab** ssh keys (under **Settings > Ssh keys**).
|
|
your NOC gitlab platform.
|
|
And add a JASMIN pub key to your profile (from within JASMIN's sci servers).
|
|
|
|
This in order to enable access from JASMIN sci servers to your NOC gitlab platform and
|
|
|
|
to clone the repository within one of JASMIN's sci servers.
|
|
|
|
|
|
More information [here](https://git.noc.ac.uk/help/ssh/README.md).
|
|
For more information on gitlab ssh keys [click here](https://git.noc.ac.uk/help/ssh/README.md).
|
|
|
|
|
|
Now you can go to the repository by:
|
|
Now you can go to the repository by:
|
|
|
|
|
... | | ... | |