Skip to content

Commit d562e40

Browse files
authored
update all 4 IO nodes (#391)
1 allow choosing file on local drive and using URL 2 allow encoding parameter 3 add option to create missing folder while saving files 4 add GML to GeoFIle Writer node 5 Add pyogrio dependency
1 parent 3785a2a commit d562e40

File tree

3 files changed

+240
-69
lines changed

3 files changed

+240
-69
lines changed

knime_extension/geospatial_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- numpy=1.23.5 #required to fix problem with latest version of numpy
2525
- osmnx=1.7.0
2626
- polyline 2.0.0
27+
- pyogrio=0.10.0
2728
- pyproj=3.5.0
2829
- pysal=23.1
2930
- rasterio=1.3.6

knime_extension/knime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ extension_module: src/geospatial_ext # The .py Python module containing the node
1010
env_yml_path: geospatial_env.yml # This is necessary for bundling, but not needed during development
1111
feature_dependencies:
1212
- org.knime.features.geospatial 4.7.0
13-
- org.knime.features.core 5.2.0 #ensure that this extension can only be used with 5.2 with date time support
13+
- org.knime.features.core 5.3.0 #ensure that this extension can only be used with 5.3 with file browsing support
1414

0 commit comments

Comments
 (0)