Skip to content

This git repository is used to share the code used in the example to create KNIME nodes in Python for KNIME Blog.

License

Notifications You must be signed in to change notification settings

paolotamag/KNIME-Extension-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create your KNIME Nodes using Python

Welcome to the KNIME Extension-Example!

With this repository, we showcase how a KNIME node can be developed using Python.

In this example we build the KNIME node called "Geo Distances" to compute the distance between two locations using their GPS coordinates.

This example is adopted in the article "4 Steps for your Python Team to Develop KNIME Nodes" on KNIME Blog.

More detailed documentation at "Create a New Python based KNIME Extension" on KNIME Docs.

We implemented nodes to compute distances. The top input lists in two columns the locations between which a distance needs to be computed. The second input lists the coordinates for each location mentioned in the top input. The output is the first input with the distances in kilometers attached in a new third column.

About

This git repository is used to share the code used in the example to create KNIME nodes in Python for KNIME Blog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •