https://github.com/amandasaurus/geom-well-known-rs
Well Know Text/Binary reading & writing for geometry objects in Rust.
https://github.com/amandasaurus/geom-well-known-rs
Last synced: 4 months ago
JSON representation
Well Know Text/Binary reading & writing for geometry objects in Rust.
- Host: GitHub
- URL: https://github.com/amandasaurus/geom-well-known-rs
- Owner: amandasaurus
- License: gpl-3.0
- Created: 2015-04-05T15:48:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T11:55:51.000Z (about 10 years ago)
- Last Synced: 2024-12-27T00:24:36.672Z (6 months ago)
- Language: Rust
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This crate provides methods to read & write (Extended) Well Known Text ((E)WKT)
and (Extended) Well Known Binary ((E)WKB), the text & binary encoding of GIS
geometry objects.[](https://travis-ci.org/rory/geom-well-known-rs)
Licenced under GNU GPL v3 (or later). See LICENCE file.
This is alpha quality software, not all features, or geometry types are
supported. This table lists current features supported.| Geometry Type | read WKT | write WKT | read WKB | write WKB |
|----------------|----------|-----------|----------|-----------|
| Point | [x] | [x] | [x] | [x] |
| MultiPoint | [ ] | [ ] | [ ] | [ ] |
| Linestring | [x] | [x] | [.] | [x] |
| MultiLinestring| [ ] | [ ] | [ ] | [ ] |
| Polygon | [ ] | [ ] | [ ] | [ ] |
| MultiPolygon | [ ] | [ ] | [ ] | [ ] |