Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/program--/focal-curve-encoding
Geometry encoding scheme & C++17/R reference implementation
https://github.com/program--/focal-curve-encoding
Last synced: 24 days ago
JSON representation
Geometry encoding scheme & C++17/R reference implementation
- Host: GitHub
- URL: https://github.com/program--/focal-curve-encoding
- Owner: program--
- License: other
- Created: 2023-08-11T04:42:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T03:19:14.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:04:29.257Z (7 months ago)
- Language: C++
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Focal Curve Encoding
This repository contains the [specification](FORMAT.md) for the *Focal Curve Encoding* format.
This format is to be used specifically with geometry object, such that those deriving from
OGC Simple Features Access implementations. This format takes inspiration from the WKB and TWKB
specifications.## License
The specification for Focal Curve Encoding (FCE) is licensed under [CC0 public domain license](https://creativecommons.org/share-your-work/public-domain/cc0/)
where possible.