{"id":28476288,"url":"https://github.com/ogcincubator/sushi-workshop","last_synced_at":"2026-04-24T23:34:34.368Z","repository":{"id":291808440,"uuid":"978854528","full_name":"ogcincubator/sushi-workshop","owner":"ogcincubator","description":"This workshop shows different ways of consuming data from OGC API - Features services.","archived":false,"fork":false,"pushed_at":"2025-05-23T10:42:42.000Z","size":25709,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-01T23:36:09.635Z","etag":null,"topics":["jupyter","leaflet","ogc","ogcapi","python","qgis","standards","tutorial","workshop"],"latest_commit_sha":null,"homepage":"https://ogcincubator.github.io/sushi-workshop/demo-oaf.htm","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ogcincubator.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,"zenodo":null}},"created_at":"2025-05-06T15:57:15.000Z","updated_at":"2025-05-23T10:42:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"78146d5a-afe9-4a5e-ba0c-8f04689e0079","html_url":"https://github.com/ogcincubator/sushi-workshop","commit_stats":null,"previous_names":["ogcincubator/sushi-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ogcincubator/sushi-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcincubator%2Fsushi-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcincubator%2Fsushi-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcincubator%2Fsushi-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcincubator%2Fsushi-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ogcincubator","download_url":"https://codeload.github.com/ogcincubator/sushi-workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogcincubator%2Fsushi-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["jupyter","leaflet","ogc","ogcapi","python","qgis","standards","tutorial","workshop"],"created_at":"2025-06-07T15:06:32.867Z","updated_at":"2026-04-24T23:34:34.350Z","avatar_url":"https://github.com/ogcincubator.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workshop: Integrating Data from OGC API into your Applications 🍣 OGC APIのデータをアプリケーションで活用するワークショップ\n\nThis 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.\n\nこのワークショップでは、OGC API - Features サービスからデータを様々な方法で利用する手順を紹介します。このワークショップを修了すると、OGC API - Features を自分のワークフローに統合できるようになります。\n\n## Requirements 前提条件\n\n※日本語注：参加者の皆様には一通りデモストレーションを体験いただき、QGIS, Jupyter, Leafletの**いずれか**を使ったプロトタイピングに取り組んでいただきます。以下の要件に満たない場合は、メンターがガイドしますのでご安心ください。\n\n* ✅ Basic knowledge of python/ jupyter notebooks is required for some parts of the workshop.\n* ✅ ワークショップの一部では、Python / Jupyter Notebook の基本的な知識が必要です。\n* ✅ Basic knowledge of frontend web development (e.g.: HTML + JavaScript) is required for some parts of the workshop.\n* ✅ ワークショップの一部では、フロントエンドウェブ開発（例: HTML + JavaScript）の基本的な知識が必要です。\n* ❎ Some knowledge about REST architecture is recommended (e.g.: http verbs, status codes), although not required.\n* ❎ RESTアーキテクチャに関する知識（例: HTTPメソッド、ステータスコード）が推奨されますが、必須ではありません。\n* ❌ No previous knowledge of GIS or OGC Standards is required for this workshop.\n* ❌ このワークショップでは、GISまたはOGC標準に関する事前の知識は不要です。\n\nBefore starting the workshop, make sure that you have access to a computer with the following installed:\n\nワークショップを開始する前に、以下のソフトウェアがインストールされたコンピュータをご用意ください。\n\n* ✅ QGIS: you can follow the [instructions on the official website](https://qgis.org/resources/installation-guide/) to install it.\n* ✅ QGIS: [公式ウェブサイトの手順](https://qgis.org/resources/installation-guide/)に従ってインストールしてください。\n* ✅ Jupyter notebook: You can follow [these](https://jupyter.org/install) instructions to install it with pip.\n* ✅ Jupyter Notebook: pipを使用してインストールするには、[こちら](https://jupyter.org/install)の手順に従ってください。\n* ✅ A text editor: I 💙 [VS code](https://code.visualstudio.com/), but feel free to choose whatever you like.\n* ✅ テキストエディタ: [VS Code](https://code.visualstudio.com/)をお薦めします💙が、お好きなものをご自由にお選びください。\n\n## Introduction イントロダクション\n\nIn 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!🙏💚) \n\nこのワークショップでは、[GLODAL](https://glodal-inc.com/en-US/) 様提供（ありがとうございます！🙏💚）のこちらの[pygeoapi](https://pygeoapi.io/)デプロイメントに接続します。\n\nhttps://pygeoapi.glodal-inc.net/\n\nhttps://pygeoapi.glodal-inc.net/openapi?f=html\n\n\u003c!-- It is okay to link the presentations here for sharing it with participants? --\u003e\n* [Introduction to geospatial / ジオ入門](https://drive.google.com/file/d/1F85oN-JSbPC0H7QOxh9IOlf9e_8obp2c/view?usp=sharing)\n* [Introduction to OGC Standards / OGC Standards 入門](https://drive.google.com/file/d/1h1jUYN91cWzIBpg-rFcncaWao1QZQI0E/view?usp=sharing)\n* [Introduction to OGC API / OGC API 入門](https://drive.google.com/file/d/1rFQzysxdXK6XGQxw5f7M8nMWET8SA2qD/view?usp=sharing)\n\n## Tutorials チュートリアル\n\nExplore OGC API using different technologies.\n\n様々なテクノロジを使ってOGC APIを試してみましょう。\n\n* [QGIS](QGIS.md)\n* [Python/OWSLib](python.md)\n* [JavaScript/LeafLet](javascript.md)\n\n## Resources 参考資料\n\nContinue your journey, by learning more about OGC API with these learning resources:\n\n以下の学習リソースでOGC APIについてさらに学び、探求を続けましょう。\n\n* OGC API Workshop: https://ogcapi-workshop.ogc.org/\n* OGC APIワークショップ: https://ogcapi-workshop.ogc.org/\n* pygeoapi Workshop: https://dive.pygeoapi.io/\n* pygeoapiワークショップ: https://dive.pygeoapi.io/\n\n## License ライセンス\n\nThis workshop is licensed under MIT. Read a copy of the license [here](./LICENSE).\n\nこのワークショップはMITライセンスに基づいています。ライセンスのコピーはこちらでお読みください。\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogcincubator%2Fsushi-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogcincubator%2Fsushi-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogcincubator%2Fsushi-workshop/lists"}