Geographic data
Dataiku DSS can connect to the following type of geographic data:
GeoJSON files
DSS can read GeoJSON files stored on any filesystem.
DSS can also export any dataset containing a geographic column to GeoSJON
ESRI Shapefiles
DSS can read ESRI Shapefiles. Please see ESRI Shapefiles for more details
WKT
Any column containing WKT can be treated as geographic data
KML
DSS can read KML/KMZ files.
Note
This capability is provided by the “KML Format extractor”, which you need to install. Please see Installing plugins .
This plugin is Not supported
Snowflake
DSS can natively read and write the Snowflake GEOGRAPHY data type, which is read as geometry DSS columns.
Please see Snowflake for more details.
DSS can also push-down some geographic computation to Snowflake
PostGIS
PostGIS is a widely used PostgreSQL database extension that allows to store and process geospatial data.
DSS can natively read and write PostGIS geo data types.
Please see PostgreSQL for more details.
DSS can also push-down some geographic computation to PostgreSQL / PostGIS