GeoJSONSeq: sequence of GeoJSON features

Starting with GDAL 2.4

This driver implements read/creation support for features encoded individually as GeoJSON Feature objects, separated by newline (LF) (Newline Delimited JSON) or record-separator (RS) characters (RFC 8142 standard: GeoJSON Text Sequences)

Such files are equivalent to a GeoJSON FeatureCollection, but are more friendly for incremental parsing.

Datasource

The driver accepts three types of sources of data:

The URL/filename/text might be prefixed with GeoJSONSeq: to avoid any ambiguity with other drivers.

Layer creation options

See Also