.WKT 파일 확장자
Well-Known Text Geometry
| 개발사 | Open Geospatial Consortium |
| 인기도 |
2.0 | 1 투표 |
WKT 파일이란 무엇인가요?
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.
추가 정보
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.
WKT 파일을 여는 방법
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.

