Skip to content

Commit c809171

Browse files
committed
2 parents 50cca07 + 19b261c commit c809171

File tree

4 files changed

+106
-409
lines changed

4 files changed

+106
-409
lines changed

knime_extension/geospatial_env.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ dependencies:
1919
- pip
2020
- pip:
2121
- pyecharts
22-
- pyDataverse

knime_extension/knime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ group_id: sdl.harvard
22
name: geospatial # Will be concatenated with the group_id to an ID
33
author: Lingbo Liu,Xiaokang Fu,Tobias Koetter
44
vendor: SDL, Harvard, Cambridge US
5-
description: Geospatial Analytics Extension # Human readable bundle name / description
5+
description: Geospatial Analytics Extension for KNIME # Human readable bundle name / description
66
long_description: KNIME nodes for processing, analyzing and visualizing Geospatial data.
77
version: 0.1.0 # Version of this Python node extension
88
license_file: LICENSE.TXT # Best practice: put your LICENSE.TXT next to the knime.yml; otherwise you would need to change to path/to/LICENSE.txt
99
extension_module: src/geospatial_ext # The .py Python module containing the nodes of your extension
1010
env_yml_path: geospatial_env.yml # This is necessary for bundling, but not needed during development
1111
feature_dependencies:
12-
- org.knime.features.geospatial
12+
- org.knime.features.geospatial 4.7.0

0 commit comments

Comments
 (0)