{"id":21558098,"url":"https://github.com/koopjs/output-ogcapi-features","last_synced_at":"2025-03-18T03:28:02.486Z","repository":{"id":35933107,"uuid":"220036087","full_name":"koopjs/output-ogcapi-features","owner":"koopjs","description":"Experimental output plugin for OGC API - Features","archived":false,"fork":false,"pushed_at":"2023-04-28T12:57:56.000Z","size":977,"stargazers_count":1,"open_issues_count":16,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-24T10:47:17.116Z","etag":null,"topics":["experimental","features","koop","ogc-api","output","plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koopjs.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":"2019-11-06T16:02:41.000Z","updated_at":"2023-09-08T14:58:43.000Z","dependencies_parsed_at":"2025-01-24T10:43:01.724Z","dependency_job_id":"2e250063-404a-460d-9b84-7fc055f1cd25","html_url":"https://github.com/koopjs/output-ogcapi-features","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Foutput-ogcapi-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Foutput-ogcapi-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Foutput-ogcapi-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Foutput-ogcapi-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koopjs","download_url":"https://codeload.github.com/koopjs/output-ogcapi-features/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244149175,"owners_count":20406324,"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":["experimental","features","koop","ogc-api","output","plugin"],"created_at":"2024-11-24T08:13:58.709Z","updated_at":"2025-03-18T03:28:02.468Z","avatar_url":"https://github.com/koopjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @koopjs/output-ogcapi-features\n\n[![npm](https://img.shields.io/npm/v/@koopjs/output-ogcapi-features)](https://www.npmjs.com/package/@koopjs/output-ogcapi-features) [![Build Status](https://www.travis-ci.org/koopjs/output-ogcapi-features.svg?branch=master)](https://www.travis-ci.org/koopjs/output-ogcapi-features)\n\nExperimental output plugin for [OGC API - Feature](https://github.com/opengeospatial/ogcapi-features) (AKA WFS 3.0). This output turns the dataset from any provider into a single-collection service.\n\nImplemented specs:\n\n- http://www.opengis.net/spec/wfs-1/3.0/req/core\n\nImplemented routes:\n\n- [x] `/conformance`\n- [x] `/collections`\n- [x] `/collections/:collectionId`\n- [x] `/collections/:collectionId/items`\n- [x] `/collections/:collectionId/items/:featureId`\n\n## Installation\n\n```\nnpm install @koopjs/output-ogcapi-features\n```\n\n## Usage\n\nThis provider can be registered in a Koop app.\n\n```javascript\nconst Koop = require(\"koop\");\nconst ogcOutput = require(\"@koopjs/output-ogcapi-features\");\n\nKoop.register(ogcOutput);\n```\n\nIf the app is developed using the Koop CLI, it can be auto-registered with\n\n```bash\nkoop add output @koopjs/provider-ogcapi-features\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Foutput-ogcapi-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoopjs%2Foutput-ogcapi-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Foutput-ogcapi-features/lists"}