| ▲ | Demiurge 3 hours ago | |
Is this actually GeoJSON falling down, or decades of convention extended to JSON? Topology is great, but it is sidestepped by Shapefile/WKT/WKB/etc, in favor of independent primitives like POINT, LINE, POLYGON. If GeoJSON did not exist as a new JSON GIS data format encoding these primitives, TopoJSON would not have "replaced" it, due to the added mis-match with other non-topological formats. From what I can tell, the top criticism of GeoJSON is the under-enforced winding order specification, and crossing the antemeridian. | ||
| ▲ | jvanderbot 3 hours ago | parent [-] | |
Right. Encoding a union algorithm into the data structure just introduces the reverse problem: Selecting a subset now requires extra logic beyond jq. | ||