[general]
name=CSV to Points
qgisMinimumVersion=3.22
description=Easily create a point layer from latitude/longitude or address fields by simply dragging a CSV file into the plugin.
version=1.1
author=Takeshi Tanaka
email=t.tanaka.pub@gmail.com
about=This plugin allows users to quickly and intuitively create point layers from CSV files. Simply drag and drop a CSV file into the plugin window, and the plugin will automatically detect fields containing latitude/longitude or address data, enabling you to generate a point layer with a single click.

    - Supports point generation using either coordinates or addresses
    - Relevant fields are automatically detected, but can also be selected manually via dropdown menus
    - Users can customize and add field names to be used in automatic detection

 Ideal for those who frequently work with CSV files containing latitude/longitude or address data, this plugin enables point generation without the need to open complex configuration dialogs.

 このプラグインは、CSVファイルからポイントレイヤを素早く直感的に作成できるツールです。CSVファイルをプラグインウインドウにドラッグするだけで、緯度・経度または住所フィールドが自動で検出され、ワンクリックでポイントレイヤを生成できます。

    ・緯度経度と住所によるポイント化の両方に対応
    ・使用するフィールドは自動判定されますが、選択メニューで手動選択も可能
    ・自動判定に使うフィールド名は利用者が追加・カスタマイズ可能

 緯度・経度、または住所データを含むCSVファイルを扱う機会が多い方に最適で、複雑な設定画面を開くことなくポイント化が可能です。

tracker=https://github.com/techteam-gis/CSV-to-Points/issues
repository=https://github.com/techteam-gis/CSV-to-Points
hasProcessingProvider=no
tags=csv, points, geocoding, latlon, latitude, longitude, drag-and-drop
homepage=https://github.com/techteam-gis/CSV-to-Points
category=Vector
icon=icon.png
experimental=False
deprecated=False
server=False
changelog=v1.1.0 Adjusted panel layout and revised texts for improved usability.