Supported File Formats
Overview
Soarvo supports a wide range of geospatial and survey file formats. Availability of certain advanced formats depends on your subscription — check the Resource limits page in the account menu, or contact your Soarvo Administrator if a format is unavailable for you.
ℹ️
Field-captured data: Features captured in the Soarvo Mobile app sync directly into the same Location and become visible in the Data Viewer — no upload step required. See
Soarvo Mobile App Overview.
⚠️
Note: Files must be in the
same coordinate system as the project. Mismatches are the most common cause of data displaying in the wrong location.
⚠️
Note: The file or ZIP file name becomes the layer name in Soarvo. Name files carefully before uploading.
Standard Formats
Format
File Type
Notes
Point Cloud
.LAS, .LAZ, .E57
For multiple files, zip into a single .ZIP
Orthomosaic / GeoTIFF
.TIF
Geometry embedded in the .tif, or with a separate .tfw file
Shapefile
.ZIP
ZIP must contain .shp, .dbf, .shx, and .prj
CSV
.CSV
Must include a
featclass column plus coordinate columns (see below)
DWG
.DWG
Ensure correct measurement units and extents
DXF
.DXF
KML
.KML
360° Panoramas
.ZIP
ZIP the .E57 + folder of .JPG panos + reference .CSV
Georeferenced MP4
.ZIP
ZIP containing MP4 and optionally .srt or DJI-formatted .CSV
JPG with EXIF
.EXIF.ZIP
Advanced Formats
Format
File Type
Notes
LAS / LAZ (Point Cloud)
.LAS, .LAZ
Advanced format — availability depends on your subscription
BIM / IFC
.IFC
Advanced format — availability depends on your subscription
3D Mesh (OBJ)
.ZIP
ZIP the .obj, .mtl, and textures. No spaces in texture filenames.
3D Mesh (DJI Terra)
.ZIP
ZIP the
contents of the terra_b3dms folder (not the folder itself)
Raw Drone Processing
Upload raw drone imagery for automatic processing into orthomosaics, 3D meshes, and point clouds. Drone processing consumes processing tokens — review your remaining tokens on the Resource limits page in the account menu.
Mobile Mapping
Data
Upload method
Point cloud
.LAS file
360° images
.ZIP of JPGs + reference .CSV
Planar images
.ZIP — include Planar 1, 2, or 3 in the filename (e.g.
roadsurface_planar3.zip)
CSV Requirements
A CSV file must include a column named featclass, plus one of:
- Columns named
xandy - Columns named
latitudeandlongitude - A column named
geomwith WKT geometry (point,linestring, orpolygon)