docs: link the tide/ear explainers behind the index inputs
Browse files
README.md
CHANGED
|
@@ -35,5 +35,16 @@ const out = ['day,country,bite_index,spots_scored'];
|
|
| 35 |
for (const r of rows) { out.push(`${r.day},GLOBAL,${r.global},${r.n}`); for (const [c,v] of Object.entries(r.countries)) out.push(`${r.day},${c},${v},`); }
|
| 36 |
```
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
Sibling datasets: [fishing-regulations](https://huggingface.co/datasets/Ali4333/fishing-regulations) ·
|
| 39 |
[fish-species-catalog](https://huggingface.co/datasets/Ali4333/fish-species-catalog)
|
|
|
|
| 35 |
for (const r of rows) { out.push(`${r.day},GLOBAL,${r.global},${r.n}`); for (const [c,v] of Object.entries(r.countries)) out.push(`${r.day},${c},${v},`); }
|
| 36 |
```
|
| 37 |
|
| 38 |
+
What feeds the index, explained for humans:
|
| 39 |
+
|
| 40 |
+
- Tide timing (the strongest single driver in coastal spots): [how to read tides
|
| 41 |
+
for fishing](https://fishradar.ai/learn/how-to-read-tides-for-fishing/), plus live
|
| 42 |
+
[NOAA tide tables for 51 US fishing spots](https://fishradar.ai/tides/)
|
| 43 |
+
- [Incoming vs outgoing tide](https://fishradar.ai/learn/incoming-vs-outgoing-tide/) —
|
| 44 |
+
which half actually bites
|
| 45 |
+
- The newest signal FishRadar ships: [FishRadar Ear](https://fishradar.ai/ear/),
|
| 46 |
+
on-device detection of the sounds fish actually make
|
| 47 |
+
([do fish make sounds?](https://fishradar.ai/learn/do-fish-make-sounds/))
|
| 48 |
+
|
| 49 |
Sibling datasets: [fishing-regulations](https://huggingface.co/datasets/Ali4333/fishing-regulations) ·
|
| 50 |
[fish-species-catalog](https://huggingface.co/datasets/Ali4333/fish-species-catalog)
|