Skip to content

Commit

Permalink
update refs to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Mar 19, 2015
1 parent 32200cf commit c33066c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ Conda recipes by Birdhouse
Birdhouse is using :term:`Anaconda` to maintain package dependencies.
Anaconda gives you the possibility to write your own `conda recipes <http://conda.pydata.org/docs/build.html>`_.
In Birdhouse we have written several conda recipes for the packages that were not available on Anaconda.
These `additional conda recipes by Birdhouse <https://github.com/bird-house/conda-recipes>`_ are available on :term:`GitHub`.
Some of the missing packages are: PyWPS, OWSLib, CDO, ocgis/icclim, cfchecker, nginx, ...
These `additional conda recipes by Birdhouse <https://github.com/bird-house/conda-recipes>`_ are available on GitHub.
Some of the missing packages are: :term:`PyWPS`, :term:`OWSLib`, :term:`CDO`, :term:`ocgis`/:term:`icclim`, :term:`cfchecker`, :term:`Nginx`, ...

Anaconda provides a free Anaconda Server on :term:`Binstar`. Here you can upload your builded conda packages for different platforms (Linux, MacOX, Windows). These packages are then available for installation with the :term:`conda` installer.

`Birdhouse has a Binstar organisation <https://binstar.org/birdhouse>`_ where all conda packages are collected which are
builded from the conda recipes on GitHub. These packages can be installed with the :term:`conda` installer using the `birdhouse` channel.
For example if you are already using Anaconda, you can install `CDO` with the following command::
For example if you are already using Anaconda, you can install :term:`CDO` with the following command::

$ conda install --channel birdhouse cdo

Building conda packages
~~~~~~~~~~~~~~~~~~~~~~~

There are several ways to build conda packages and upload them to Binstar.
There are several ways to build conda packages and upload them to Binstar:

* You can `build packages locally <http://docs.binstar.org/conda.html>`_ and upload them with the Binstar command line tool.
* You can also `build packages remotely on Binstar <http://docs.binstar.org/draft/examples.html#SubmitYourFirstBuild>`_. Additionally you can set a GitHub Webhook so that on each commit of your recipe a build will be run on Binstar.
Expand Down
31 changes: 31 additions & 0 deletions docs/source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,37 @@ Glossary
*Emu* is a Python package with some test proccess for :term:`Web Processing Services <wps>`.
http://emu.readthedocs.org/en/latest/

CDO
Climate Data Operators
*CDO* is a collection of command line Operators to manipulate and analyse Climate and NWP model Data.
https://code.zmaw.de/projects/cdo

ocgis
OpenClimateGIS
*OpenClimateGIS* (OCGIS) is a Python package designed for geospatial manipulation, subsetting, computation, and translation of climate datasets stored in local :term:`NetCDF` files or files served through :term:`THREDDS` data servers.
https://www.earthsystemcog.org/projects/openclimategis/
https://github.com/NCPP/ocgis

ICCLIM
Indice Calculation CLIMate
*ICCLIM* (Indice Calculation CLIMate) is a Python library for computing a number of :term:`climate indices <climate indice>`.
http://icclim.readthedocs.org/en/latest/

climate indice
A climate index is a calculated value that can be used to describe the state and the changes in the climate system.
http://icclim.readthedocs.org/en/latest/intro.html#climate-indices-label

TDS
THREDDS
The THREDDS Data Server (TDS) is a web server that provides metadata and data access for scientific datasets, using a variety of remote data access protocols.
http://www.unidata.ucar.edu/software/thredds/current/tds/

cfchecker
The NetCDF Climate Forcast Conventions compliance checker.
https://pypi.python.org/pypi/cfchecker






Expand Down

0 comments on commit c33066c

Please sign in to comment.