As stated in #338, it would be better to transform GeoJson to the RDF+WKT format as the current WKT format is most often already converted to the RDF+WKT format later on in the pipeline. To ease this process it is now possible to output this format directly from the transformer, which results in skipping the mapping afterwards.
It is made to be backwards compatibel by adding a new optional configuration to the transformer 'transform-to-rdf+wkt' which can be set with a boolean value (default false).
The NiFi processor is also updated with this new configuration property.
As stated in #338, it would be better to transform GeoJson to the RDF+WKT format as the current WKT format is most often already converted to the RDF+WKT format later on in the pipeline. To ease this process it is now possible to output this format directly from the transformer, which results in skipping the mapping afterwards.
It is made to be backwards compatibel by adding a new optional configuration to the transformer 'transform-to-rdf+wkt' which can be set with a boolean value (default false).
The NiFi processor is also updated with this new configuration property.
Documentation is adapted for both LDIO and NiFi.