Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O ORCHESTRA-SST
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • ORCHESTRA-SST
  • Wiki
  • How to install

How to install · Changes

Page history
fix installation instructions authored 3 years ago by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
+5 -5
  • How-to-install.md How-to-install.md +5 -5
  • No files found.
How-to-install.md
View page @ e209a2f6
......@@ -48,19 +48,19 @@ conda config --add channels conda-forge
To install dependencies simply do:
~~~
conda install -c conda-forge numpy pyreadr pandas xarray scipy cartopy pyproj configobj seaborn
conda install -c conda-forge numpy pyreadr pandas scipy cartopy pyproj configobj seaborn
~~~
We then need to install [netCDF4](https://github.com/Unidata/netcdf4-python) and the library [salem](https://salem.readthedocs.io/en/stable/), to use such libraries we need to install some dependencies with pip:
You need to install a **specific version of xarray!** by the following command:
~~~
pip install shapely rasterio Pillow geopandas netcdf4 scikit-image joblib motionless dask descartes
conda install -c conda-forge xarray==0.16.0 dask netCDF4 bottleneck
~~~
Now we can install netCDF4 and joblib:
We then need to install the library [salem](https://salem.readthedocs.io/en/stable/), to use this library we need to install some dependencies with pip:
~~~
conda install -c conda-forge netCDF4 joblib
pip install shapely rasterio Pillow geopandas scikit-image joblib motionless descartes
~~~
Finally, we can install salem:
......
Clone repository

Wiki pages

Home

Introduction
Installation