File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Spatial4j supports reading and writing Shapes to and from strings in the followi
66 * GeoJSON
77 * Polyshape
88
9- ## Reader/Writer Api
9+ ## Reader/Writer API
1010
1111The classes ` ShapeReader ` and ` ShapeWriter ` are the interfaces for encoding
1212and decoding shapes respectively. They can be obtained from a ` SpatialContext ` instance.
@@ -192,5 +192,5 @@ the largest encoding.
192192| 100% (131) | 40% (53) | %31 (40) | 15% (20) | ` GEOMETRYCOLLECTION(POINT(100.1 0.1),POINT(101.1 1.1)) ` |
193193
194194With this limited dataset it looks like the Polyshape format is on average ~ 25% as big as GeoJSON,
195- ~ 50% as big as WKT, and ~ 40% as big as the binary encoding. THe data used for this benchmark
195+ ~ 50% as big as WKT, and ~ 40% as big as the binary encoding. The data used for this benchmark
196196contains data with low precision numbers (100.1 vs 100.123456) so that may be a low estimate.
You can’t perform that action at this time.
0 commit comments