> For the complete documentation index, see [llms.txt](https://help.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.felt.com/data-sources/raster-infrastructure.md).

# Raster infrastructure

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2FpotWKZgx9Aw791Aoq5Vd%2FRasterLaunch%20-%20Preview%20Screen.mp4?alt=media&token=df17d7c7-53f0-4fce-bcc8-8171a2afa835>" %}

Felt connects directly to raster data cloud storage, with support for [Cloud Optimized GeoTIFFs (COGs)](/data-sources/raster-infrastructure/cloud-optimized-geotiffs.md) and [SpatioTemporal Asset Catalogs (STACs)](/data-sources/raster-infrastructure/stac.md). Your raster data is streamed in place, indexed for location and metadata filtering, and made available for immediate [visualization](/layers/styling/raster-layers.md) without moving or duplicating files. This lets you serve very large rasters without hitting the browser-upload [Limits](/upload-anything/limits.md).

For guidance on preparing your data for use in Felt, see [Organizing your raster data](/data-sources/raster-infrastructure/organizing-your-raster-data.md).

{% hint style="success" %}
This feature is only available to customers on the [Enterprise plan](https://felt.com/pricing). To upgrade, [contact sales](https://felt.com/sales).
{% endhint %}


---

# 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://help.felt.com/data-sources/raster-infrastructure.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.
