{"id":21820018,"url":"https://github.com/ngageoint/ogc-api-features-json-java","last_synced_at":"2025-04-14T02:41:51.299Z","repository":{"id":44557617,"uuid":"193527798","full_name":"ngageoint/ogc-api-features-json-java","owner":"ngageoint","description":"OGC API Features JSON Java Library","archived":false,"fork":false,"pushed_at":"2024-04-03T15:13:45.000Z","size":537,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-27T16:41:49.750Z","etag":null,"topics":["features","features-geojson","geojson","geojson-features","json","nga","ogc","ogc-api","simple-features"],"latest_commit_sha":null,"homepage":"https://ngageoint.github.io/ogc-api-features-json-java/","language":"Java","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.txt","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-06-24T15:05:23.000Z","updated_at":"2024-04-18T08:58:27.000Z","dependencies_parsed_at":"2024-03-12T17:45:36.315Z","dependency_job_id":"8d544e29-fa02-4ebb-b3df-7983f2f552bc","html_url":"https://github.com/ngageoint/ogc-api-features-json-java","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fogc-api-features-json-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fogc-api-features-json-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fogc-api-features-json-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngageoint%2Fogc-api-features-json-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngageoint","download_url":"https://codeload.github.com/ngageoint/ogc-api-features-json-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248812237,"owners_count":21165388,"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":["features","features-geojson","geojson","geojson-features","json","nga","ogc","ogc-api","simple-features"],"created_at":"2024-11-27T16:28:00.882Z","updated_at":"2025-04-14T02:41:51.253Z","avatar_url":"https://github.com/ngageoint.png","language":"Java","readme":"# OGC API Features JSON Java\n\n#### OGC API Features JSON Lib ####\n\nThe OGC API 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[OGC API Features JSON](http://ngageoint.github.io/ogc-api-features-json-java/) is a Java library for writing and reading [OGC API - Features](https://github.com/opengeospatial/WFS_FES) to and from JSON.\n\n### Usage ###\n\nView the latest [Javadoc](http://ngageoint.github.io/ogc-api-features-json-java/docs/api/)\n\n#### Read ####\n\n```java\n\nCollections collections = FeaturesConverter.toCollections(collectionsContent);\nCollection collection = FeaturesConverter.toCollection(collectionContent);\nFeatureCollection featureCollection = FeaturesConverter.toFeatureCollection(featureCollectionContent);\n\n```\n\n#### Write ####\n\n```java\n\nString collectionsContent = FeaturesConverter.toStringValue(collections);\nString collectionContent = FeaturesConverter.toStringValue(collection);\nString featureCollectionContent = FeaturesConverter.toStringValue(featureCollection);\n\n```\n\n### Installation ###\n\nPull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|3.0.0|jar) (JAR, POM, Source, Javadoc)\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003emil.nga.oapi.features\u003c/groupId\u003e\n    \u003cartifactId\u003eoapi-features-json\u003c/artifactId\u003e\n    \u003cversion\u003e3.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n\n### Build ###\n\n[![Build \u0026 Test](https://github.com/ngageoint/ogc-api-features-json-java/workflows/Build%20\u0026%20Test/badge.svg)](https://github.com/ngageoint/ogc-api-features-json-java/actions/workflows/build-test.yml)\n\nBuild this repository using Eclipse and/or Maven:\n\n    mvn clean install\n\n### Remote Dependencies ###\n\n* [Simple Features GeoJSON](https://github.com/ngageoint/simple-features-geojson-java) (The MIT License (MIT)) - Simple Features GeoJSON Lib\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fogc-api-features-json-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngageoint%2Fogc-api-features-json-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngageoint%2Fogc-api-features-json-java/lists"}