Skip to content

christopherbjorge/nav-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone

Clone this repository:

git clone --recurse-submodules https://github.com/stiefen1/nav-env.git

Conda Environment

Then change your current directory to nav-env and create your conda environment using the env.yml file. For this, first activate your conda environment:

conda activate

And create your environment using:

conda env create --name <env-name> --file env.yml

Don't forget to change with the name you would like to use for your environment. Finally, activate your environment using:

conda activate <env-name>

If you don't want compiled physics

Switch to 'uncompiled' branch

git checkout uncompiled

Install the library

pip install -e .

Install the seacharts dependency

pip install -e submodules\seacharts

If you want compiled physics

Install the library

pip install -e .

Install the seacharts dependency

pip install -e submodules\seacharts

Install the cython package

python nav_env\ships\setup.py build_ext --inplace

Examples

To verify everything is correctly installed, run one of the examples here!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Cython 2.4%