We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76de723 commit 8728779Copy full SHA for 8728779
US_Wave.md
@@ -139,7 +139,7 @@ from rex import ResourceX
139
wave_file = '/nrel/US_wave/West_Coast/West_Coast_wave_2010.h5'
140
lat_lon = (34.399408, -119.841181)
141
with ResourceX(wave_file, hsds=True) as f:
142
- lat_lon_swh = f.get_lat_lon_df('significant_wave_height', nwtc)
+ lat_lon_swh = f.get_lat_lon_df('significant_wave_height', lat_lon)
143
```
144
145
or to extract all sites in a given region:
0 commit comments