issues
search
georust
/
wkt
Rust read/write support for well-known text (WKT)
https://crates.io/crates/wkt
Apache License 2.0
50
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support rounding for `.wkt_string()`
#131
IndigoCurnick
opened
6 hours ago
1
Update fmt/clippy for 1.83
#130
kylebarron
closed
18 hours ago
0
Retain io::error details
#129
michaelkirk
closed
6 days ago
0
docs update & bump to 0.12
#128
kylebarron
closed
5 days ago
7
More inline impl trait
#127
kylebarron
closed
6 days ago
0
Update `ToWkt::write_wkt` to not buffer string
#126
kylebarron
closed
6 days ago
1
Store dimensionality in parsed WKT objects
#125
kylebarron
opened
1 month ago
0
Implement geo-traits for writing to WKT & perf improvement
#124
kylebarron
closed
6 days ago
9
Implement geo-traits for reading from WKT
#123
kylebarron
closed
1 week ago
4
prepare for v0.11.1 release
#122
michaelkirk
closed
1 month ago
1
include "write" bench in cargo.toml
#121
michaelkirk
closed
1 month ago
3
Switch to ryu for float to string
#120
kylebarron
opened
1 month ago
5
Infer geometry type and dimension from WKT
#119
kylebarron
closed
1 month ago
6
Use ryu for faster float-to-string conversion
#118
kylebarron
opened
2 months ago
7
API to infer only geometry type/dimension
#117
kylebarron
closed
1 month ago
3
prepare for v0.11.0 release
#116
michaelkirk
closed
4 months ago
1
Fix parsing Z, M, and ZM WKT strings
#115
kylebarron
closed
4 months ago
14
3D point is spelled `POINT Z` not `POINTZ`
#114
michaelkirk
closed
4 months ago
11
Support parse POINTZ, POINTM and POINTZM
#113
ariesdevil
closed
5 months ago
5
wkt! macro for compile time checking of static wkt text (like serde_json::json!)
#112
michaelkirk
opened
1 year ago
0
MultiPoint should handle mix of EMPTY and non Empty points
#111
michaelkirk
opened
1 year ago
0
Simplify Wkt data structure
#110
michaelkirk
closed
4 months ago
3
PartialEq
#109
michaelkirk
closed
1 year ago
0
Add Support For EWKT
#108
hendursaga
opened
1 year ago
3
Fix some clippy warnings
#107
lnicola
closed
2 years ago
5
Use SPDX license expression
#106
gerritsangel
closed
2 years ago
5
version 0.11.0 release
#105
michaelkirk
closed
2 years ago
2
release 0.11.0
#104
michaelkirk
closed
1 year ago
2
TryFromWkt for integer geometries
#103
michaelkirk
closed
2 years ago
4
Support deserializing integer geometries
#102
michaelkirk
closed
2 years ago
2
ToWkt for integer types
#101
michaelkirk
closed
2 years ago
2
Relax ToWkt impls to work with CoordNum
#100
rmanoka
closed
2 years ago
1
deserialize specific geo types
#99
michaelkirk
closed
2 years ago
2
Document all feature, and show feature requirements
#98
michaelkirk
closed
2 years ago
2
Output `TRIANGLE` type?
#97
michaelkirk
opened
2 years ago
1
prepare for 0.10.1 release
#96
michaelkirk
closed
2 years ago
3
FromWkt trait for reading WKT without exposing the user to the intermediate representation.
#95
michaelkirk
closed
2 years ago
2
Add some benches and some internal cleanup
#94
michaelkirk
closed
2 years ago
2
Avoid intermediate `Wkt` allocation for `ToWkt::wkt_string` for geo-types
#93
michaelkirk
opened
2 years ago
0
impl ToWkt for inner geo_type variants, allow non-geotypes to impl ToWkt
#92
michaelkirk
closed
2 years ago
4
Use new TZM geo-types instead the custom WKT ones
#91
nyurik
opened
2 years ago
12
Migrate to geo-type 0.7.4
#90
nyurik
closed
2 years ago
2
Easier serialization of wkt with ToWkt::wkt_string/write_wkt
#89
michaelkirk
closed
2 years ago
5
WIP: Impl/from geo types
#88
categulario
closed
2 years ago
5
Update pull_request_template.md
#87
categulario
closed
2 years ago
1
impl Display for Wkt
#86
categulario
closed
2 years ago
5
wkt adapted for 3d/m change in geo
#85
nyurik
opened
2 years ago
1
Reduce usage of `let GeoType(a) = b`
#84
nyurik
opened
2 years ago
0
make Wkt<T> display
#83
queer-emma
closed
2 years ago
3
How to pass GEOMETRYCOLLECtion from sql
#82
AkshayGore
closed
2 years ago
1
Next