Skip to content

ezdanapak/transliterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Transliterator Plugin for QGIS

๐Ÿ“Œ Overview

The Transliterator Plugin recognizes the Georgian alphabet and transliterates it into Latin script within a newly created field in a vector layer.

๐Ÿ”ฅ Features

  • Automatically detects Georgian text in the selected field.
  • Creates a new field with the transliterated Latin text.
  • Ensures the original field supports Georgian fonts.
  • Shapefile compatibility warning: Field names are limited to 10 characters, so the script appends "_lat" to the new field name.
  • Works seamlessly within QGIS.

โš ๏ธ Important Notes

  • If using Shapefiles, make sure your field name is short enough (max 8 characters), as the plugin adds "_lat" to the new field name.
  • If you need longer field names, consider using GeoPackage (GPKG) or PostgreSQL instead of Shapefiles.

๐Ÿ› ๏ธ Installation

  1. Download or clone the plugin repository.
  2. Load the plugin in QGIS from the Plugin Manager.
  3. Select a layer and a field to transliterate.
  4. Click Run Transliteration.

๐Ÿš€ Usage

  1. Open QGIS and load a vector layer.
  2. Open the Transliterator Plugin.
  3. Select a layer and choose a field containing Georgian text.
  4. Click Run Transliteration.
  5. A new field will be created with the Latin transliteration.

๐Ÿ“œ Example

Input: แƒกแƒแƒฅแƒแƒ แƒ—แƒ•แƒ”แƒšแƒ โ†’ Output: saqarTvelo Input: แƒ—แƒ‘แƒ˜แƒšแƒ˜แƒกแƒ˜ โ†’ Output: Tbilisi Input: แƒญแƒ˜แƒแƒ—แƒฃแƒ แƒ โ†’ Output: WiaTura Input: แƒฅแƒฃแƒฉแƒ โ†’ Output: quCa Input: แƒจแƒ”แƒกแƒแƒฎแƒ•แƒ”แƒ•แƒ˜ โ†’ Output: Sesaxvevi Input: แƒฉแƒ˜แƒฎแƒ˜ โ†’ Output: Cixi Input: แƒญแƒ˜แƒแƒ—แƒฃแƒ แƒ โ†’ Output: WiaTura Input: แƒญแƒ˜แƒแƒ—แƒฃแƒ แƒ โ†’ Output: WiaTura

๐Ÿ† Credits

Developed by [Kapanadze] for simplifying transliteration in GIS projects.

๐Ÿ“ง Support

For issues or suggestions, feel free to open an issue or contact me.

Happy Mapping! ๐ŸŒโœจ

About

My first plugin for QGIS - Transliterator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published