CEFI Data access

Friday April 11 11am PT/2pm ET. This Friday’s HackHour topic is Accessing CEFI data. In this session, you will get an introduction to accessing CEFI data via OPeNDAP, AWS and Google. Our guest speaker is (Chia-Wei Hsu, NOAA PSL).

Building a Docker Image and Environment on 2i2c

To create a 2i2c-compatible Docker image for use with the notebook materials, please use the CEFI Cookbook GitHub repository. When setting up the environment, select the option to build the Docker image directly from the GitHub repository. Then add this repo url to the box

https://github.com/NOAA-CEFI-Portal/cefi-cookbook

image

Tutorials

Cloning the repo

Chia-Wei’s tutorials are in topics-2025/2025-04-11-cefi

Never cloned the NMFSHackDays-2025 repo?

cd ~
git clone https://github.com/nmfs-opensci/NMFSHackDays-2025

Have cloned it but need to update? This is going to destroy any changes that you made to the repo to make it match the current state of the repo on GitHub.

cd ~/NMFSHackDays-2025
git fetch origin
git reset --hard origin/main