> 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/reference.md).

# Reference

Bakker, M., Legout, C., Gimbert, F., Nord, G., Boudevillain, B., & Freche, G. (2022). Seismic modelling and observations of rainfall. *Journal of Hydrology*, *610*, 127812. <https://doi.org/10.1016/j.jhydrol.2022.127812>

Beyreuther, M., Barsch, R., Krischer, L., Megies, T., Behr, Y., & Wassermann, J. (2010). ObsPy: A Python Toolbox for Seismology. *Seismological Research Letters*, *81*(3), 530–533. <https://doi.org/10.1785/gssrl.81.3.530>

Climate Data. (n.d.). *Enid climate: Weather Enid & temperature by month*. En.climate-Data.org. Retrieved May 24, 2024, from <https://en.climate-data.org/north-america/united-states-of-america/oklahoma/enid-17116/>

Dean, T. (2018). The seismic signature of rain. *ASEG Extended Abstracts*, *2018*(1), 1–8. <https://doi.org/10.1071/aseg2018abp068>

Faber, K., & Maxwell, P. W. (1996). *Geophone spurious frequency: What is it and how does it affect seismic data?* <https://doi.org/10.1190/1.1826773>

FDSN. (2020). *Channel codes — FDSN Source Identifiers*. Docs.fdsn.org. <https://docs.fdsn.org/projects/source-identifiers/en/latest/channel-codes.html>

Flores-Estrella, H., Ávila-Barrientos, L., & Gonzalez-Huizar, H. (2022). Seismological footprint of an anomalous atmospheric activity registered in March 2021, in Baja California, Mexico. *Acta Geophysica*, *71*(1), 79–88. <https://doi.org/10.1007/s11600-022-00941-1>

Gomede, E. (2023, December 4). *The Fourier Transform and its Application in Machine Learning*. The Modern Scientist. <https://medium.com/the-modern-scientist/the-fourier-transform-and-its-application-in-machine-learning-edecfac4133c>

Guideline Geo. (2021, October 5). *What do I need to know about geophones?* <https://www.guidelinegeo.com/help-articles/what-do-i-need-to-know-about-geophones/#:\\~:text=Geophones%20are%20used%20in%20seismic>

Hua, J., Wu, M., Mulholland, J. P., Neelin, J. D., Tsai, V. C., & Trugman, D. T. (2023). High-resolution precipitation monitoring with a dense seismic nodal array. *Scientific Reports*, *13*(1), 11450. <https://doi.org/10.1038/s41598-023-38008-w>

NCEI. (n.d.-a). *NOAA Climate Data Record (CDR) of CPC Morphing Technique (CMORPH) High Resolution Global Precipitation Estimates, Version 1*. [Www.ncei.noaa.gov](http://Www.ncei.noaa.gov). Retrieved May 25, 2024, from <https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.ncdc:C00948>

NCEI. (n.d.-b). *Past Weather | National Centers for Environmental Information (NCEI)*. [Www.ncei.noaa.gov](http://Www.ncei.noaa.gov). Retrieved May 24, 2024, from <https://www.ncei.noaa.gov/access/past-weather/enid>

NCEI. (n.d.-c). *Radar Data*. National Centers for Environmental Information (NCEI). <https://www.ncei.noaa.gov/maps/radar/>

ObsPy. (n.d.). *ObsPy Documentation (1.4.0) — ObsPy 1.4.0 documentation*. Docs.obspy.org. <https://docs.obspy.org/>

Rosewell, C. J. (1986). Rainfall Kinetic Energy in Eastern Australia. *Journal of Climate and Applied Meteorology*, *25*(11), 1695–1701. <https://doi.org/10.1175/1520-0450(1986)025%3C1695:rkeiea%3E2.0.co;2>

Stevanović, J., Teanby, N. A., Wookey, J., Selby, N. D., Daubar, I., Vaubaillon, J., & Garcia, R. F. (2017). Bolide Airbursts as a Seismic Source for the 2018 Mars InSight Mission. *Space Science Reviews*, *211*(1-4), 525–545. <https://doi.org/10.1007/s11214-016-0327-3>

Wilson, D., Ringler, A. T., Storm, T., Hutt, C. R., & Gee, L. S. (2013). The Importance of Removing Seismic Sensor Instrument Response. *NASA ADS*, *2013*, S42A04. <https://ui.adsabs.harvard.edu/abs/2013AGUFM.S42A..04W/abstract#:\\~:text=Neglecting%20to%20remove%20the%20frequency>


---

# 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/reference.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.
