Spatial Data File

Type of file format


title: "Spatial Data File" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["autodesk", "gis-file-formats"] description: "Type of file format" topic_path: "general/autodesk" source: "https://en.wikipedia.org/wiki/Spatial_Data_File" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Type of file format ::

The Spatial Data File (SDF) is a single-user geodatabase file format developed by Autodesk. The file format is the native spatial data storage format for Autodesk GIS programs MapGuide and AutoCAD Map 3D. SDF format version SDF3 (based on SQLite3) uses a single file. Prior versions of the format required a spatial index file (SIF), with an optional key index file (KIF) to speed access to the file.

The SDF file format can be created and manipulated using an OSGeo FDO Provider for SDF, which is open-source software. Beyond Autodesk's products, products that can read/write the format include FME from Safe Software, Fdo2Fdo, and the FdoToolbox.

The SDF format design uses low-level storage components of SQLite using a flat binary serialization (binary large objects). However, the relational aspects are not present, thus the format cannot be opened with any software designed specifically for SQLite. The format supports multiple feature classes per file and multiple geometry properties per feature class. Each geometry property is indexed using an R-tree. It is optimized for fast spatial reading of large datasets in scenarios involving a single writer and multiple readers. |series=Advances in Geographic Information Science |volume=2 |year=2008 |publisher=Springer Berlin Heidelberg |doi=10.1007/978-3-540-74831-1 |chapter=Chapter 7: MapGuide Open Source |pages=131–152 |isbn=978-3-540-74830-4 }}

References

References

  1. (December 29, 2006). "FDO Provider for SDF". [[Open Source Geospatial Foundation]].
  2. "FDO SDF Provider API Reference". Open Source Geospatial Foundation.
  3. "Autodesk MapGuide (Version 6.5 and older) SDF Reader/Writer". Safe Software.
  4. "FME Readers and Writers". Safe Software.
  5. "Fdo2Fdo Copy and Manage FDO Data Sources".
  6. "fdotoolbox".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

autodeskgis-file-formats