{"id":22148454,"url":"https://github.com/mierune/qgis-plugx-plugin","last_synced_at":"2025-07-26T02:32:26.323Z","repository":{"id":203018958,"uuid":"623354103","full_name":"MIERUNE/qgis-plugx-plugin","owner":"MIERUNE","description":"QGIS to Illustrator with PlugX","archived":false,"fork":false,"pushed_at":"2024-09-18T10:19:04.000Z","size":9506,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-09-18T13:39:08.149Z","etag":null,"topics":["illustrator","python","qgis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MIERUNE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-04T07:51:23.000Z","updated_at":"2024-09-18T10:19:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eb5bb9d-49b4-4cd8-983c-cf9e540993e8","html_url":"https://github.com/MIERUNE/qgis-plugx-plugin","commit_stats":{"total_commits":366,"total_committers":4,"mean_commits":91.5,"dds":"0.48633879781420764","last_synced_commit":"eeac5791419b4b87195f0633331120ab92c232c1"},"previous_names":["mierune/qgis-plugx-plugin"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIERUNE%2Fqgis-plugx-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIERUNE%2Fqgis-plugx-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIERUNE%2Fqgis-plugx-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIERUNE%2Fqgis-plugx-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MIERUNE","download_url":"https://codeload.github.com/MIERUNE/qgis-plugx-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227644917,"owners_count":17798261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["illustrator","python","qgis"],"created_at":"2024-12-01T23:27:54.720Z","updated_at":"2024-12-01T23:27:55.256Z","avatar_url":"https://github.com/MIERUNE.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QGIS to Illustrator with PlugX\n\n\n\nこのリポジトリでは、Adobe IllustratorでGISデータを読み込みためのソフトウェア[`PlugX-QGIS`](https://chiri.com/products/plugx/qgisai)向けに、GISデータをエクスポートするためのQGISプラグインを管理します。\u003cbr\u003e\u003cbr\u003e\nThis plugin exports GIS data in a folder, which can be read and imported into Adobe Illustrator using an add-on called [`PlugX-QGIS`](https://chiri.com/products/plugx/qgisai).\u003cbr\u003e\u003cbr\u003e\nNB: Despite QGIS plugin is free to use, Adobe Illustrator PlugX add-on is NOT a freeware. Please check details [here](https://chiri.com/products/plugx/qgisai).\n\n## 本プラグインとPlugX-QGISの連携方法について / How to use this plugin with PlugX-QGIS\n\n```mermaid\ngraph LR\nA[GISデータ\u003cbr/\u003eGIS data] --本プラグインで切り出し変換\u003cbr/\u003eclip and export with this plugin--\u003e B[出力フォルダ\u003cbr/\u003eexport folder] --読み込み\u003cbr/\u003eload--\u003e C[Adobe Illustrator\u003cbr/\u003ewith PlugX]\n\n```\n![qgis_ai_screencap](./imgs/qgis_ai_screencap.png)\n\n\nhttps://github.com/MIERUNE/qgis-plugin-for-plugx/assets/26103833/c717b613-8569-4f28-9ca7-462e1b984c83\n\n\n\n## 使い方 / Usage\n\n```planetext\n本プラグインで出力した結果を読み込むには、別途「PlugX-QGIS」の導入・インストールが必要です。\n\nTo read the results exported by this plugin, the installation of \"PlugX-QGIS\" into Adobe Illustrator is required.\n```\n\n|使い方| Usage | \n|--------------------|-----|\n| 1. QGISで本プラグインをインストール     |1. Install this plugin in QGIS. | \n| 2. エクスポートするQGISプロジェクトを開く|2. Open the QGIS project you want to export.| \n| 3. プラグインのメイン画面を開く  | 3. Open the plugin’s main window.| \n| 4. エクスポートしたいレイヤーを選択する・切り出す範囲を選択する  | 4. Select the layers you want to export and choose the area to crop.| \n| 5. 処理を実行する |5. Run the process. | \n| 6. 出力フォルダをPlugX-QGISで読み込む  | 6. Load the output folder in PlugX-QGIS.| \n\n\u003c!-- PlugXの操作画面 --\u003e\n\n## 備考 / Remarks\n\n- データのサイズによっては処理に時間がかかることがあります。\n- QGIS上の全てのシンボルには対応していません。対応しているシンボル一覧は[こちら](./docs/SYMBOLS.md)を参照してください。\n    - 対応していないシンボルは、デフォルトのシンボルに置き換えられるか、読み飛ばされます。\n- もし不具合があれば、[Issues](https://github.com/MIERUNE/qgis-plugin-for-plugx/issues)にて報告していただけると、改善につながります。\n\n- Processing may take time depending on the size of the data.\n- Not all symbols in QGIS are supported. Please check [this list](./docs/SYMBOLS.md) for supported symbols.\n    - Unsupported symbols will be replaced with default ones or ignored.\n- If you encounter any issues, please report them in the [Issues](https://github.com/MIERUNE/qgis-plugin-for-plugx/issues) section to help us improve.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmierune%2Fqgis-plugx-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmierune%2Fqgis-plugx-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmierune%2Fqgis-plugx-plugin/lists"}