import pyantarctica
from pyantarctica import aiceairsea
from pyantarctica import datafilter
from pyantarctica import dataset
from pyantarctica import visualizing
from pyantarctica import windvectorcoordinates
Every notebook in the ACE-DATA data science project repository provides relatively simple (hopefully) and straightforward examples and scripts to run steps in the ASAID project analysis pipeline.
See scripts released with publications
If you are using conda, first set up a conda environment:
(or pipenv works nicely as well)
$ conda create --name ace-data python=3.6
$ conda activate ace-data
To use the visualization tools, cartopy needs to be manually installed depending on your OS. In most situations, conda install -c conda-forge cartopy should do. Visit https://scitools.org.uk/cartopy/docs/latest/installing.html#installing for more informations.
From source:
$ cd YOUR_PROJECT_FOLDER
$ mkdir src && cd src
$ git clone [email protected]:Swiss-Polar-Institute/pyantarctica.git
$ pip install ./pyantarctica
From the Swiss Polar Institute Github Repository https://github.com/Swiss-Polar-Institute/pyantarctica :
$ pip install -e [email protected]:Swiss-Polar-Institute/pyantarctica.git
Can be built with sphinx !TOTEST
Python 3.6 preferred, but not required. Only tested with python >= 3
Copyright 2017-2018 - Swiss Data Science Center (SDSC) and ACE-DATA/ASAID Project consortium.
A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and Eidgenössische Technische Hochschule Zürich (ETHZ).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Michele Volpi, SDSC, [email protected]
- Sebastian Landwehr, PSI, [email protected]
see setup.py