TWKB / Specification

An effort to come up with a compressed binary vector geometry specification
86 stars 10 forks source link

Text encoding for TWKB #24

Open dr-jts opened 4 years ago

dr-jts commented 4 years ago

Is there a specified text encoding for TWKB?

It would be nice if the spec mandated a standard encoding. This would allow more standard use of TWB for things like encoding geometry inside JSON.

Possibilities for text encoding include Hex and Base64. Bases64 is smaller than Hex, so would be best. There may be other better ones?

nicklasaven commented 4 years ago

Yes, why not. I guess specifying things makes it more usable. I think base64 sounds good.

Do you make a PR?

dr-jts commented 4 years ago

I will make a PR when I have time.