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?

შეადარეთ სხვა ფორმატებს

Convert to WKT and back

დაკავშირებული ფორმატები

ხშირად ერთად ექსპორტირებული

Related Articles