knime-geospatial-extension
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.
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...
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...
Create a checklist for developer that want to contribute to this repository.
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...
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...
With BH 1.10 the executor builder app is available which makes it easier to build an executor with the geospatial extension.
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...
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...
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. -...