NDGeoJSON (Newline Delimited GeoJSON) Reader/Writer
FME can read and write data in the NDJSON (Newline Delimited GeoJSON) format.
NDGeoJSON is a newline-delimited variant of the GeoJSON format. Each line in a NDGeoJSON file is a self-contained GeoJSON feature. There is no enclosing FeatureCollection object.
The NDGeoJSON reader and writer support the same set of geometry and attribute types as the standard GeoJSON reader and writer.
NDGeoJSON Product and System Requirements
Format |
FME Platform |
Operating System |
||||
---|---|---|---|---|---|---|
Reader/Writer |
FME Form |
FME Flow |
FME Flow Hosted |
Windows 64-bit |
Linux |
Mac |
Reader |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Writer |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Reader Overview
Each file read by the NDGeoJSON reader will produce an FME feature type. The reader will create an FME feature for each line in the file.
Writer Overview
The writer will create a new file for each FME feature type. Features will be output as GeoJSON Feature objects, one per line.
All features will be reprojected to the WGS84 coordinate system before being written. Features that have no coordinate system will be assumed to already be in the WGS84 coordinate system.