Project: QGIS

Version: 2.14.0

Feature: More file extensions for GDAL and OGR providers file selectors

For vector and raster files, QGIS relies on GDAL/OGR library. It means that nearly any file format that can be opened by GDAL or OGR can be directly opened in QGIS. Until now, some file extensions were not added in the GDAL or OGR file selector, resulting in users believing that QGIS could not open or handle those file formats. To minimise this problem, some new extensions have been added to GDAL and OGR file selector filters:

For vector files:

  • .thf for EDIGEO French cadastre format
  • .ods for OpenDocument Spreadsheet LibreOffice format
  • .xls for Microsoft Excel format
  • .xlsx for Microsoft Excel OpenXML format
  • .xml for NAS - ALKIS format
  • .map for WAsP format
  • .pix for PCIDSK format
  • .gtm and.gtz for GPSTrackMaker format
  • .vfk for VFK format
  • .osm and .pbf for OpenStreetMap format
  • .sua for SUA format
  • .txt for OpenAir format
  • .xml for Planetary Data Systems TABLE format
  • .htf for Hydrographic Transfer Format
  • .svg for SVG format
  • .gen for ARCGEN
  • .sxf for Storage and eXchange Format
  • .pdf for Geospatial PDF vector format
  • .sgy and .segy for SEG-Y format
  • .seg, .seg1, .sp1, .uko, .ukooa for SEGUKOOA format
  • .ovf for VRT vector file format
  • .kmz for compressed KML (KMZ) format
  • .db3, .s3db, .sqlite3, .db3, .s3db, .sqlite3 for SQLite/Spatialite format
  • .sl3 for SQLite Spatial (FDO) format
  • CouchDB Spatial (via URL)

For raster files:

  • .ovr for vrt raster file format

This feature was developed by Médéric Ribreux