Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geojson/draft-geojson
The GeoJSON Internet-Draft
https://github.com/geojson/draft-geojson
Last synced: 1 day ago
JSON representation
The GeoJSON Internet-Draft
- Host: GitHub
- URL: https://github.com/geojson/draft-geojson
- Owner: geojson
- License: other
- Created: 2013-04-30T12:36:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T16:15:04.000Z (over 8 years ago)
- Last Synced: 2024-08-02T12:52:25.004Z (3 months ago)
- Language: XSLT
- Homepage:
- Size: 408 KB
- Stars: 197
- Watchers: 45
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - geojson/draft-geojson - The GeoJSON Internet-Draft (others)
README
# GeoJSON
[![Circle CI](https://circleci.com/gh/geojson/draft-geojson.svg?style=svg)](https://circleci.com/gh/geojson/draft-geojson)
Incubator for GeoJSON spec rewrite and subsequent IETF RFC submission.
## Status
An IETF WG has been chartered: https://tools.ietf.org/wg/geojson/ and has
adopted `draft-butler-geojson`. The official draft is
https://datatracker.ietf.org/doc/draft-ietf-geojson/.## Contributing
Substantial discussion happens on the GeoJSON email list:
https://www.ietf.org/mailman/listinfo/geojson. Specific edits to the draft
are made via issues and pull requests in this GitHub repo.See https://github.com/geojson/draft-geojson/blob/master/CONTRIBUTING.md
## Generating Docs
This project uses the workflow described in
http://tools.ietf.org/html/rfc7328.html to generate RFC text from Markdown
files and an XML template.### Dependencies
* [`xml2rfc`](https://pypi.python.org/pypi/xml2rfc/)
* [`pandoc2rfc`](https://raw.github.com/miekg/pandoc2rfc/master/pandoc2rfc)### Transform Markdown to XML etc.
Inside the working copy of the repo run the build script to manifest the draft
as HTML, nroff, XML, and plain text.```bash
$ make
```