GISBox

AUX (Auxiliary File)

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

**AUX file (Auxiliary File) **is a file used in GIS (Geographic Information System) to store auxiliary information (such as spatial index, attribute index, metadata, etc.) of geographic datasets, aiming to improve the efficiency of spatial query and analysis.

File Structure

  1. File header: defines “who you are” (version, coordinate system).
  2. Spatial index: quickly answer “where” (spatial location).
  3. Attribute index: quickly answer “what” (attribute value).
  4. Metadata: explains “where it comes from” (data background).
  5. Extension: add “extra information” according to needs.

Pros

  1. Speed up query: Index information significantly improves the response speed of spatial and attribute queries.
  2. Simplify management: Metadata storage facilitates data description, archiving and version management.

Cons

  1. Dependency: Strongly associated with the main geographic data file. If the AUX file is lost or damaged, the query function may fail.
  2. Storage overhead: Additional storage space is occupied, especially for large data sets, which may increase storage costs.

Application Scenario

AUX files can be used to store spatial index information for geographic datasets to speed up the execution of spatial queries and analysis operations. AUX files can also be used to store attribute index information to provide faster response times in attribute queries. AUX files can also be used to store metadata for geographic datasets, including a description of the data, coordinate system information, creation date, etc.

Example

  1. AUX file.

  1. Open the AUX file in the software.

Related GIS files

RDC

SHX

VCT

GEOJSON

References

  1. https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/auxiliary-files.htm
  2. https://docs.fileformat.com/gis/aux_gis/
  3. https://www.ibm.com/docs/en/zvm/7.2?topic=command-using-auxiliary-control-file-aux-file