{"id":21819953,"url":"https://github.com/ngageoint/simple-features-ios","last_synced_at":"2025-08-18T12:14:52.047Z","repository":{"id":51796813,"uuid":"123494743","full_name":"ngageoint/simple-features-ios","owner":"ngageoint","description":"Simple Features iOS Library","archived":false,"fork":false,"pushed_at":"2025-06-04T17:37:53.000Z","size":3222,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-12T07:18:45.579Z","etag":null,"topics":["geometry","geometry-algorithms","geometry-objects","nga","ogc","simple-features"],"latest_commit_sha":null,"homepage":"https://ngageoint.github.io/simple-features-ios/","language":"Objective-C","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-01T21:31:06.000Z","updated_at":"2025-06-04T17:31:07.000Z","dependencies_parsed_at":"2025-04-14T02:41:59.120Z","dependency_job_id":"12101b41-6533-4c68-b654-4d3f39c669ba","html_url":"https://github.com/ngageoint/simple-features-ios","commit_stats":{"total_commits":219,"total_committers":3,"mean_commits":73.0,"dds":0.3789954337899544,"last_synced_commit":"44b7e440ff4788dad5bee25c3c90e383aae3f09e"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ngageoint/simple-features-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngageoint","download_url":"https://codeload.github.com/ngageoint/simple-features-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fsimple-features-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270989473,"owners_count":24680752,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["geometry","geometry-algorithms","geometry-objects","nga","ogc","simple-features"],"created_at":"2024-11-27T16:27:24.280Z","updated_at":"2025-08-18T12:14:52.038Z","avatar_url":"https://github.com/ngageoint.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Features iOS\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-ios/) is an iOS 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-ios](https://github.com/ngageoint/simple-features-wkb-ios) - Well-Known Binary\n* [simple-features-wkt-ios](https://github.com/ngageoint/simple-features-wkt-ios) - Well-Known Text\n* [simple-features-geojson-ios](https://github.com/ngageoint/simple-features-geojson-ios) - GeoJSON\n* [simple-features-proj-ios](https://github.com/ngageoint/simple-features-proj-ios) - Projection\n\n### Usage ###\n\nView the latest [Appledoc](http://ngageoint.github.io/simple-features-ios/docs/api/)\n\n### Build ###\n\n[![Build](https://github.com/ngageoint/simple-features-ios/actions/workflows/build.yml/badge.svg)](https://github.com/ngageoint/simple-features-ios/actions/workflows/build.yml)\n\nBuild this repository using SPM:\n\n    swift build\n\nOpen the Swift Package in Xcode:\n\n    open Package.swift\n\nRun tests from Xcode or from command line:\n\n    swift test\n\n### Include Library ###\n\nAdd a package dependency version:\n\n    .package(url: \"https://github.com/ngageoint/simple-features-ios\", from: \"5.0.0\"),\n\n    # Or specific branch:\n\n    .package(url: \"https://github.com/ngageoint/simple-features-ios\", branch: \"release/5.0.0\"),\n    \n    # Or as a local dependency:     \n\n    .package(name: \"simple-features-ios\", path: \"../simple-features-ios\"),\n\nUse it in a target:\n\n        .target(\n            name: \"MyLibrary\",\n            dependencies: [\n                .product(name: \"SimpleFeatures\", package: \"simple-features-ios\")\n            ]\n        )\n\n### Swift ###\n\nTo use from Swift, import the framework:\n\n    import SimpleFeatures\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fsimple-features-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngageoint%2Fsimple-features-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fsimple-features-ios/lists"}