<div dir="ltr"><div>Hi,</div><div><br></div><div>I needed to generate bbox at feature level in GeoJSONSeq when creating the output. I was surprised to not found the option in the driver <a href="https://gdal.org/en/latest/drivers/vector/geojsonseq.html#layer-creation-options">https://gdal.org/en/latest/drivers/vector/geojsonseq.html#layer-creation-options</a> whereas it's available for GeoJSON <a href="https://gdal.org/en/latest/drivers/vector/geojson.html#layer-creation-options">https://gdal.org/en/latest/drivers/vector/geojson.html#layer-creation-options</a></div><div>What is the origin of the choice or maybe non-choice? I can always go from GeoJSON without bbox to GeoJSON with bbox then to GeoJSONSeq but not sure it's the best way or if there is another way I did not find.<br></div><div>My option so far (combining with jq) is the following</div><div><br></div><div>ogr2ogr -f GeoJSON -lco WRITE_BBOX=YES /vsistdout/ poly_nobbox.geojson | jq -r -c .features[] >| poly_with_box.geojsonl</div><div><br></div><div>Regards,</div><div><br></div><div>Thomas Gratier<br></div></div>