Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Updating example to be consistent with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleresterly committed Dec 13, 2017
1 parent 4fd6393 commit d57e9e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/example_envSampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
buoy46022 = ESSC.Buoy('46022','NDBC')

# Read data from ndbc.noaa.gov
#buoy46022.fetchFromWeb()
buoy46022.fetchFromWeb()
#buoy46022.loadFromH5('./data/NDBC46022.h5')
#buoy46022.saveAsTxt(savePath = ".\Data")
#buoy46022.saveAsH5()
buoy46022.saveAsTxt(savePath = ".\Data")
buoy46022.saveAsH5()

# Load data from .txt file if avilable
buoy46022.loadFromTxt()
#buoy46022.loadFromTxt()

# Load data from .h5 file if available
# buoy46022.loadFromH5('./data/NDBC46022.h5')
Expand Down

0 comments on commit d57e9e6

Please sign in to comment.