spatial-go / geoos

A library provides spatial data and geometric algorithms
http://www.spatial-go.com
GNU Lesser General Public License v2.1
612 stars 130 forks source link

feat: 增加 Geobuf 编解码 #52

Closed aichibazhang closed 2 years ago

aichibazhang commented 2 years ago

Geobuf 将 GeoJSON 数据几乎无损地压缩到协议缓冲区中。与单独使用 GeoJSON 相比的优势:

  1. 非常紧凑:通常使 GeoJSON 小 6-8 倍。即使比较 gzip 压缩后的大小,也小 2-2.5 倍。
  2. 非常快的编码和解码——甚至比原生 JSON 解析/字符串化还要快。
  3. 可以容纳任何 GeoJSON 数据,包括具有任意属性的扩展。
aichibazhang commented 2 years ago

the wrong name is corrected