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');
GeoJsonRead(VARCHAR path, VARCHAR tableName);
Reads a GeoJSON file from path
and creates the
corresponding spatial table tableName
.
CALL GeoJsonRead('/home/user/data.geojson', 'NEW_DATA');