Fork me on GitHub

GeoJsonRead

Signature

GeoJsonRead(VARCHAR path, VARCHAR tableName);

Description

Reads a GeoJSON file from path and creates the corresponding spatial table tableName.

Examples

CALL GeoJsonRead('/home/user/data.geojson', 'NEW_DATA');
See also