You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be sure to use the `subregion` ID (if coming from Surfline or their API directly) or the `TYPEID` (if coming from the CLI).
48
+
49
+
### Tide
50
+
51
+
To get the tides for Solimar Beach, CA, USA:
52
+
53
+
```sh
54
+
$ gosurf t -s 5842041f4e65fad6a770895f -d 3
55
+
+------------+-------+-------------+--------+
56
+
| DATE | TIME | DESCRIPTION | HEIGHT |
57
+
+------------+-------+-------------+--------+
58
+
| 12/31/2020 | 03:09 | LOW | 2.39 |
59
+
|| 09:18 | HIGH | 6.04 |
60
+
|| 16:51 | LOW | -0.82 |
61
+
|| 23:25 | HIGH | 3.58 |
62
+
| 1/1/2021 | 03:45 | LOW | 2.53 |
63
+
|| 09:53 | HIGH | 5.94 |
64
+
|| 17:28 | LOW | -0.69 |
65
+
| 1/2/2021 | 00:08 | HIGH | 3.61 |
66
+
|| 04:32 | LOW | 2.59 |
67
+
|| 10:34 | HIGH | 5.64 |
68
+
|| 18:08 | LOW | -0.46 |
69
+
+------------+-------+-------------+--------+
70
+
```
71
+
72
+
Be sure to use the `spot` ID (if coming from Surfline or their API directly) or the `TYPEID` (if coming from the CLI).
73
+
74
+
### Search
52
75
53
-
To more easily configure a common place for a forecast, you can create a `.gosurf.yml` file in your home directory. It should look like the example in the repo (`.gosurf.sample.yml`).
76
+
This is for searching Surfline's taxonomy tree. I recommend only using a maxDepth of 0 (default) or 1.
54
77
55
-
The CLI will read in the values to override the global flags' defaults (by flag name; so `subregion` would be for the `subregion` flag). These loaded values can always be overridden by specifying global flags while running a command.
You can then work your way down by passing the next level into the search command like `gosurf s -t 58f7ed51dadb30820bb38791` (for North America) and so on.
95
+
96
+
To get the records contained in Ventura County (using a max depth of 1 since I'm looking for spots specifically):
0 commit comments