> For the complete documentation index, see [llms.txt](https://docs.burla.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burla.dev/all-examples/scientific-and-geospatial-work.md).

# Scientific & Geospatial Computing

Examples for bioinformatics, raster processing, and scientific data scans.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>1,000-CPU Genomics Pipeline</strong></td><td>Convert 360 sequencing samples with custom bioinformatics tools, then merge final files.</td><td><a href="/pages/KmgP9yd3e5BoD72Xsawu">/pages/KmgP9yd3e5BoD72Xsawu</a></td><td><a href="/files/t7Hbgqu1dmuW82r3APV5">/files/t7Hbgqu1dmuW82r3APV5</a></td></tr><tr><td><strong>Align every FASTQ sample</strong></td><td>Run <code>bwa</code> and <code>samtools</code> in a custom image with one FASTQ pair per worker.</td><td><a href="/pages/cU3iMoDcI5ZfAVxjdK5s">/pages/cU3iMoDcI5ZfAVxjdK5s</a></td><td><a href="/files/uEtLkakrQbgTEQoJpO5C">/files/uEtLkakrQbgTEQoJpO5C</a></td></tr><tr><td><strong>Find NOAA's rainiest day</strong></td><td>Stream every yearly GHCN-Daily CSV, keep top heaps, and reduce station-level extremes.</td><td><a href="/pages/pbhxlpBkqmonMLVWcwwj">/pages/pbhxlpBkqmonMLVWcwwj</a></td><td><a href="/files/BLxWb5zfHgV0KTpOFf9g">/files/BLxWb5zfHgV0KTpOFf9g</a></td></tr><tr><td><strong>NDVI for 2K Sentinel tiles</strong></td><td>Compute NDVI one Sentinel tile at a time, write GeoTIFF outputs, and return suspicious-tile stats.</td><td><a href="/pages/xSVkPd5TuQHEvLbNT54c">/pages/xSVkPd5TuQHEvLbNT54c</a></td><td><a href="/files/p42HKPnCyIMePAPjBysL">/files/p42HKPnCyIMePAPjBysL</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.burla.dev/all-examples/scientific-and-geospatial-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
