{"id":21819965,"url":"https://github.com/ngageoint/simple-features-js","last_synced_at":"2025-04-14T02:41:18.282Z","repository":{"id":45789198,"uuid":"514393102","full_name":"ngageoint/simple-features-js","owner":"ngageoint","description":"Simple Features JS","archived":false,"fork":false,"pushed_at":"2022-11-28T17:42:01.000Z","size":653,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-14T07:33:16.084Z","etag":null,"topics":["javascript","simple-features"],"latest_commit_sha":null,"homepage":"http://ngageoint.github.io/simple-features-js","language":"TypeScript","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/ngageoint.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-15T20:11:19.000Z","updated_at":"2023-11-15T18:26:49.000Z","dependencies_parsed_at":"2023-01-23T10:32:31.037Z","dependency_job_id":null,"html_url":"https://github.com/ngageoint/simple-features-js","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngageoint","download_url":"https://codeload.github.com/ngageoint/simple-features-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248812170,"owners_count":21165380,"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":["javascript","simple-features"],"created_at":"2024-11-27T16:27:33.545Z","updated_at":"2025-04-14T02:41:18.244Z","avatar_url":"https://github.com/ngageoint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Features Javascript\n\n#### Simple Features Lib ####\n\nThe Simple Features Libraries were developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](https://www.caci.com/bit-systems/). The government has \"unlimited rights\" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).\n\n### Pull Requests ###\nIf you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.\n\nSoftware source code previously released under an open source license and then modified by NGA staff is considered a \"joint work\" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.\n\n### About ###\n\n[Simple Features](http://ngageoint.github.io/simple-features-js/) is a Javascript library of geometry objects and utilities based upon the [OGC Simple Feature Access](http://www.opengeospatial.org/standards/sfa) standard.\n\n### Simple Feature Conversion Libraries ###\n\n* [simple-features-wkb-js](https://github.com/ngageoint/simple-features-wkb-js) - Well Known Binary\n* [simple-features-wkt-js](https://github.com/ngageoint/simple-features-wkt-js) - Well Known Text\n* [simple-features-geojson-js](https://github.com/ngageoint/simple-features-geojson-js) - GeoJSON\n* [simple-features-proj-js](https://github.com/ngageoint/simple-features-proj-js) - Projection\n\n### Usage ###\n\nView the latest [JS Docs](http://ngageoint.github.io/simple-features-js)\n\n\n#### Browser Usage ####\n```html\n\u003cscript src=\"/path/to/simple-features-js/dist/sf.min.js\"\u003e\u003c/script\u003e\n```\n```javascript\n\nconst { Point, LineString, Polygon } = window.SimpleFeatures;\n\nconst point = new Point(0, 0);\nconst lineString = new LineString(point);\nconst polygon = new Polygon(lineString)\n\n```\n\n#### Node Usage ####\n[![NPM](https://img.shields.io/npm/v/@ngageoint/simple-features-js.svg)](https://www.npmjs.com/package/@ngageoint/simple-features-js)\n\nPull from [NPM](https://www.npmjs.com/package/@ngageoint/simple-features-js)\n\n```install\nnpm install --save simple-features-js\n```\n```javascript\n\nconst { Point, LineString, Polygon } = require(\"@ngageoint/simple-features-js\");\n\nconst point = new Point(0, 0);\nconst lineString = new LineString(point);\nconst polygon = new Polygon(lineString)\n\n```\n\n### Build ###\n\n![Build \u0026 Test](https://github.com/ngageoint/simple-features-js/actions/workflows/run-tests.yml/badge.svg)\n\nBuild this repository using Node.js:\n   \n    npm install\n    npm run build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fsimple-features-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngageoint%2Fsimple-features-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fsimple-features-js/lists"}