Hi,
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
https://gdal.org/en/latest/drivers/vector/geojsonseq.html#layer-creation-options
whereas it's available for GeoJSON
https://gdal.org/en/latest/drivers/vector
Hi,
There are implicit rules when you read the OGR/GDAL docs in fact, in
particular when you use `ogr2ogr` or `ogrinfo`
`-oo =` like "Open Options"
`-lco =` for "Layer Creation Option"
`-dsco =` for "DataSet Creation Option"
So, when you read for instance https://gdal.org/drivers/vector/csv.html