georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Add Extended WKB writer #159

Open Davichet-e opened 1 month ago

Davichet-e commented 1 month ago

Problem

I'm creating the bindings for a C library that requires as an input Extended WKB format. I see that GEOS does support writing to Extended WKB, so I was wondering whether it is something planned to be added in the future or whether there's a way to already accomplish this.

Thank you very much in advance.