NDGeoJSON (Newline Delimited GeoJSON) Writer Parameters
Filename Parameters

The file extension to which the NDGeoJSON will be written:
- .geojson (default)
- .geojsonl
- .json
- .ndgeojson
Formatting Parameters

The writer will use the value of this parameter to limit the number of decimal digits printed for each coordinate.
Valid values range from 1 to 15. The default value gives sub-millimeter accuracy when writing WGS84 coordinates. A lower number of digits can dramatically reduce the size of the output file when writing out a large number of coordinates.
This parameter has no effect on attribute values that contain floating point numbers.
Geometry

- Yes (default) – Area and donut geometries will be converted to a "right-hand" orientation (that is, outer boundaries will be in a counterclockwise orientation and inner boundaries will be in a clockwise orientation).
- No – These geometries will be written out in their existing orientation.