GeoFile Writer

This node writes the data in the format of Shapefile, GeoJSON, or GeoParquet. Examples of standard local file paths are C:\KNIMEworkspace\test.shp for Windows and /KNIMEworkspace/test.geojson for Linux.

The file extension e.g. .shp, .geojson, or .parquet is appended automatically depending on the selected file format if not specified.

The node is based on the GeoPandas project and uses the following related information and functions:

Options

Geometry column

Select the geometry column for Geodata.

Output file path

The file path for writing data. The file extension e.g. .shp, .geojson, or .parquet is appended automatically depending on the selected file format if not specified.

If exists:

Specify the behavior of the node in case the output file already exists.

Available options:

  • Fail: Will issue an error during the node's execution (to prevent unintentional overwrite).
  • Overwrite: Will replace any existing file.
Output file format

The file format to use.

File compression

The name of the compression to use or none.

Available options:

  • None: Does not use any compression at all.
  • Brotli: Successor to gzip with better compression. For more details see here.
  • gzip: Widely used and supported compression format. For more details see here.
  • Snappy: Compression format aiming for very high speed and reasonable compression. For more details see here.

Input Ports

Icon

Geodata from the input portal.

Output Ports

This node has no output ports

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.