From 4ab85e628c52209dd88e4e94413377c6132c39a5 Mon Sep 17 00:00:00 2001 From: Sam Thiriot Date: Wed, 12 Jun 2019 13:08:53 +0200 Subject: [PATCH] changing names without WKT #45 --- .../read/read_from_gml/ReadGMLAsWKTNodeFactory.xml | 2 +- .../read/read_from_kml/ReadKMLAsWKTNodeFactory.xml | 2 +- .../read_from_shapefile/ReadShapefileAsWKTNodeFactory.xml | 2 +- .../view/DisplaySpatialPopulationNodeFactory.xml | 2 +- docs/index.md | 8 ++++---- docs/pages/0_read_shapefiles/index.md | 2 +- docs/pages/1_merge_shapefiles/index.md | 2 +- docs/pages/2_reproject/index.md | 4 ++-- docs/pages/4_transform_KML_into_shapefile/index.md | 2 +- docs/pages/9_demo_accessibility_zones/index.md | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_gml/ReadGMLAsWKTNodeFactory.xml b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_gml/ReadGMLAsWKTNodeFactory.xml index e0bcbb3..6249dad 100644 --- a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_gml/ReadGMLAsWKTNodeFactory.xml +++ b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_gml/ReadGMLAsWKTNodeFactory.xml @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd"> - Read Spatial Data from GML + Read from GML Reads Spatial Data from GML format diff --git a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_kml/ReadKMLAsWKTNodeFactory.xml b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_kml/ReadKMLAsWKTNodeFactory.xml index e0efac1..9c485c4 100644 --- a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_kml/ReadKMLAsWKTNodeFactory.xml +++ b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_kml/ReadKMLAsWKTNodeFactory.xml @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd"> - Read Spatial Data from KML + Read from KML Reads Spatial Data from KML format diff --git a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_shapefile/ReadShapefileAsWKTNodeFactory.xml b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_shapefile/ReadShapefileAsWKTNodeFactory.xml index 0a8fa6d..3ac6ac0 100644 --- a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_shapefile/ReadShapefileAsWKTNodeFactory.xml +++ b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/read/read_from_shapefile/ReadShapefileAsWKTNodeFactory.xml @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd"> - Read Spatial from Shapefile + Read from Shapefile Reads spatial features (geometries) from a Shapefile. diff --git a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/view/DisplaySpatialPopulationNodeFactory.xml b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/view/DisplaySpatialPopulationNodeFactory.xml index d1a0d0d..c067597 100644 --- a/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/view/DisplaySpatialPopulationNodeFactory.xml +++ b/ch.res_ear.samthiriot.knime.shapefilesaswkt/src/ch/res_ear/samthiriot/knime/shapefilesaswkt/view/DisplaySpatialPopulationNodeFactory.xml @@ -5,7 +5,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd"> - View Spatial Data as Map + View Geometries as Map View Spatial Data as a Map. diff --git a/docs/index.md b/docs/index.md index bc63d2f..eb86a08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ -# Spatial data as WKT nodes for KNIME +# Spatial Processing Nodes for KNIME -The "Spatial data as WKT" collection of nodes +The "Spatial Processing Nodes" collection of nodes propose to read and write spatial data from various formats, and provide basic transformation, filtering and visualization features. ![Screenshot of the spatial nodes](capture_main.png) @@ -101,7 +101,7 @@ You can install these nodes in KNIME 3.7.2 or above following these steps: * name: "Recent unstable contributions" * Location: http://update.knime.com/community-contributions/trunk * After clicking ok, select this "Recent unstable contributions" entry in the combo box, -* Select the collection of nodes named "Spatial as WKT" +* Select the collection of nodes named "Spatial Processing Nodes" * Follow the next steps to install @@ -128,7 +128,7 @@ which accompanies this distribution, and is available at [https://www.gnu.org/li # Source code -The source code is [shared in github](https://github.com/samthiriot/knime-shapefiles-as-WKT/). +The source code is [shared in GitHub](https://github.com/samthiriot/knime-shapefiles-as-WKT/). Contributions are warmly welcomed. Please report bugs, or feature requests, in the [GitHub bugtracker](https://github.com/samthiriot/knime-shapefiles-as-WKT/issues/) diff --git a/docs/pages/0_read_shapefiles/index.md b/docs/pages/0_read_shapefiles/index.md index f95d495..17cb791 100644 --- a/docs/pages/0_read_shapefiles/index.md +++ b/docs/pages/0_read_shapefiles/index.md @@ -5,7 +5,7 @@ ![Capture](capture.png) This workflow demonstrates how to read data from the [ESRI shapefile format](https://en.wikipedia.org/wiki/Shapefile). -The node "Read shapefile as WKT" decodes the geometries and produces one row per geometry. +The node "Read from Shapefile" decodes the geometries and produces one row per geometry. * open the output table of one of these nodes, and observe how the geometries are encoded in a column "the_geom"; this format is the Well-Known Text format. * compare the outputs of the various nodes; observe how the geometries can be lines of polygons diff --git a/docs/pages/1_merge_shapefiles/index.md b/docs/pages/1_merge_shapefiles/index.md index bef8e17..ac16916 100644 --- a/docs/pages/1_merge_shapefiles/index.md +++ b/docs/pages/1_merge_shapefiles/index.md @@ -23,7 +23,7 @@ However most of the Spatial nodes might refuse input data which mixes geometry t # Go beyond -* Add a node "Write WKT as a Shapefile" and write the result of the concatenation into a shapefile. Open it with a [GIS sofware](https://en.wikipedia.org/wiki/Geographic_information_system) like [qgis](https://www.qgis.org), and check the data is still there. +* Add a node "Write Geometries into Shapefile" and write the result of the concatenation into a shapefile. Open it with a [GIS sofware](https://en.wikipedia.org/wiki/Geographic_information_system) like [qgis](https://www.qgis.org), and check the data is still there. # Next diff --git a/docs/pages/2_reproject/index.md b/docs/pages/2_reproject/index.md index e2f8aa4..935ff73 100644 --- a/docs/pages/2_reproject/index.md +++ b/docs/pages/2_reproject/index.md @@ -14,12 +14,12 @@ This workflow demonstrates how to reproject the geometries. * Run the workflow * Open the outputs of each node, and compare the coordinates; watch how the geometries are the same in a different referential. -* Add a "View WKT Spatial Data", and observe how the projection does not change what is displayed; only the referential changes +* Add a "View Geometries as Map", and observe how the projection does not change what is displayed; only the referential changes * Try to reproject to another coordinate system by tuning the configuration of the "Reproject" node; try WGS84 which covers the globe and is thus compliant with any location # Go beyond -* Add a node "Write WKT as a Shapefile" and write the result of the concatenation into a shapefile. Open it with a [GIS sofware](https://en.wikipedia.org/wiki/Geographic_information_system) like [qgis](https://www.qgis.org), and check the data is still there. +* Add a node "Write Geometries into Shapefile" and write the result of the concatenation into a shapefile. Open it with a [GIS sofware](https://en.wikipedia.org/wiki/Geographic_information_system) like [qgis](https://www.qgis.org), and check the data is still there. # Next diff --git a/docs/pages/4_transform_KML_into_shapefile/index.md b/docs/pages/4_transform_KML_into_shapefile/index.md index d459b35..2afbad2 100644 --- a/docs/pages/4_transform_KML_into_shapefile/index.md +++ b/docs/pages/4_transform_KML_into_shapefile/index.md @@ -11,7 +11,7 @@ here we convert [KML data](https://en.wikipedia.org/wiki/Keyhole_Markup_Language # Things to try -* change the location of the output file by tuning the "Write WKT as a Shapefile" configuration +* change the location of the output file by tuning the "Write Geometris into Shapefile" configuration * Run the workflow * Observe the warnings emitted by the node: the ESRI shapefile format is a bit dated, and suffers many limitations in the column titles size, the count of columns and others. When these limitations are met, the node will adapt your data so it can be written and warn you. * Open the resulting file with a [GIS sofware](https://en.wikipedia.org/wiki/Geographic_information_system) like [qgis](https://www.qgis.org), and check the data was written the right way. diff --git a/docs/pages/9_demo_accessibility_zones/index.md b/docs/pages/9_demo_accessibility_zones/index.md index 135422f..49fc217 100644 --- a/docs/pages/9_demo_accessibility_zones/index.md +++ b/docs/pages/9_demo_accessibility_zones/index.md @@ -11,7 +11,7 @@ We detect for every building if it can access a school. * Run the workflow * Observe the results of the view, which displays in gray the area of accessibility of schools; in green the buildings which can access schools. -* Observe the outputs of the "Relate WKT Geometries" +* Observe the outputs of the "Relate Geometries" * Try to adapt the size of the buffer in the "Add column using ECQL expressions" node # Next