WKT 📝

WKT (Well-Known Text)

Open Beta
.wkt · text/plain

WKT-ն երկրաչափությունների տեքստային ներկայացման ձևաչափ է, որն օգտագործվում է տվյալների բազաներում (PostGIS, SpatiaLite) և GIS հավելվածներում։ Պարզ և հեշտ ինտեգրելի։

Արտահանել WKT հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Տեքստային ձևաչափ
OGC չափանիշ
Հեշտ ինտեգրում տվյալների բազայի հետ
Աջակցվում են երկրաչափության բոլոր տեսակները

WKT ֆորմատի մասին

WKT (Well-Known Text) is the textual encoding of geometry from the OGC standard: POINT(37.6177 55.7558), LINESTRING(...), POLYGON((...)). It is understood by every spatial database and library — PostGIS, SpatiaLite, Shapely, JTS, GEOS — and it can be read by eye, which makes the format indispensable while debugging.

The export is taken when geometry is needed as text: to paste into an SQL query, to put into a test, to pass coordinates to someone else's system, to take a quick look at what came out of the selected area at all.

The output is a single text file in UTF-8. At the top are comments with the bounding box of the area and the coordinate system, then it goes layer by layer: a line like "-- layer: roads" with one geometry per line underneath it. Coordinates are in WGS84 (EPSG:4326) with six decimal places — that is about ten centimeters on the ground.

One important thing: WKT stores shapes only. There are no names, types or other OpenStreetMap tags in the file — if you need attributes, take GeoJSON, GeoPackage or a CSV with a WKT column.

Ո՞ր ծրագիրն է բացում WKT ֆայլերը

Հետևյալ ծրագրերն ու հավելվածները կարող են բացել, խմբագրել և աշխատել OSM2CDR-ից արտահանված WKT (Well-Known Text) (.wkt) ֆայլերի հետ՝

💻PostGIS 💻SpatiaLite 🌎QGIS 💻Shapely (Python) 💻JTS (Java) 💻GEOS

Format specifications

Ո՞վ է օգտագործում WKT քարտեզները

🏗
Տվյալների բազաներ (PostGIS)
Geometry is pasted into SQL directly through ST_GeomFromText — with no converters and no intermediate files.
💻
Ծրագրավորում
Convenient material for tests and debugging: the shape is visible to the eye right in the source.
📊
GIS վերլուծություն
Quick exchange of geometry between GIS tools, all of which understand WKT.
🎨
Համակարգերի ինտեգրում
Passing coordinates to an adjacent system that accepts plain text rather than GIS format files.

Ինչպես արտահանել WKT

1
Ընտրել տարածք
Գծեք ուղղանկյուն կամ բազմանկյուն ինտերակտիվ քարտեզի վրա՝ osm2cdr.ru կայքում։
2
Ընտրել WKT
Ցանկից ընտրեք WKT (Well-Known Text)՝ արտահանման 127 հասանելի ֆորմատներից։
3
Արտահանում
Սեղմեք «Արտահանել» և ստացեք ձեր .wkt ֆայլը 1–5 րոպեում։
4
Ներբեռնում
Ներբեռնեք պատրաստ WKT ֆայլը և բացեք այն PostGIS-ում

Ինչպես բացել արտահանումից հետո

Հանրաճանաչ քարտեզներ WKT ֆորմատով

Անվճար

Ստացեք WKT (Well-Known Text) քարտեզի արտահանումներ

Ներբեռնեք պրոֆեսիոնալ WKT քարտեզներ OpenStreetMap-ից։ Ակնթարթային ստեղծում՝ ցանկացած տարածքի համար։

Անվճար / արտահանում
Արտահանել WKT հիմա →

Հաճախ տրվող հարցեր

Ի՞նչ է WKT-ն։
Կարո՞ղ եմ WKT-ն ներմուծել PostGIS-ում։
Are names and tags preserved?
How do I tell which layer is which?
Which coordinate system and what precision?

Համեմատել այլ ֆորմատների հետ

Հարակից ֆորմատներ

Հաճախ արտահանվում են միասին

Related Articles