# Data Config Options

{% code fullWidth="true" %}

```
valid_min (float): Valid minimum value in data.

valid_max (float): Valid maximum value in data.

reader_type (str): Key specified to select the reader type for the data. See sit_fuse.utils for full list. 
    See "Reader Options".
    
reader_kwargs (str): Keyword arguments for readers. See "Reader Options".

geo_reader_type (str): Key specified to select the reader type for the geo data.

geo_reader_kwargs (str): Keyword arguments for geographic readers.

filenames (list): List of filenames for data.

geo_filenames (list): List of filenames for geospatial data.

chan_dim (int): Dimension representing channels in data once read in.

geo_coord_dim (int): Dimension index for geographic coordinates.

geo_lat_index (int): Index of latitude in the geographic coordinates.

geo_lon_index (int): Index of longitude in the geographic coordinates.
```

{% endcode %}

{% content-ref url="../../../code-configuration/config-options/data-config-options/reader-options" %}
[reader-options](https://nicks-personal-organization-2.gitbook.io/sit-fuse/user-guide/code-configuration/code-configuration/config-options/data-config-options/reader-options)
{% endcontent-ref %}


---

# Agent Instructions: 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://nicks-personal-organization-2.gitbook.io/sit-fuse/user-guide/code-configuration/data-combination-colocation-and-resampling/config-options/high-res-config-options/data-config-options.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.
