{"id":19558698,"url":"https://github.com/cholmes/gapi","last_synced_at":"2026-02-11T12:34:50.346Z","repository":{"id":139616284,"uuid":"70543264","full_name":"cholmes/gapi","owner":"cholmes","description":"Collaboration on Geospatial API's for a REST+JSON world","archived":false,"fork":false,"pushed_at":"2016-10-11T19:21:06.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T08:19:59.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cholmes.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":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-11T01:20:15.000Z","updated_at":"2018-10-20T07:05:30.000Z","dependencies_parsed_at":"2023-07-04T15:37:07.688Z","dependency_job_id":null,"html_url":"https://github.com/cholmes/gapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cholmes/gapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cholmes%2Fgapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cholmes%2Fgapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cholmes%2Fgapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cholmes%2Fgapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cholmes","download_url":"https://codeload.github.com/cholmes/gapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cholmes%2Fgapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272424357,"owners_count":24932893,"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-28T02:00:10.768Z","response_time":74,"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":[],"created_at":"2024-11-11T04:47:52.618Z","updated_at":"2026-02-11T12:34:45.306Z","avatar_url":"https://github.com/cholmes.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nThis repository aims start a collaboration among geospatial software developers to establish a core set of RESTful JSON-based standards to share geospatial information online. At the core it is an update or refactoring of the core ideas of the venerable OGC W\\*S standards, taking the core concepts but starting over in a way that is in line with what modern developers expect from their standards.\n\nThe collaboration is rooted in open source principles and tools, but focused on the creation of open standards. Open Source implementations are encouraged but by no means required. Anyone is welcome to participate, but must back up 'ideas' with working code. Our goal is to be a collaboration of developers, not [architecture astronauts](http://www.joelonsoftware.com/articles/fog0000000018.html). \n\n## In this repo\n\nThis repository contains the core [Principles](principles.md) that govern the collaboration. It also contains a [roadmap](roadmap.md) for the core specifications, as well as a [doc of ideas](roadmap-next.md) of what pieces will likely come next if the core is successful. \n\n## Philosophy\n \n\nThe core philosophy is to specify simple interfaces that enable developers to grow in to geospatial complexity. A developer with no background in geospatial data who is asked to add bounding box search to their API should be able to find a specification that saves them time. It shouldn't require them to grok all the subtleties of the geospatial domain; it should give them parameters and responses to add in to their API, ideally including libraries in their language of choice. \n\nBut the pieces a developer adds should anticipate what they may be asked for next, and not paint the developer in to a corner. Many developers invent their own geospatial responses as the first request is always simple, but then end up with crufty code reinventing the wheel when they get asked for more complex use cases (lines and polygons, polygons with holes, data that crosses the dateline, alternate projections, complex geospatial operations like buffering).\n\nThe goal of open geospatial standards should be to provide simple API components and formats that can be incorporated in to a developer's work. But these simple components should include all the thinking about how they can expand for the complex use cases. Extensions to the core specifications should handle all the complexity that might be required. \n\nWe want to work hard to make the core as simple as possible, but with great extensions to handle any complex use case. Any developer should feel a net savings in time when finding, understanding and implementing a standard. They should use standards not because of a greater 'interoperability' goal, but because a group of experienced people have distilled their knowledge in to practices and code that save time. And through that we hope to achieve greater interoperability and less needless replication in the world.\n\n## Collaboration\n\nPlease review and edit to improve this repository through pull requests. If you pledge to put in time to help realize the goals add your name and github to the list below.\n\nChris Holmes [@cholmes](https://github.com/cholmes)\n(add your name when you contribute)\n\n## Inspirations\n\n* A large hat tip goes to the group that built [GeoJSON](http://geojson.org) - [Hobu](https://github.com/hobu), Martin, Allan, [Sean](https://github.com/sgillies), [Tim](https://github.com/tschaub) and [Chris](https://github.com/crschmidt) set a great example of how to build an open geospatial specification that understands the complexity of the geospatial domain while keeping the specification simple and implementable. \n* [GeoPackage](http://geopackage.org) was also a great collaboration that kept the core relatively tight, and has shown how to use github well to create and improve geospatial standards in an OGC context. \n* [Tom McWright](http://www.macwright.org/) and the [MapBox](http://mapbox.com) crew, for setting the standard of clear, simple geospatial specifications. And for doing the very needed work of explaining specs and geospatial concepts in ways that anyone can understand.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcholmes%2Fgapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcholmes%2Fgapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcholmes%2Fgapi/lists"}