<p dir="ltr"><br>
On 15 Jan 2016 2:39 AM, "Even Rouault" <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br>
><br>
><br>
> A more "streaming-like" approach for the driver not proceeding to full<br>
> ingestion of features could be desirable to remove that limitation, but that's<br>
> more involved. A possibility could be to have a "at-hand" parser to delimitate<br>
> JSon "Feature" objects and use only json-c to parse each feature. But GeoJSON<br>
> is certainly not the more appropriate file format to deal with huge datasets...<br>
></p>
<p dir="ltr">Even,</p>
<p dir="ltr">Editable GeoJSON in OGR is great news!</p>
<p dir="ltr">I've got a question regarding the geojson driver you may be able to assist with. Is there any method in the OGR libraries which allow direct parsing of a string to a  layer? (Ie, without first writing it out to a file).</p>
<p dir="ltr">I'd like to add the ability to directly paste geojson text into QGIS and have it inserted as a feature in the current layer (like how you can currently paste WKT text as a feature). I don't want to have to manually parse the json (that would be a nightmare). </p>
<p dir="ltr">If I could somehow take advantage of OGR's geojson driver to do the heavy lifting then this work would be trivial.</p>
<p dir="ltr">Any ideas?</p>
<p dir="ltr">Nyall</p>