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.
Add 3 nodes for Google, OSRM, TomTom, respectively
Natural breaks seems to be the default algorithm in ArcGIS and is commonly used https://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization#Use_in_cartography - Node Name: Natural Break (Jenks) - The node input would be a KNIME table...
1. Add label 2. - column - color - size - font style 1. scrolling control to geospatial view node
- adding knime-python-versions for pixi env sharing - updating the bundling extension
# pixi run pip install keplergl==0.3.7
To reproduce read the attached geo file and use the resulting data table in a KNIME joiner node afterwards. The joiner will fail with a parsing exception. The reason is...
Related forum post: https://forum.knime.com/t/known-macos-15-4-issue-with-knime-s-bundled-python-environments/87584 Possible errors: ``` Original error was: dlopen(/Applications/KNIME 5.4.5.app/Contents/Eclipse/bundling/envs/sdl_harvard_geospatial/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-darwin.so, 0x0002): Library not loaded: @rpath/libgfortran.5.dylib Referenced from: /Applications/KNIME 5.4.5.app/Contents/Eclipse/bundling/envs/sdl_harvard_geospatial/lib/libopenblas.0.dylib Reason: tried: '/Applications/KNIME 5.4.5.app/Contents/Eclipse/bundling/envs/sdl_harvard_geospatial/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Applications/KNIME 5.4.5.app/Contents/Eclipse/bundling/envs/sdl_harvard_geospatial/lib/libgfortran.5.dylib'...
Starting with 3.7.1 the path to the libsqlite3 is an absolute path created during build time. Since we create the executor images in docker prior deploying them to CHub the...
All node that use/require an API key should support a credentials flow variable which can be used via the get_credentials(identifier: str)→ Credential method. Ideally we wait until the Python framework...