https://github.com/dataiku/dss-plugin-kml-format
Dataiku DSS plugin to read Google Earth KML/KMZ files
https://github.com/dataiku/dss-plugin-kml-format
dataiku dss-plugin geo geospatial
Last synced: 6 days ago
JSON representation
Dataiku DSS plugin to read Google Earth KML/KMZ files
- Host: GitHub
- URL: https://github.com/dataiku/dss-plugin-kml-format
- Owner: dataiku
- Created: 2020-07-06T13:55:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T12:42:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T13:38:48.057Z (almost 2 years ago)
- Topics: dataiku, dss-plugin, geo, geospatial
- Language: Java
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
./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:
```bash
./gradlew test
```
## Upload to DSS
To upload the plugin as a zip to DSS, run:
```bash
make plugin
```