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

- https://ec.europa.eu/eurostat/databrowser/explore/all/all_themes?lang=en&display=list&sort=category - https://pypi.org/project/eurostat/ - https://wikis.ec.europa.eu/display/EUROSTATHELP/API+for+data+access

new node

If a user wants to open a larger data set it takes a long time until the view is properly loaded without much (no) progress indication. See also this [forum...

enhancement

We might be able to include the following offline dataset for offline IP lookups: https://dev.maxmind.com/geoip/geolite2-free-geolocation-data

enhancement

The node should use the TomTom API to create an Isochrone map https://developer.tomtom.com/blog/build-different/how-use-isochrones-food-delivery/ Depends on AP-20404 to provide the date and time for the traffic model.

new node

JSON data type is now supported in Python (AP-16261)

enhancement

Maybe it is a good idea to add more providers for distance matrix calculation like what we did for geocoding. Providers such as ESRI, Bing, etc.

When configuring the _\_ node for the first time, the 'geometry' column is pre-selected. At the bottom of the (pre-)view we prompt a warning that this column is preset. It...

Hi there, just want report a bug probably related to our new release extension on the sever. What I use: I use Knime executor 5.1 what I have done: I...

It would be great if there is a way we could support multi-language support like Chinese support.

GeoPandas seems to support GML if explicitly [enabled](https://gis.stackexchange.com/questions/401917/load-specific-layer-from-gml-to-geopandas): `db = gpd.read_file('pth/to/5221132-NS7010', driver='GML', layer="my_layer_name")` GDAL has limited support to read GML files: https://gdal.org/drivers/vector/gml.html Example files can be downloaded from here: https://git.rwth-aachen.de/malhotra/teaserplus/-/tree/master/GML-Example-files...

enhancement