Skip to content

Commit 45257ce

Browse files
committed
recreate after JLab nuked
1 parent 00bdd1e commit 45257ce

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

topics-2025/2025-02-28-ERDDAP-Py/index.qmd

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,29 @@ jupyter:
1313
language: python
1414
name: python3
1515
---
16+
17+
Link to training repo in CoastWatch org: [CoastWatch tutorials](https://github.com/coastwatch-training/CoastWatch-Tutorials)
18+
19+
# Tutorials
20+
21+
* [Satellite data matchup track locations](erddap_intro_satellite_matchup_track_2_options.html) This tutorial shows how to use ERDDAP data to get SST and CHL along a sea turtle track.
22+
* [ERDDAP and xarray](erddap_xarray.html) This tutorial shows an example of creating a data cube from a ERDDAP data collection and creating spatial and temporal means.
23+
24+
The [erddapy Python package](https://ioos.github.io/erddapy/) helps you search and do common tasks with ERDDAP servers. See the tutorials on the IOOS CodeLab: <https://ioos.github.io/ioos_code_lab/search.html?q=import+erddapy>
25+
26+
## How to clone the git repository
27+
28+
Never cloned the NOAAHackDays repo?
29+
30+
```
31+
cd ~
32+
git clone https://github.com/nmfs-opensci/NOAAHackDays
33+
```
34+
35+
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.
36+
37+
```
38+
cd ~/NOAAHackDays
39+
git fetch origin
40+
git reset --hard origin/main
41+
```

0 commit comments

Comments
 (0)