Skip to content

Commit 488497e

Browse files
authored
point to local file
should be a hacky close #288
1 parent 85fb0e5 commit 488497e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datasets/atn_satellite_telemetry/atn_satellite_telemetry_netCDF2DwC.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if (!file.exists(file_nc))
6262
Once the file is opened, we print out the details of what the netCDF file contains.
6363

6464
```{r}
65+
file_nc <- "datasets/atn_satellite_telemetry/data/atn_45866_great-white-shark_trajectory_20090923-20091123.nc"
6566
atn <- nc_open(file_nc)
6667
atn
6768
```

0 commit comments

Comments
 (0)