Skip to content

Commit

Permalink
GUI:Aboutページを更新 (#464)
Browse files Browse the repository at this point in the history
close #289 

![スクリーンショット 2024-03-12 16 43
52](https://github.com/MIERUNE/PLATEAU-GIS-Converter/assets/83005951/d97894a6-ebb6-46ca-be92-afb349b758c2)


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit


- **新機能**
    - PLATEAUデータ変換ツールの詳細な説明を追加しました。
    - CityGML2.0フォーマットとその使用法に関する情報を含めました。
    - ツールの使用手順とダウンロードリンク、マニュアルへのリンクを追加しました。

- **ドキュメンテーション**
    - ツールの紹介段落を削除しました。

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
xinmiaooo authored Mar 12, 2024
1 parent e8fd56d commit f348f70
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions app/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,50 @@
</script>

<div class="grid place-items-center h-screen">
<div class="max-w-md flex flex-col gap-9">
<div class="max-w-md flex flex-col gap-6">
<h1 class="font-semibold text-lg">PLATEAU 都市デジタルツイン・GISコンバータ</h1>

<p>国土交通省によるPLATEAUデータを、各種ファイル形式へ変換するためのツールです。</p>
<p>
<a href="https://www.mlit.go.jp/plateau/" target="_blank"
国土交通省によるPLATEAUデータを、各種ファイル形式へ変換するためのツールです。
<br />

<a href="https://www.mlit.go.jp/plateau/" target="_blank" rel="noopener noreferrer"
>PLATEAU [プラトー] |
国土交通省が主導する、日本全国の3D都市モデルの整備・オープンデータ化プロジェクト</a
>
</p>

<p>
PLATEAUの標準仕様に準拠したCityGML2.0形式の3D都市モデルは、専門のGISツールやCUIツールを用いて他のGIS形式に変換して用いられることが一般的ですが、一般ユーザーが簡易に利用可能な汎用的ツールは存在しません。このため、流通や活用の範囲が専門家や技術者に限られていました。「GISコンバータ」を利用することで、3D都市モデルを用いた様々な分析・開発を行うことができます。
</p>

<ul>
<li>・GeoPackage 形式による QGIS 等での解析</li>
<li>・Mapbox Vector Tiles (MVT) 形式による、大規模データのWeb等での高速描画</li>
<li>・KML 形式による Google Earth での可視化</li>
<li>・3D Tiles 形式による Cesium 等での可視化</li>
<li>など</li>
</ul>

<p>
当ツールの開発は<a href="https://mierune.co.jp" target="_blank">MIERUNE Inc.</a>が行いました。
</p>

<h1 class="font-semibold text-lg">利用手順</h1>

<p>
ソフトウェアの最新版は
<a href="https://github.com/MIERUNE/PLATEAU-GIS-Converter/releases" target="_blank" rel="noopener noreferrer"
>Releaseページ</a
>
からダウンロードしてください。
<br />
詳しい利用方法については、こちらの
<a href="https://mierune.github.io/PLATEAU-GIS-Converter/index.html" target="_blank" rel="noopener noreferrer"
>マニュアル</a
>をご覧ください。
</p>

<div class="mx-auto">
<a href="/">
<Icon class="text-4xl" icon="material-symbols:arrow-circle-left" />
Expand Down

0 comments on commit f348f70

Please sign in to comment.