Repository to support 2023 IOOS Annual Meeting breakout session on xpublish and kerchunk workflows.
You must have a local version of Git installed for this to work.
Navigate to the directory where you want the project to be, then run this command:
cd my-project-dir/
git clone https://github.com/asascience-open/nextgen-ioos-2023.git
Note: If you will want to push changes to the repo, you should clone the repo using SSH instead.
git clone [email protected]:asascience-open/nextgen-ioos-2023.git
Each tutorial creates its own Python environment and may have different dependencies. It is recommended you install Anaconda or Micromamba to create those environments. The instructions for creating those environments are in each tutorial's directory.
There are two tutorials in this repository. The first, xpublish-exploring
, explores the features of xpublish and how to create and extend additional functionality.
The second, cloud-data
, demonstrates different methods for accessing data and discusses the different approaches and tradeoffs available.