File tree Expand file tree Collapse file tree 4 files changed +106
-409
lines changed Expand file tree Collapse file tree 4 files changed +106
-409
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ dependencies:
1919 - pip
2020 - pip :
2121 - pyecharts
22- - pyDataverse
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ group_id: sdl.harvard
22name : geospatial # Will be concatenated with the group_id to an ID
33author : Lingbo Liu,Xiaokang Fu,Tobias Koetter
44vendor : 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
66long_description : KNIME nodes for processing, analyzing and visualizing Geospatial data.
77version : 0.1.0 # Version of this Python node extension
88license_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
99extension_module : src/geospatial_ext # The .py Python module containing the nodes of your extension
1010env_yml_path : geospatial_env.yml # This is necessary for bundling, but not needed during development
1111feature_dependencies :
12- - org.knime.features.geospatial
12+ - org.knime.features.geospatial 4.7.0
You can’t perform that action at this time.
0 commit comments