.WKT File Extension
Well-Known Text Geometry
Developer | Open Geospatial Consortium |
Popularity |
2.0 | 1 Vote |
What is a WKT file?
A WKT file describes a vector geometry object in the Well-Known Text (WKT) format. It contains one or more sets of plain text coordinates that describe points, lines, and/or polygons. WKT files can be overlaid on GIS maps to denote areas of interest.
More Information
The Open Geospatial Consortium (OGC) created the WKT format as part of their Simple Features Access standards. These standards specify common storage and access models for geographic features, especially 2D geometric features. Many GIS programs can import and export files saved in Simple Features Access formats, such as WKT.
Most WKT files contain a series of points, lines, and/or polygons that map areas of interest on an accompanying geographic map. For example, a WKT file might contain polygons that describe the shape of a city's voting districts. These points and shapes are specified in plain text, using number-based coordinates. Geometries can consist of single points, lines, and polygons or multiple points, lines, and polygons linked together.
How to open a WKT file
You can open a WKT file with QGIS (multiplatform) or Wicket (Web) to view the geometry it describes. You can also open a WKT file with Microsoft Notepad (Windows), Apple TextEdit (Mac) or any other text editor to view the plain text data it contains.