{"id":48814474,"url":"https://github.com/opengeospatial/ogcapi-workshop","last_synced_at":"2026-04-14T10:33:28.806Z","repository":{"id":195818417,"uuid":"693684339","full_name":"opengeospatial/ogcapi-workshop","owner":"opengeospatial","description":"This workshop provides a combination of concepts, presentation and exercises of OGC APIs in support of discovery, access, visualization and processing in support of FAIR data principles.","archived":false,"fork":false,"pushed_at":"2026-03-04T22:55:27.000Z","size":37450,"stargazers_count":4,"open_issues_count":7,"forks_count":5,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-05T04:30:48.623Z","etag":null,"topics":["api","ogc","ogcapi","openapi","workshop"],"latest_commit_sha":null,"homepage":"https://ogcapi-workshop.ogc.org","language":"JavaScript","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/opengeospatial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-19T14:02:51.000Z","updated_at":"2026-03-04T22:54:26.000Z","dependencies_parsed_at":"2023-12-21T12:27:28.528Z","dependency_job_id":"2dc6399d-1bdc-435f-9316-ecad3b0c336b","html_url":"https://github.com/opengeospatial/ogcapi-workshop","commit_stats":null,"previous_names":["opengeospatial/ogcapi-workshop"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/opengeospatial/ogcapi-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeospatial","download_url":"https://codeload.github.com/opengeospatial/ogcapi-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["api","ogc","ogcapi","openapi","workshop"],"created_at":"2026-04-14T10:33:28.097Z","updated_at":"2026-04-14T10:33:28.796Z","avatar_url":"https://github.com/opengeospatial.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OGC API workshop\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15846453.svg)](https://doi.org/10.5281/zenodo.15846453)\n\nWelcome to the OGC API workshop!\n\n## Overview\n\nOGC is globally known for its proven widely implemented open standards. The OGC open consensus-based standards development process has evolved to move at the pace of innovation, with constant input from technology forecasting, practical prototyping, real-world testing, certification and compliance and community engagement. Today we are revolutionizing how geospatial/location information is shared, accessed, integrated, and analyzed via the OGC’s revolutionary APIs- the building blocks for location information.\n\n[OGC APIs](https://ogcapi.ogc.org) are designed to make it easy for ANYONE to provide and use geospatial data on the web, and to integrate this data with ANY other type of information. These Standards build upon the legacy of the OGC Web Service Standards (WMS, WFS, WCS, WPS, etc.), but define resource-centric APIs that take advantage of modern web development practices. This web page provides information on these Standards in a consolidated location.\n\nThese Standards are being constructed as \"building blocks\" that can be used to assemble novel APIs for web access to geospatial content. The building blocks are defined not only by the requirements of the Standards specified in the [OGC's Standards Program](https://www.ogc.org/standards), but also through interoperability prototyping and testing in the [OGC's Collaborative Solutions and Innovation Program](https://www.opengeospatial.org/ogc/programs/ip).\n\n## For users\n\nAre you a workshop participant or want to dive-in individually?  Go to [ogcapi-workshop.ogc.org](https://ogcapi-workshop.ogc.org) to follow the lessons and exercises.\n\n## For authors\n\nBelow are guidelines for authoring and/or improving the workshop's content.\n\n### Building the workshop content locally\n\nThe workshop manual is powered by [Zensical](https://zensical.org) which facilitates easy management\nof content and publishing. Workshop content is written in Markdown.\n\n\n### Setting up the manual environment locally\n\n```bash\n# build a virtual Python environment in isolation\npython3 -m venv .\n. bin/activate\n# fork or clone from GitHub\ngit clone https://github.com/opengeospatial/ogcapi-workshop.git\ncd ogcapi-workshop/workshop/content\n# install required dependencies\npip3 install -r requirements.txt\n# build the website\nzensical build\n# serve locally\nzensical serve  # website is made available on http://localhost:8000\n```\n\n## Contributing updates\n\nTo make contributions back to the workshop, fork the repository from GitHub.  Contributions and Pull Requests are always welcome!\n\nChanges to the GitHub repository result in an automated build and deploy of the content to [ogcapi-workshop.ogc.org](https://ogcapi-workshop.ogc.org).\n\n## Deploying to live site\n\nWebsite updates are automatically published via GitHub Actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeospatial%2Fogcapi-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-workshop/lists"}