Skip to content

Commit

Permalink
add intake doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeldussin committed Apr 17, 2019
1 parent 81d69a0 commit 7b85607
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/data_organization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ Data Organization
Discover data with intake:
**************************

You can explore the datasets available using intake catalogs available here::
Install intake and intake_xarray installed in your conda environment::

conda install -c intake intake
conda install -c conda-forge intake-xarray

you can explore the datasets available using intake catalogs available here::

/local/data/<server>/catalogs

Expand All @@ -52,6 +57,7 @@ Once you have found the dataset you're interested in, you can load as follows:
ds_biomes = catalog.Biomes_FayMcKinley.to_dask()
# test plot
import matplotlib.pylab as plt
ds_biomes.MeanBiomes.sel(face=4).plot()
plt.show()
Expand Down

0 comments on commit 7b85607

Please sign in to comment.