ARCCSS Data Archive Tools
Project description
# ARCCSSive
ARCCSS Data Access Tools
[![Documentation Status](https://readthedocs.org/projects/arccssive/badge/?version=latest)](https://readthedocs.org/projects/arccssive/?badge=latest)
[![Build Status](https://travis-ci.org/coecms/ARCCSSive.svg?branch=master)](https://travis-ci.org/coecms/ARCCSSive)
[![codecov.io](http://codecov.io/github/coecms/ARCCSSive/coverage.svg?branch=master)](http://codecov.io/github/coecms/ARCCSSive?branch=master)
[![Code Health](https://landscape.io/github/coecms/ARCCSSive/master/landscape.svg?style=flat)](https://landscape.io/github/coecms/ARCCSSive/master)
[![Code Climate](https://codeclimate.com/github/coecms/ARCCSSive/badges/gpa.svg)](https://codeclimate.com/github/coecms/ARCCSSive)
[![PyPI version](https://badge.fury.io/py/ARCCSSive.svg)](https://pypi.python.org/pypi/ARCCSSive)
[![Anaconda-Server Badge](https://anaconda.org/scottwales/arccssive/badges/version.svg)](https://anaconda.org/scottwales/arccssive)
For full documentation please see http://arccssive.readthedocs.org/en/stable
Installing
==========
### Raijin
The stable version of ARCCSSive is available as a module on NCI's Raijin supercomputer:
raijin $ module use ~access/modules
raijin $ module load pythonlib/ARCCSSive
### NCI Virtual Desktops
NCI's virtual desktops allow you to use ARCCSSive from a Jupyter notebook. For
details on how to use virtual desktops see http://vdi.nci.org.au/help
To install the stable version of ARCCSSive:
vdi $ pip install --user ARCCSSive
vdi $ export CMIP5_DB=sqlite:////g/data1/ua6/unofficial-ESG-replica/tmp/tree/cmip5_raijin_latest.db
or to install the current development version:
vdi $ pip install --user git+https://github.com/coecms/ARCCSSive.git
vdi $ export CMIP5_DB=sqlite:////g/data1/ua6/unofficial-ESG-replica/tmp/tree/cmip5_raijin_latest.db
Once the library is installed run `ipython notebook` to start a new notebook
CMIP5
=====
Query and access the CMIP5 data from Raijin
```python
from ARCCSSive import CMIP5
cmip = CMIP5.DB.connect()
for output in cmip.outputs(model='ACCESS1-0'):
variable = output.variable
files = output.filenames()
```
Uses
[SQLAlchemy](http://docs.sqlalchemy.org/en/rel_1_0/orm/tutorial.html#querying)
to filter and sort the data files.
ARCCSS Data Access Tools
[![Documentation Status](https://readthedocs.org/projects/arccssive/badge/?version=latest)](https://readthedocs.org/projects/arccssive/?badge=latest)
[![Build Status](https://travis-ci.org/coecms/ARCCSSive.svg?branch=master)](https://travis-ci.org/coecms/ARCCSSive)
[![codecov.io](http://codecov.io/github/coecms/ARCCSSive/coverage.svg?branch=master)](http://codecov.io/github/coecms/ARCCSSive?branch=master)
[![Code Health](https://landscape.io/github/coecms/ARCCSSive/master/landscape.svg?style=flat)](https://landscape.io/github/coecms/ARCCSSive/master)
[![Code Climate](https://codeclimate.com/github/coecms/ARCCSSive/badges/gpa.svg)](https://codeclimate.com/github/coecms/ARCCSSive)
[![PyPI version](https://badge.fury.io/py/ARCCSSive.svg)](https://pypi.python.org/pypi/ARCCSSive)
[![Anaconda-Server Badge](https://anaconda.org/scottwales/arccssive/badges/version.svg)](https://anaconda.org/scottwales/arccssive)
For full documentation please see http://arccssive.readthedocs.org/en/stable
Installing
==========
### Raijin
The stable version of ARCCSSive is available as a module on NCI's Raijin supercomputer:
raijin $ module use ~access/modules
raijin $ module load pythonlib/ARCCSSive
### NCI Virtual Desktops
NCI's virtual desktops allow you to use ARCCSSive from a Jupyter notebook. For
details on how to use virtual desktops see http://vdi.nci.org.au/help
To install the stable version of ARCCSSive:
vdi $ pip install --user ARCCSSive
vdi $ export CMIP5_DB=sqlite:////g/data1/ua6/unofficial-ESG-replica/tmp/tree/cmip5_raijin_latest.db
or to install the current development version:
vdi $ pip install --user git+https://github.com/coecms/ARCCSSive.git
vdi $ export CMIP5_DB=sqlite:////g/data1/ua6/unofficial-ESG-replica/tmp/tree/cmip5_raijin_latest.db
Once the library is installed run `ipython notebook` to start a new notebook
CMIP5
=====
Query and access the CMIP5 data from Raijin
```python
from ARCCSSive import CMIP5
cmip = CMIP5.DB.connect()
for output in cmip.outputs(model='ACCESS1-0'):
variable = output.variable
files = output.filenames()
```
Uses
[SQLAlchemy](http://docs.sqlalchemy.org/en/rel_1_0/orm/tutorial.html#querying)
to filter and sort the data files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ARCCSSive-0.2.2.dev34.tar.gz
(51.3 kB
view hashes)
Built Distributions
Close
Hashes for ARCCSSive-0.2.2.dev34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 405a7fe8c63cd2fd770286251dfe898f2f5e1cfcd3b8d9025abe50122538be95 |
|
MD5 | 69fc485368e8c458f19155a8f22ab4d0 |
|
BLAKE2b-256 | a6419d89d927931c9668182a241a8e898c1202770ad4956aecdd80c61fbd124b |
Close
Hashes for ARCCSSive-0.2.2.dev34-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57ae9a283f561954dcc32f251e8c0c788a57190aa2562cbb8690e686700c35a8 |
|
MD5 | 51bc0cb5dd1bfa7b7a1ffa2133ede260 |
|
BLAKE2b-256 | 0830c1185d970a93a7badcbc8d3a798a98f5de7253e0642d5b02a555d3df41db |