> For the complete documentation index, see [llms.txt](https://jonas.gitbook.io/seismo_rain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jonas.gitbook.io/seismo_rain/seismic-data/picking-the-right-seismic-stations.md).

# Picking the right seismic stations

Since ground vibrations caused by rainfall occur at high frequencies, it's necessary to use a seismic sensor with a sample rate exceeding 200 Hz. Introducing the geophone, a seismic sensor akin to a seismometer but specialized for detecting seismic waves in significantly higher frequency ranges.

## 2A : LArge-n Seismic Survey in Oklahoma seismic network

Inspired by the paper published by [Hua et al., 2023](https://www.nature.com/articles/s41598-023-38008-w#Bib1), we chose the temporary "[2A: Large-n Seismic Survey in Oklahoma](https://www.fdsn.org/networks/detail/2A_2016/)" seismic network from the International Federation of Digital Seismograph Networks (FDSN) for our project. This website serves as a valuable tool for seismologists seeking suitable seismic networks for their research.

Each station within this network is equipped with the Geo Space GS30CT/FairfieldNodal ZLAND 1C geophone, with a sampling rate of 500 Hz, perfectly suited for our needs. Comprehensive information regarding each station within the network can be accessed via the following link:&#x20;

{% hint style="info" %}
<https://www.fdsn.org/> -> Networks ->  2A -> 2A : LArge-n Seismic Survey in Oklahoma -> Data Access -> [Full fedcatalog information for this network](http://service.iris.edu/irisws/fedcatalog/1/query?net=2A\&starttime=2016-01-01\&endtime=2016-12-31\&format=text\&includeoverlaps=true\&nodata=404)
{% endhint %}

<figure><img src="/files/UiOdHOEpMYYgtZIxyDkH" alt=""><figcaption><p><strong>The location of the 2A seismic network is represented as the red cluster, located on the Northern border of the state of Oklahoma (source: Google Map)</strong></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jonas.gitbook.io/seismo_rain/seismic-data/picking-the-right-seismic-stations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
