OpenDRIVE (.xodr)
OpenDRIVE (.xodr) is an open standard file format used to describe static road networks in autonomous driving simulation. Based on the XML structure, it can precisely represent critical information such as road geometry, lane layout, and traffic signs. Maintained by the ASAM organization, it is primarily used in high‑definition maps and driving simulators, supporting data exchange between different simulation platforms and ensuring high realism and interoperability when testing and validating autonomous driving systems in virtual environments.
2026-05-25 13:46:15SDTS (Spatial Data Transfer Standard)
SDTS (Spatial Data Transfer Standard) is a spatial data exchange standard developed in the United States, designed to enable lossless conversion of geographically referenced data between different computer systems. By defining a unified three‑layer model (conceptual, logical, and format), it ensures the integrity of vector and raster data during transmission and supports the simultaneous exchange of metadata. The standard was confirmed as a U.S. Federal Information Processing Standard (FIPS 173) in July 1992. Led by the U.S. Geological Survey (USGS), SDTS has been widely used for spatial data sharing among federal agencies, local governments, and commercial organizations.
2026-05-25 13:41:51SOSI (Systematic Organization of Spatial Information)
SOSI (Systematic Organization of Spatial Information) is Norway‘s national geographic information exchange standard. It is widely used for geospatial data sharing and exchange among Norwegian government agencies and industries. SOSI supports the structured storage of various types of spatial information, including terrain, roads, water systems, and more. It serves as an important foundational format in Norway’s GIS domain and is still in use by official mapping authorities, although there are plans to transition to international standards such as GML in the future.
2026-05-25 13:36:42SpatiaLite (.sqlite)
SpatiaLite (.sqlite) is an extension module for the SQLite database that adds support for geospatial data to SQLite. It enables the storage, querying, and analysis of geometric objects such as points, lines, and polygons, and provides full spatial indexing and spatial functions (e.g., distance calculation, intersection testing, buffer analysis). Thus, it implements lightweight, serverless spatial database functionality within a single .sqlite file, making it suitable for geographic information processing needs in mobile applications, desktop tools, and embedded systems.
2026-05-25 13:29:10WKB (Well-Known Binary)
WKB (Well-Known Binary) is a binary encoding standard defined by the Open Geospatial Consortium (OGC) for representing geometric objects. It stores spatial features such as points, lines, and polygons as a compact byte stream. Compared to the text‑based WKT format, WKB offers higher storage efficiency and faster transmission and parsing speeds. Its structure typically consists of a 1‑byte byte order marker (0x01 for little‑endian), a 4‑byte geometry type code (e.g., Point = 1, LineString = 2), followed by coordinate data. Coordinates are arranged as IEEE 754 double‑precision floating‑point numbers. WKB is widely used as the underlying storage format for geometry fields in spatial databases such as PostGIS and MySQL.
2026-05-25 13:24:10WKT (Well-Known Text)
WKT (Well-Known Text) is a standardized text format used to represent geometric objects—such as points, lines, and polygons—in a human‑readable string form. It is widely applied in geographic information systems (GIS) and spatial databases. For example, POINT(30 10) represents a point with coordinates (30, 10); LINESTRING(0 0, 1 1, 2 1) represents a polyline; and POLYGON((0 0, 10 0, 10 10, 0 10, 0 0)) represents a rectangular polygon. Its syntax is defined by the Open Geospatial Consortium (OGC), facilitating the exchange of spatial data between different systems.
2026-05-25 13:11:33TopoJSON (Topology JSON Format)
TopoJSON (Topology JSON Format) is a JSON-based vector data format designed to efficiently represent geospatial data. Proposed by American data visualization researcher Mike Bostock, it extends the standard GeoJSON format and is characterized by explicitly preserving the topology (adjacency relationships and shared boundaries) of geographic data. TopoJSON adopts a structure where boundary lines shared among multiple geographic objects are stored only once and then referenced, enabling significant data size reduction. Therefore, it is widely used in scenarios requiring lightweight, high-speed geographic data delivery, such as web maps and data visualization.
2026-04-28 14:14:36Parquet / GeoParquet
Parquet / GeoParquet is a cloud-native data format built on Apache Parquet, a columnar data format, extended to efficiently store and process geospatial data. GeoParquet adds metadata specifications for handling geospatial information and is designed to enable high-speed processing of large-scale spatial data in cloud environments and distributed processing platforms. It is primarily used in environments such as big data analytics, cloud GIS, and geospatial data lakes, and is recognized as a next-generation geospatial data format gaining attention within the Open Geospatial Consortium (OGC) community.
2026-04-28 14:00:33Feather / GeoArrow
Feather / GeoArrow is a geospatial data format extended from Apache Arrow, a columnar data format designed for high-speed data processing. It is designed to efficiently store and transfer large volumes of vector geographic data, achieving faster read/write performance and memory efficiency than conventional GIS formats. It is gaining attention as a next-generation format for high-speed processing of geographic data, particularly in cloud environments and big data analytics platforms. GeoArrow utilizes Arrow's columnar memory structure and is characterized by its ability to manage geometry and attribute data in a unified manner.
2026-04-28 13:50:15ENVI .HDR + .DAT
ENVI .HDR + .DAT is a raster data format widely used in ENVI, a remote sensing analysis software. It is primarily designed for storing multispectral images such as satellite imagery, aerial photographs, and hyperspectral data. This format consists of a combination of a .DAT file that stores the actual pixel data and a .HDR header file that stores metadata such as image size, number of bands, data type, and coordinate system. The ENVI format is simple in structure yet highly flexible, and is widely used in the fields of remote sensing and geospatial analysis. Additionally, due to its near-open specification, it can be read by many GIS and remote sensing software applications.
2026-04-28 13:46:13
Service