dataiku / dss-plugin-kml-format

Dataiku DSS plugin to read Google Earth KML/KMZ files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KML & KMZ format extractor

This plugin contains a KML or KMZ parser allowing dataset creation from this format in DSS. Each row in the output dataset will contain a geospatial object (Coordinates, LineString ...) and any additional comments associated with it.

Build the plugin

To build the plugin using Gradle, do:

./gradlew build
./gradlew dist

It will create a zip of the plugin in the dist folder. DSS uses this zip to install the plugin.

Test

To test the plugin using Gradle, do:

./gradlew test

Upload to DSS

To upload the plugin as a zip to DSS, run:

make plugin

About

Dataiku DSS plugin to read Google Earth KML/KMZ files


Languages

Language:Java 98.2%Language:Makefile 1.8%