Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 7 forks source link

feat: Transform GeoJson to RDF+WKT format #617

Closed ferre-vaes closed 6 months ago

ferre-vaes commented 6 months ago

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.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
94.4% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud