orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
203 stars 62 forks source link

TopoJson driver #1373

Open ebocher opened 8 months ago

ebocher commented 8 months ago

TopoJson encodes a collection of GeoJson into a topology scheme. Specification here https://github.com/topojson/topojson saids

"TopoJSON is substantially more compact than GeoJSON, frequently offering a reduction of 80% or more even without simplification. Yet encoding topology also has numerous useful applications for maps and visualization above"

It makes sense to propose a driver to import and export topojson file.