knime-geospatial-extension icon indicating copy to clipboard operation
knime-geospatial-extension copied to clipboard

This repository is built for KNIME-CGA Geospatial Project, and the goal is to build Python-based nodes for geospatial analysis in KNIME Analytic Platform.

Results 119 knime-geospatial-extension issues
Sort by recently updated
recently updated
newest added

Rename the Lat/Long node to Lat/Lon

Todo

in most of these Nodes I am missing these options: - whenver a folder is missing, it should be created. - whenver a file aready exists, it should be either...

enhancement

It seems that Geopandas supports reading of DBF files however when executed the node throws the following exception if the file doesn't contain a geo column: Execute failed: No coordinate...

enhancement

Create a checklist for developer that want to contribute to this repository.

documentation

When incorporating the Geospaatial View into a report which extends beyond the screen height and you want to scroll, it automatically zooms instead of scrolling which only leaves one to...

enhancement

As proposed in this [forum post](https://forum.knime.com/t/geospatial-osm-boundary-map-fails-if-upon-unknown-country-add-failure-tollerance/79772) it makes sense to add an ignore unknown countries option to the OSM Boundary Map node which in case it is enabled returns a...

enhancement

With BH 1.10 the executor builder app is available which makes it easier to build an executor with the geospatial extension.

documentation

To get the boundaries for all countries int he world the user either has to use the OSM Boundary node in a loop which takes a long time or has...

new node

In the execute method of the node check if the currently entered OSRM server address is valid and working otherwise throw an exception e.g. "OSRM server not available" Investigate if...

bug

We need to cover conversion cases where users want to create polygons from other geometries. One of the two methods (if not both) would be desired to be implemented. -...