Skip to content

Commit 8728779

Browse files
authored
nwtc not defined
`nwtc` not defined. SHould be `lat_lon`
1 parent 76de723 commit 8728779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

US_Wave.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ from rex import ResourceX
139139
wave_file = '/nrel/US_wave/West_Coast/West_Coast_wave_2010.h5'
140140
lat_lon = (34.399408, -119.841181)
141141
with ResourceX(wave_file, hsds=True) as f:
142-
lat_lon_swh = f.get_lat_lon_df('significant_wave_height', nwtc)
142+
lat_lon_swh = f.get_lat_lon_df('significant_wave_height', lat_lon)
143143
```
144144

145145
or to extract all sites in a given region:

0 commit comments

Comments
 (0)