Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
skais
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raphael Sturgis
skais
Merge requests
!2
update doc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update doc
develop
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Raphael Sturgis
requested to merge
develop
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created doc
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b94d5ab2
1 commit,
3 years ago
1 file
+
29
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.rst
+
29
−
1
Options
# skais
skais
=====
``skais`` is a Python package for Raphael Sturgis' PhD at LIS and Searoutes.
Install
-------------
To install the package for development with ``pip``, run from the top-level
source (i.e., this file's directory)::
pip install -e .
To run unitary tests, install required packages::
pip install -r requirements.txt
Dataset installation
--------------------
Download the data to your favorite directory.
Then run function ``skais.Utils.config.generate_config`` in order to
create a configuration file and modify it to specify the path to your data
folder. The location of the configuration file is given by function
``skais.Utils.config.get_config_file``.
Once the configuration is set, the path to the data folder is
returned by function ``skais.Utils.config.get_data_path``.
\ No newline at end of file
Loading