# Files

{% embed url="<https://www.youtube.com/watch?v=zgadqdMMYp0>" fullWidth="false" %}

Felt supports a wide range of geospatial file formats with **Upload Anything**. Upload vector data like shapefiles and GeoJSON to [raster imagery](/upload-anything/raster-and-imagery.md) and [spreadsheets](/upload-anything/spreadsheets.md) with location information, or import directly from [URLs](/upload-anything/urls.md).

You can easily upload data by dragging and dropping files directly on your map or by clicking the ![](/files/LykIpn1aK77DZiwFt60G) icon in the [tools](/getting-started/tour-the-interface.md#tools) section of the toolbar.

<figure><img src="/files/eTD2fs3uSOI3ZSXjzKfd" alt="" width="375"><figcaption></figcaption></figure>

## Supported file types

Felt supports many raster and vector file formats, up to 5GB in size. Files can be provided in their original format or optionally compressed as `.zip`, `.gz`, or `.tar`.

### Vector d**ata**

Felt reads most common vector data formats, including:

* ESRI Shapefile (`.shp`)
* GeoJSON (`.geojson`)
* GeoPackage (`.gpkg`)
* GeoParquet (`.parquet`)
* Geodatabase (folder ending in `.gdb`, must be zipped)
* KML (`.kml`) and KMZ (`.kmz`)
* GPS formats like `.gpx`, `.tcx`, and `.fit`
* ArcGIS Layer Packages (`.lpk`, `.lpkx`) and Map Packages (`.mpk`, `.mpkx`)
* Other less-popular formats [supported by GDAL](https://gdal.org/drivers/vector/index.html) and [GPSBabel](https://www.gpsbabel.org/capabilities.html)

A projection must be provided for formats not using a WGS84 projection.

### Raster data

Felt can read raster data like aerial and satellite imagery, Digital Elevation Models (DEMs), surface temperature measurements in a variety of formats:

* GeoTIFFs (`.tif`, `.tiff`)
* Raster Geopackages (`.gpkg`)
* ASCII grids (`.asc`, `.xyz`)
* Common image formats like PNG and JPEG if an auxiliary World File (`.wld`, `.pnw`, `.jpw`, etc) is provided.

Check out the Uploading Raster Data & Imagery page to learn more.

### Spreadsheets

Felt can read geospatial data from tabular file formats like Excel spreadsheets (`.xls`, `.xlsx`), CSV files (`.csv`, `.tsv`, `.txt`, etc), and Numbers files (`.numbers`).

Check out the [Spreadsheets](/upload-anything/spreadsheets.md) page to learn more.

### Images & PDFs

Felt can overlay images and PDFs on a map. Supported formats include `.jpg`, `.png`, `.heic`, `.webp`, `.svg`, `.pdf`, and many more. The max size an image can be is 20MB.

### AutoCAD

We currently support Drawing eXchange Format `.dxf` , the 2D file format utilized by AutoCAD's drafting and design services, when exported with geographic coordinates. For instructions on how to export your `.dxf` for use in Felt, follow along [here](https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Performing-a-Coordinate-Transformation.html).

### Layer groups

Some file uploads may result in layers with multiple datasets in them. For example, an Excel file with multiple tabs, or a zip file with multiple Shapefiles inside. Read more in [Group](/layers/group.md).

## Troubleshooting

See the [Troubleshooting](/upload-anything/troubleshooting.md) page for common upload failures and how to fix them.

## Frequently asked questions

<details>

<summary>What file size limit does Felt support for uploads?</summary>

Felt supports files up to 5GB in size, whether they're uploaded in their original format or compressed as `.zip`, `.gz`, or `.tar` files.

</details>

<details>

<summary>How do I upload files to Felt?</summary>

You can upload files in two ways: either drag and drop files directly onto your map, or click the upload icon <img src="/files/x7GrwSiIuNExGuGsSHuh" alt="" data-size="line"> in the tools section of the toolbar.

</details>

<details>

<summary>Can I upload compressed files to Felt?</summary>

Yes, you can upload compressed files in `.zip`, `.gz`, or `.tar` formats. This is optional - you can also upload files in their original, uncompressed format.

</details>

<details>

<summary>What should I do if my vector data doesn't use WGS84 projection?</summary>

For vector formats that don't use WGS84 projection, you must provide a projection file with your upload. This ensures Felt can properly display your data on the map.

</details>

<details>

<summary>Can I upload Excel spreadsheets with location data?</summary>

Yes, Felt can read geospatial data from Excel spreadsheets (`.xls`, `.xlsx`), as well as CSV files and Numbers files. Check [Spreadsheets](/upload-anything/spreadsheets.md) for more details on formatting requirements.

</details>

<details>

<summary>Does Felt support aerial imagery and satellite data?</summary>

Yes, Felt supports raster data including aerial imagery, satellite imagery, Digital Elevation Models (DEMs), and surface temperature measurements in formats like GeoTIFF, raster Geopackages, and ASCII grids. See [Raster and imagery](/upload-anything/raster-and-imagery.md).

</details>

<details>

<summary>What happens when I upload a file with multiple datasets?</summary>

Files containing multiple datasets (like an Excel file with multiple tabs or a zip file with multiple Shapefiles) will create layer groups in Felt, keeping related data organized together. You can upload up to 50 layers within one upload.

</details>

<details>

<summary>Can I upload AutoCAD files to Felt?</summary>

Felt supports AutoCAD's Drawing eXchange Format (`.dxf`) files when they're exported with geographic coordinates. Check the documentation for specific export instructions to ensure compatibility.

</details>

<details>

<summary>Can I upload regular images and PDFs to my map?</summary>

Yes, Felt can overlay images and PDFs on your map. Supported formats include `.jpg`, `.png`, `.heic`, `.webp`, `.svg`, `.pdf`, and many more.

</details>

<details>

<summary>What GPS file formats does Felt support?</summary>

Felt supports common GPS formats including .gpx, .tcx, and .fit files, making it easy to upload tracks and waypoints from GPS devices and fitness apps.

</details>

<details>

<summary>Do I need special software to prepare files for Felt?</summary>

No, Felt reads most common formats directly through GDAL and GPSBabel support. However, for certain formats like Geodatabases (.gdb), you'll need to zip the folder before uploading.

</details>

<details>

<summary>What should I do if my file upload fails?</summary>

Check the [Troubleshooting](/upload-anything/troubleshooting.md) in the documentation for common upload failures and their solutions. This resource covers the most frequent issues users encounter and how to fix them.

</details>


---

# 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://help.felt.com/upload-anything/files.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.
