<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Java - Tag - Simon Jakubowski</title><link>https://sijakubo.github.io/info/tags/java/</link><description>Java - Tag - Simon Jakubowski</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sijakubo@gmail.com ( Simon Jakubowski)</managingEditor><webMaster>sijakubo@gmail.com ( Simon Jakubowski)</webMaster><lastBuildDate>Wed, 01 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://sijakubo.github.io/info/tags/java/" rel="self" type="application/rss+xml"/><item><title>Create Shapefiles from GeoJSON in Java with shapefile-creator</title><link>https://sijakubo.github.io/info/posts/post-13/</link><pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate><author>sijakubo@gmail.com ( Simon Jakubowski)</author><guid>https://sijakubo.github.io/info/posts/post-13/</guid><description><![CDATA[<p><a href="https://github.com/sijakubo/shapefile-creator">shapefile-creator</a> is a lightweight library that converts GeoJSON into ESRI Shapefiles.</p>
<p>That is especially handy when GeoJSON is the exchange format in your application, but a downstream GIS workflow still expects a Shapefile export.</p>
<p>The key point is: you do not need anything else for that export. No additional GIS server, no heavyweight conversion toolchain, and no external desktop tooling in your application runtime. Just this library.</p>
<p>The library is published on <a href="https://central.sonatype.com/artifact/de.sijakubo/shapefile-creator">Maven Central</a>, so integration into existing Java or Groovy projects is straightforward.</p>]]></description></item></channel></rss>