[Qgis-developer] Get rid of Shapefiles ! Go GeoJSON !
kimaidou
kimaidou at gmail.com
Mon Nov 26 07:39:53 PST 2012
Hi Régis,
2012/11/26 haubourg <regis.haubourg at eau-adour-garonne.fr>
> Hi Michael,
> some questions about geoJSON, I'm no specialist.. does GeoJson support
> spatial indexes? Isn't it a bit more space consuming with all the xml tags
> inside.. Does it support compression?
>
Geojson is not a XML format, but you are right, the colums names are
repeated for each features :
https://en.wikipedia.org/wiki/GeoJSON
http://www.geojson.org/
I have not yet search how we could build a spatial index from a GeoJSON,
but we surely could find a way.
It supports GZIP compression, as it is a simple text file, and we could
use it as QGIS can now handle zipped files.
>
> A remark on the-fly, when MITAB will be modified to support edition, you
> could have a file format that does what you want. I know some people are
> willing to fund developpement to do it.. Not open source, but efficient
> format.
>
You are right, but I am looking for an open-source format. :)
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20121126/2b0e8068/attachment.html>
More information about the Qgis-developer
mailing list