https://github.com/ogcincubator/sushi-workshop
This workshop shows different ways of consuming data from OGC API - Features services.
https://github.com/ogcincubator/sushi-workshop
jupyter leaflet ogc ogcapi python qgis standards tutorial workshop
Last synced: about 1 month ago
JSON representation
This workshop shows different ways of consuming data from OGC API - Features services.
- Host: GitHub
- URL: https://github.com/ogcincubator/sushi-workshop
- Owner: ogcincubator
- License: mit
- Created: 2025-05-06T15:57:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-23T10:42:42.000Z (about 1 year ago)
- Last Synced: 2025-07-01T23:36:09.635Z (11 months ago)
- Topics: jupyter, leaflet, ogc, ogcapi, python, qgis, standards, tutorial, workshop
- Language: Jupyter Notebook
- Homepage: https://ogcincubator.github.io/sushi-workshop/demo-oaf.htm
- Size: 24.5 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workshop: Integrating Data from OGC API into your Applications 🍣 OGC APIのデータをアプリケーションで活用するワークショップ
This workshop shows different ways of consuming data from [OGC API - Features](https://features.developer.ogc.org/) services. After completing this workshop, you should be able to integrate OGC API - Features into your workflows.
このワークショップでは、OGC API - Features サービスからデータを様々な方法で利用する手順を紹介します。このワークショップを修了すると、OGC API - Features を自分のワークフローに統合できるようになります。
## Requirements 前提条件
※日本語注:参加者の皆様には一通りデモストレーションを体験いただき、QGIS, Jupyter, Leafletの**いずれか**を使ったプロトタイピングに取り組んでいただきます。以下の要件に満たない場合は、メンターがガイドしますのでご安心ください。
* ✅ Basic knowledge of python/ jupyter notebooks is required for some parts of the workshop.
* ✅ ワークショップの一部では、Python / Jupyter Notebook の基本的な知識が必要です。
* ✅ Basic knowledge of frontend web development (e.g.: HTML + JavaScript) is required for some parts of the workshop.
* ✅ ワークショップの一部では、フロントエンドウェブ開発(例: HTML + JavaScript)の基本的な知識が必要です。
* ❎ Some knowledge about REST architecture is recommended (e.g.: http verbs, status codes), although not required.
* ❎ RESTアーキテクチャに関する知識(例: HTTPメソッド、ステータスコード)が推奨されますが、必須ではありません。
* ❌ No previous knowledge of GIS or OGC Standards is required for this workshop.
* ❌ このワークショップでは、GISまたはOGC標準に関する事前の知識は不要です。
Before starting the workshop, make sure that you have access to a computer with the following installed:
ワークショップを開始する前に、以下のソフトウェアがインストールされたコンピュータをご用意ください。
* ✅ QGIS: you can follow the [instructions on the official website](https://qgis.org/resources/installation-guide/) to install it.
* ✅ QGIS: [公式ウェブサイトの手順](https://qgis.org/resources/installation-guide/)に従ってインストールしてください。
* ✅ Jupyter notebook: You can follow [these](https://jupyter.org/install) instructions to install it with pip.
* ✅ Jupyter Notebook: pipを使用してインストールするには、[こちら](https://jupyter.org/install)の手順に従ってください。
* ✅ A text editor: I 💙 [VS code](https://code.visualstudio.com/), but feel free to choose whatever you like.
* ✅ テキストエディタ: [VS Code](https://code.visualstudio.com/)をお薦めします💙が、お好きなものをご自由にお選びください。
## Introduction イントロダクション
In this workshop, we are going to connect to this deployment of [pygeoapi](https://pygeoapi.io/) provided by [GLODAL](https://glodal-inc.com/en-US/) (thank you!🙏💚)
このワークショップでは、[GLODAL](https://glodal-inc.com/en-US/) 様提供(ありがとうございます!🙏💚)のこちらの[pygeoapi](https://pygeoapi.io/)デプロイメントに接続します。
https://pygeoapi.glodal-inc.net/
https://pygeoapi.glodal-inc.net/openapi?f=html
* [Introduction to geospatial / ジオ入門](https://drive.google.com/file/d/1F85oN-JSbPC0H7QOxh9IOlf9e_8obp2c/view?usp=sharing)
* [Introduction to OGC Standards / OGC Standards 入門](https://drive.google.com/file/d/1h1jUYN91cWzIBpg-rFcncaWao1QZQI0E/view?usp=sharing)
* [Introduction to OGC API / OGC API 入門](https://drive.google.com/file/d/1rFQzysxdXK6XGQxw5f7M8nMWET8SA2qD/view?usp=sharing)
## Tutorials チュートリアル
Explore OGC API using different technologies.
様々なテクノロジを使ってOGC APIを試してみましょう。
* [QGIS](QGIS.md)
* [Python/OWSLib](python.md)
* [JavaScript/LeafLet](javascript.md)
## Resources 参考資料
Continue your journey, by learning more about OGC API with these learning resources:
以下の学習リソースでOGC APIについてさらに学び、探求を続けましょう。
* OGC API Workshop: https://ogcapi-workshop.ogc.org/
* OGC APIワークショップ: https://ogcapi-workshop.ogc.org/
* pygeoapi Workshop: https://dive.pygeoapi.io/
* pygeoapiワークショップ: https://dive.pygeoapi.io/
## License ライセンス
This workshop is licensed under MIT. Read a copy of the license [here](./LICENSE).
このワークショップはMITライセンスに基づいています。ライセンスのコピーはこちらでお読みください。
[](https://opensource.org/licenses/MIT)