Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/georust/wkt
Rust read/write support for well-known text (WKT)
https://github.com/georust/wkt
Support rounding for `.wkt_string()`
IndigoCurnick opened this issue about 1 month ago
IndigoCurnick opened this issue about 1 month ago
Update fmt/clippy for 1.83
kylebarron opened this pull request about 1 month ago
kylebarron opened this pull request about 1 month ago
Retain io::error details
michaelkirk opened this pull request about 1 month ago
michaelkirk opened this pull request about 1 month ago
docs update & bump to 0.12
kylebarron opened this pull request about 1 month ago
kylebarron opened this pull request about 1 month ago
More inline impl trait
kylebarron opened this pull request about 1 month ago
kylebarron opened this pull request about 1 month ago
Update `ToWkt::write_wkt` to not buffer string
kylebarron opened this pull request about 1 month ago
kylebarron opened this pull request about 1 month ago
Store dimensionality in parsed WKT objects
kylebarron opened this issue 2 months ago
kylebarron opened this issue 2 months ago
Implement geo-traits for writing to WKT & perf improvement
kylebarron opened this pull request 2 months ago
kylebarron opened this pull request 2 months ago
Implement geo-traits for reading from WKT
kylebarron opened this pull request 3 months ago
kylebarron opened this pull request 3 months ago
prepare for v0.11.1 release
michaelkirk opened this pull request 3 months ago
michaelkirk opened this pull request 3 months ago
include "write" bench in cargo.toml
michaelkirk opened this pull request 3 months ago
michaelkirk opened this pull request 3 months ago
Switch to ryu for float to string
kylebarron opened this pull request 3 months ago
kylebarron opened this pull request 3 months ago
Infer geometry type and dimension from WKT
kylebarron opened this pull request 3 months ago
kylebarron opened this pull request 3 months ago
Use ryu for faster float-to-string conversion
kylebarron opened this issue 4 months ago
kylebarron opened this issue 4 months ago
API to infer only geometry type/dimension
kylebarron opened this issue 4 months ago
kylebarron opened this issue 4 months ago
prepare for v0.11.0 release
michaelkirk opened this pull request 6 months ago
michaelkirk opened this pull request 6 months ago
Fix parsing Z, M, and ZM WKT strings
kylebarron opened this pull request 6 months ago
kylebarron opened this pull request 6 months ago
3D point is spelled `POINT Z` not `POINTZ`
michaelkirk opened this issue 6 months ago
michaelkirk opened this issue 6 months ago
Support parse POINTZ, POINTM and POINTZM
ariesdevil opened this pull request 11 months ago
ariesdevil opened this pull request 11 months ago
wkt! macro for compile time checking of static wkt text (like serde_json::json!)
michaelkirk opened this pull request over 1 year ago
michaelkirk opened this pull request over 1 year ago
MultiPoint should handle mix of EMPTY and non Empty points
michaelkirk opened this issue over 1 year ago
michaelkirk opened this issue over 1 year ago
Simplify Wkt data structure
michaelkirk opened this pull request over 1 year ago
michaelkirk opened this pull request over 1 year ago
PartialEq
michaelkirk opened this pull request over 1 year ago
michaelkirk opened this pull request over 1 year ago
Add Support For EWKT
hendursaga opened this issue over 1 year ago
hendursaga opened this issue over 1 year ago
Fix some clippy warnings
lnicola opened this pull request about 2 years ago
lnicola opened this pull request about 2 years ago
Use SPDX license expression
gerritsangel opened this pull request about 2 years ago
gerritsangel opened this pull request about 2 years ago
version 0.11.0 release
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
release 0.11.0
michaelkirk opened this issue over 2 years ago
michaelkirk opened this issue over 2 years ago
TryFromWkt for integer geometries
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Support deserializing integer geometries
michaelkirk opened this issue over 2 years ago
michaelkirk opened this issue over 2 years ago
ToWkt for integer types
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Relax ToWkt impls to work with CoordNum
rmanoka opened this issue over 2 years ago
rmanoka opened this issue over 2 years ago
deserialize specific geo types
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Document all feature, and show feature requirements
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Output `TRIANGLE` type?
michaelkirk opened this issue over 2 years ago
michaelkirk opened this issue over 2 years ago
prepare for 0.10.1 release
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
FromWkt trait for reading WKT without exposing the user to the intermediate representation.
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Add some benches and some internal cleanup
michaelkirk opened this pull request over 2 years ago
michaelkirk opened this pull request over 2 years ago
Avoid intermediate `Wkt` allocation for `ToWkt::wkt_string` for geo-types
michaelkirk opened this issue over 2 years ago
michaelkirk opened this issue over 2 years ago
impl ToWkt for inner geo_type variants, allow non-geotypes to impl ToWkt
michaelkirk opened this pull request almost 3 years ago
michaelkirk opened this pull request almost 3 years ago
Use new TZM geo-types instead the custom WKT ones
nyurik opened this issue almost 3 years ago
nyurik opened this issue almost 3 years ago
Migrate to geo-type 0.7.4
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
Easier serialization of wkt with ToWkt::wkt_string/write_wkt
michaelkirk opened this pull request almost 3 years ago
michaelkirk opened this pull request almost 3 years ago
WIP: Impl/from geo types
categulario opened this pull request almost 3 years ago
categulario opened this pull request almost 3 years ago
Update pull_request_template.md
categulario opened this pull request almost 3 years ago
categulario opened this pull request almost 3 years ago
impl Display for Wkt
categulario opened this pull request almost 3 years ago
categulario opened this pull request almost 3 years ago
wkt adapted for 3d/m change in geo
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
Reduce usage of `let GeoType(a) = b`
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
make Wkt<T> display
queer-emma opened this issue almost 3 years ago
queer-emma opened this issue almost 3 years ago
How to pass GEOMETRYCOLLECtion from sql
AkshayGore opened this issue almost 3 years ago
AkshayGore opened this issue almost 3 years ago
Remove authors manifest field
lnicola opened this pull request almost 3 years ago
lnicola opened this pull request almost 3 years ago
Fix bench build bug, added CI lints
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
BREAKING: move `Wkt::from_str` to `FromStr` trait
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
Add MIT license file
frewsxcv opened this issue almost 3 years ago
frewsxcv opened this issue almost 3 years ago
Prepare for 0.10.0 release
urschrei opened this pull request almost 3 years ago
urschrei opened this pull request almost 3 years ago
Use geo_types macros to future proof
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
Cargo fmt & clippy, run CI on PR, spelling
nyurik opened this pull request almost 3 years ago
nyurik opened this pull request almost 3 years ago
Make geo-types a non-optional dependency
urschrei opened this issue almost 3 years ago
urschrei opened this issue almost 3 years ago
Remove ToWkt?
frewsxcv opened this issue almost 3 years ago
frewsxcv opened this issue almost 3 years ago
Store a single geometry inside Wkt
lnicola opened this pull request almost 3 years ago
lnicola opened this pull request almost 3 years ago
Migrate to 2021 edition and add examples
urschrei opened this pull request almost 3 years ago
urschrei opened this pull request almost 3 years ago
Relax the parens requirement for multipoint
audunska opened this pull request over 3 years ago
audunska opened this pull request over 3 years ago
0.9.2 release
michaelkirk opened this pull request over 3 years ago
michaelkirk opened this pull request over 3 years ago
Next release (0.9.2)
michaelkirk opened this issue over 3 years ago
michaelkirk opened this issue over 3 years ago
Minimal support for JTS extensions
rmanoka opened this pull request over 3 years ago
rmanoka opened this pull request over 3 years ago
Approximately 40% faster, not all numeric chars are digits
softdevca opened this pull request almost 4 years ago
softdevca opened this pull request almost 4 years ago
Wkt parser should parses geometry type as case insensitive
manhquang144 opened this issue almost 4 years ago
manhquang144 opened this issue almost 4 years ago
Support 'POINT EMPTY' conversion to geo_types
rmanoka opened this pull request almost 4 years ago
rmanoka opened this pull request almost 4 years ago
WKT Release: proposed minor release 0.9.1
michaelkirk opened this issue almost 4 years ago
michaelkirk opened this issue almost 4 years ago
deserialize point
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
`POINT EMPTY` vis-à-vis `geo_types`
michaelkirk opened this issue almost 4 years ago
michaelkirk opened this issue almost 4 years ago
add docs/crates badge. remove deprecated CI badge
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
impl serde::Deserialize for Wkt and Geometry (and helper function)
woshilapin opened this pull request almost 4 years ago
woshilapin opened this pull request almost 4 years ago
Publish WKT 0.9.0
michaelkirk opened this issue almost 4 years ago
michaelkirk opened this issue almost 4 years ago
specific errors and `try_into` for inner geo-types
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
specific errors and `try_into` for inner geo-types
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
Better way to serialize to wkt?
michaelkirk opened this issue almost 4 years ago
michaelkirk opened this issue almost 4 years ago
Mkirk/debug
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
Mkirk/geo types 0.7
michaelkirk opened this pull request almost 4 years ago
michaelkirk opened this pull request almost 4 years ago
use TryFrom universally
michaelkirk opened this pull request about 4 years ago
michaelkirk opened this pull request about 4 years ago
copy project mgmt from geo
michaelkirk opened this pull request about 4 years ago
michaelkirk opened this pull request about 4 years ago
Should we support LINEARRING type?
michaelkirk opened this issue about 4 years ago
michaelkirk opened this issue about 4 years ago
displayable errors: the trait `StdError` is not implemented for `wkt::conversion::Error`
michaelkirk opened this issue about 4 years ago
michaelkirk opened this issue about 4 years ago
Document reading and writing examples
michaelkirk opened this issue about 4 years ago
michaelkirk opened this issue about 4 years ago
Try/From<Wkt> traits for Geometry
michaelkirk opened this pull request about 4 years ago
michaelkirk opened this pull request about 4 years ago
crates publishing team
michaelkirk opened this issue about 4 years ago
michaelkirk opened this issue about 4 years ago
Update dependencies (geo-types 0.6)
crocme10 opened this pull request over 4 years ago
crocme10 opened this pull request over 4 years ago
update to the last geo_types version
blackrez opened this pull request over 4 years ago
blackrez opened this pull request over 4 years ago
Use generic type for precision in conversion
pjsier opened this pull request over 5 years ago
pjsier opened this pull request over 5 years ago
upgrade geo_types
antoine-de opened this pull request almost 6 years ago
antoine-de opened this pull request almost 6 years ago
update geo-types to 0.3
antoine-de opened this pull request almost 6 years ago
antoine-de opened this pull request almost 6 years ago
Remove recursion to prevent stack overflow
osialr opened this pull request about 6 years ago
osialr opened this pull request about 6 years ago
Don't panic on invalid number
osialr opened this pull request about 6 years ago
osialr opened this pull request about 6 years ago
Update geo types 2
antoine-de opened this pull request about 6 years ago
antoine-de opened this pull request about 6 years ago
Convert wkt types to geo types
datanel opened this pull request over 6 years ago
datanel opened this pull request over 6 years ago
Convert types to geo_types
datanel opened this pull request over 6 years ago
datanel opened this pull request over 6 years ago
Implement Display for geometries
datanel opened this pull request over 6 years ago
datanel opened this pull request over 6 years ago
used last version of geo-types
datanel opened this pull request over 6 years ago
datanel opened this pull request over 6 years ago
Use generic type for precision
frewsxcv opened this issue almost 8 years ago
frewsxcv opened this issue almost 8 years ago
Reconsider design of core structures
frewsxcv opened this issue almost 8 years ago
frewsxcv opened this issue almost 8 years ago