<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://www.geodesk.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.geodesk.com/" rel="alternate" type="text/html" /><updated>2025-12-10T00:07:58+00:00</updated><id>https://www.geodesk.com/feed.xml</id><title type="html">GeoDesk</title><subtitle>Geospatial Analysis for OpenStreetMap</subtitle><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><entry><title type="html">GeoDesk 2.0</title><link href="https://www.geodesk.com/2025/09/30/geodesk-2-0" rel="alternate" type="text/html" title="GeoDesk 2.0" /><published>2025-09-30T00:00:00+00:00</published><updated>2025-09-30T00:00:00+00:00</updated><id>https://www.geodesk.com/2025/09/30/geodesk-2-0</id><content type="html" xml:base="https://www.geodesk.com/2025/09/30/geodesk-2-0"><![CDATA[<p>We’re excited to announce GeoDesk 2.0 — a major upgrade with a brand-new GOL Tool and faster, simplified workflows.</p>

<ul>
  <li>
    <p>The GOL Tool is now a stand-alone executable (&lt; 1 MB), no JVM required (supports Windows, Linux and Intel/ARM macOS)</p>
  </li>
  <li>
    <p>2x to 10x faster operations: build a planet-scale GOL in 15 minutes; extract all the world’s rivers as GeoJSON in seconds</p>
  </li>
  <li>
    <p>Simplified command options, progress bars, and colorized output</p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">gol query</code> now includes an interactive mode for complex queries</p>
  </li>
  <li>
    <p>Visualize query results instantly with the new <code class="language-plaintext highlighter-rouge">gol map</code> command</p>
  </li>
</ul>

<p>See the full list in the <a href="https://github.com/clarisma/geodesk-gol/releases/tag/v2.0.0">release notes</a>.</p>

<p>We’ve redesigned the GOL format to be even more compact and efficient, and to enable incremental updates. Full update support will ship later this year.</p>

<p>The new format requires GeoDesk SDK 2.0 or later. While the query API remains unchanged, you should see performance gains from the upgrades.</p>

<p>To ease the transition, we’ll continue maintaining the 1.x line. Documentation for 1.x remains available at <a href="https://docs1.geodesk.com/">docs1.geodesk.com</a>.</p>

<p>GOL Tool: <a href="https://www.geodesk.com/download">download</a> • <a href="https://github.com/clarisma/geodesk-gol">repo</a> • <a href="https://docs.geodesk.com/gol">documentation</a></p>

<p>GeoDesk for Python: <code class="language-plaintext highlighter-rouge">pip install geodesk -U</code> • <a href="https://github.com/clarisma/geodesk-py">repo</a> • <a href="https://docs.geodesk.com/python">documentation</a></p>

<p>GeoDesk for Java: <a href="https://github.com/clarisma/geodesk">repo</a> • <a href="https://docs.geodesk.com/java">documentation</a> • <a href="https://apidocs.geodesk.com/v2">JavaDoc</a></p>

<p>GeoDesk for C++: <a href="https://github.com/clarisma/libgeodesk">repo</a> • <a href="https://docs.geodesk.com/cpp">documentation</a> • <a href="https://cppdoc.geodesk.com">API docs</a></p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We’re excited to announce GeoDesk 2.0 — a major upgrade with a brand-new GOL Tool and faster, simplified workflows.]]></summary></entry><entry><title type="html">New Releases: 1.1 (Java), 1.2 (Python) and 1.0 (C++)</title><link href="https://www.geodesk.com/2025/08/05/new-releases" rel="alternate" type="text/html" title="New Releases: 1.1 (Java), 1.2 (Python) and 1.0 (C++)" /><published>2025-08-05T00:00:00+00:00</published><updated>2025-08-05T00:00:00+00:00</updated><id>https://www.geodesk.com/2025/08/05/new-releases</id><content type="html" xml:base="https://www.geodesk.com/2025/08/05/new-releases"><![CDATA[<p>We’ve shipped three new releases:</p>

<ul>
  <li>
    <p><a href="https://docs.geodesk.com/java">GeoDesk for Java</a> 1.1 (<a href="https://github.com/clarisma/geodesk/releases/tag/1.1.0">release notes</a>)</p>
  </li>
  <li>
    <p><a href="https://docs.geodesk.com/python">GeoDesk for Python</a> 1.2 (<a href="https://github.com/clarisma/geodesk-py/releases/tag/v1.2.0">release notes</a>)</p>
  </li>
  <li>
    <p><a href="https://docs.geodesk.com/cpp">GeoDesk for C++</a> 1.0 (<a href="https://github.com/clarisma/libgeodesk/releases/tag/v1.0.0">release notes</a>)</p>
  </li>
</ul>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We’ve shipped three new releases:]]></summary></entry><entry><title type="html">GeoDesk for C++</title><link href="https://www.geodesk.com/2024/11/27/geodesk-for-cpp" rel="alternate" type="text/html" title="GeoDesk for C++" /><published>2024-11-27T00:00:00+00:00</published><updated>2024-11-27T00:00:00+00:00</updated><id>https://www.geodesk.com/2024/11/27/geodesk-for-cpp</id><content type="html" xml:base="https://www.geodesk.com/2024/11/27/geodesk-for-cpp"><![CDATA[<p>We’re excited to announce the latest edition of our GeoDesk OpenStreetMap Toolkit, this time for C++.</p>

<p>The GeoDesk C++ library is lightweight (250 KB compiled), without any link-time dependencies. It supports Windows, Linux and MacOS. Its query engine runs entirely in-process, without any need for a database server or other external services. And, of course, it’s free and open-source.</p>

<p>Just like the <a href="https://docs.geodesk.com/java">Java</a> and <a href="https://docs.geodesk.com/python">Python</a> editions, GeoDesk for C++ supports a wide range of queries (<code class="language-plaintext highlighter-rouge">within()</code>, <code class="language-plaintext highlighter-rouge">around()</code>, <code class="language-plaintext highlighter-rouge">crossing()</code>, nodes of a way, members of a relation) and standard geospatial operations, such as computing areas and distances. For more advanced capabilities, you can also integrate it with the popular <a href="https://libgeos.org/">GEOS</a> library.</p>

<ul>
  <li>
    <p><a href="https://docs.geodesk.com/cpp">Documentation</a></p>
  </li>
  <li>
    <p><a href="https://cppdoc.geodesk.com">API Reference</a></p>
  </li>
  <li>
    <p><a href="https://github.com/clarisma/libgeodesk">GitHub</a></p>
  </li>
</ul>

<p>This is an <strong>early access</strong> release – some of the documented capabilities are not yet fully implemented (Please see the <a href="https://github.com/clarisma/libgeodesk/releases/tag/v0.1">release notes</a> for details). As always, we’re grateful for <a href="https://github.com/clarisma/libgeodesk/issues">bug reports</a> and other suggestions for improvement.</p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We’re excited to announce the latest edition of our GeoDesk OpenStreetMap Toolkit, this time for C++.]]></summary></entry><entry><title type="html">New Releases: 0.2 (Python) &amp;amp; 0.2.1 (Java)</title><link href="https://www.geodesk.com/2024/09/17/new-releases" rel="alternate" type="text/html" title="New Releases: 0.2 (Python) &amp;amp; 0.2.1 (Java)" /><published>2024-09-17T00:00:00+00:00</published><updated>2024-09-17T00:00:00+00:00</updated><id>https://www.geodesk.com/2024/09/17/new-releases</id><content type="html" xml:base="https://www.geodesk.com/2024/09/17/new-releases"><![CDATA[<p>We’ve shipped two releases today:</p>

<h1 id="geodesk-for-python-02">GeoDesk for Python 0.2</h1>

<ul>
  <li>
    <p><em>Breaking changes</em>: The filter methods <code class="language-plaintext highlighter-rouge">intersects</code>, <code class="language-plaintext highlighter-rouge">contains</code> and <code class="language-plaintext highlighter-rouge">crosses</code> are now
called <code class="language-plaintext highlighter-rouge">intersecting</code>, <code class="language-plaintext highlighter-rouge">containing</code> and <code class="language-plaintext highlighter-rouge">crossing</code>, matching the naming style used by GeoDesk for Java.</p>

    <p>Examples:</p>

    <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>  areas.containing(my_location)
  bridges.crossing(danube)
</code></pre></div>    </div>
  </li>
  <li>
    <p>Support for Python 3.13</p>
  </li>
  <li>
    <p>Support for ARM-based Macs (experimental)</p>
  </li>
  <li>
    <p>Various bug fixes concerning the handling of numeric tag values and spatial-filter edge cases</p>
  </li>
</ul>

<p>Install / upgrade: <code class="language-plaintext highlighter-rouge">pip install geodesk -U</code></p>

<h1 id="geodesk-for-java-021">GeoDesk for Java 0.2.1</h1>

<p>We’ve completed the transition to the simplified API, which now covers all relational operations, such as <code class="language-plaintext highlighter-rouge">Feature.parents()</code>.</p>

<p>For Maven projects, use:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;dependency&gt;
    &lt;groupId&gt;com.geodesk&lt;/groupId&gt;
    &lt;artifactId&gt;geodesk&lt;/artifactId&gt;
    &lt;version&gt;0.2.1&lt;/version&gt;
&lt;/dependency&gt;
</code></pre></div></div>

<p>For Gradle:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>dependencies { implementation 'com.geodesk:geodesk:0.2.1' }
</code></pre></div></div>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We’ve shipped two releases today:]]></summary></entry><entry><title type="html">Geometric Filters in GeoDesk for Python 0.1.10</title><link href="https://www.geodesk.com/2024/04/03/geometric-filters" rel="alternate" type="text/html" title="Geometric Filters in GeoDesk for Python 0.1.10" /><published>2024-04-03T00:00:00+00:00</published><updated>2024-04-03T00:00:00+00:00</updated><id>https://www.geodesk.com/2024/04/03/geometric-filters</id><content type="html" xml:base="https://www.geodesk.com/2024/04/03/geometric-filters"><![CDATA[<p><a href="https://docs.geodesk.com/python">GeoDesk for Python</a> Version 0.1.10 introduces <strong>geometric filters</strong>, which select features based on the properties of their shape. Four new filter methods are available in this release:</p>

<ul>
  <li>
    <p><code class="language-plaintext highlighter-rouge">min_area()</code></p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">max_area()</code></p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">min_length()</code></p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">max_length()</code></p>
  </li>
</ul>

<p>These filters are particularly useful for quality assurance of OpenStreetMap data – they quickly identify features that are abnormally large or small, such as buildings that are classified as “houses,” but in reality represent sheds or garages.</p>

<p>Install / upgrade: <code class="language-plaintext highlighter-rouge">pip install geodesk -U</code></p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[GeoDesk for Python Version 0.1.10 introduces geometric filters, which select features based on the properties of their shape. Four new filter methods are available in this release:]]></summary></entry><entry><title type="html">GeoDesk for Python 0.1.4</title><link href="https://www.geodesk.com/2024/01/10/geodesk-for-python-0-1-4" rel="alternate" type="text/html" title="GeoDesk for Python 0.1.4" /><published>2024-01-10T00:00:00+00:00</published><updated>2024-01-10T00:00:00+00:00</updated><id>https://www.geodesk.com/2024/01/10/geodesk-for-python-0-1-4</id><content type="html" xml:base="https://www.geodesk.com/2024/01/10/geodesk-for-python-0-1-4"><![CDATA[<p><a href="https://docs.geodesk.com/python">GeoDesk for Python</a> Version 0.1.4 is now available.</p>

<ul>
  <li>
    <p>Large-area spatial queries are 4x to 30x faster. GeoDesk now finds the 60+ million mapped buildings in the U.S. in less than one second (10x 2.3GHz Xeon, 32 GB RAM, NVMe SSD)</p>
  </li>
  <li>
    <p>Area calculations for features near the polar regions are significantly more accurate (A scaling bug previously caused distortions of areas above 65 degrees latitude)</p>
  </li>
  <li>
    <p>Other fixes (<a href="https://github.com/clarisma/geodesk-py/releases/tag/v0.1.4">release notes</a>)</p>
  </li>
</ul>

<p>Install / upgrade: <code class="language-plaintext highlighter-rouge">pip install geodesk -U</code></p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[GeoDesk for Python Version 0.1.4 is now available.]]></summary></entry><entry><title type="html">New Releases: 0.1.9 (Java) &amp;amp; 0.1.1 (Python)</title><link href="https://www.geodesk.com/2023/12/11/new-releases" rel="alternate" type="text/html" title="New Releases: 0.1.9 (Java) &amp;amp; 0.1.1 (Python)" /><published>2023-12-11T00:00:00+00:00</published><updated>2023-12-11T00:00:00+00:00</updated><id>https://www.geodesk.com/2023/12/11/new-releases</id><content type="html" xml:base="https://www.geodesk.com/2023/12/11/new-releases"><![CDATA[<p>We’ve shipped two releases today:</p>

<h1 id="geodesk-for-java-019">GeoDesk for Java 0.1.9</h1>

<p>Includes the GOL Tool (<a href="https://github.com/clarisma/gol-tool/releases/download/0.1.9/gol-tool-0.1.9.zip">download</a>)</p>

<h2 id="bug-fixes">Bug Fixes</h2>

<ul>
  <li>
    <p><code class="language-plaintext highlighter-rouge">OsmPbfReader</code> now shuts down cleanly when reading a corrupt source file (<a href="https://github.com/clarisma/gol-tool/issues/104">gol-tool#104</a>) – this bug caused <code class="language-plaintext highlighter-rouge">gol build</code> to hang on truncated <code class="language-plaintext highlighter-rouge">.osm.pbf</code> files.</p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">gol build</code>: Fixed encoding bug that caused access to certain way-nodes to fail (<a href="https://github.com/clarisma/gol-tool/issues/105">gol-tool#105</a>)
<em>Note: We recommend re-building any GOL with more than 16K tiles</em></p>
  </li>
</ul>

<h2 id="other-changes">Other Changes</h2>

<ul>
  <li><code class="language-plaintext highlighter-rouge">MapMaker</code> now uses the standard OSM Carto style by default (<a href="https://github.com/clarisma/geodesk-py/issues/17">geodesk-py#17</a>)</li>
</ul>

<h1 id="geodesk-for-python-011">GeoDesk for Python 0.1.1</h1>

<p>Install / upgrade: <code class="language-plaintext highlighter-rouge">pip install geodesk -U</code></p>

<h2 id="enhancements">Enhancements</h2>

<ul>
  <li>
    <p>Creating <code class="language-plaintext highlighter-rouge">Coordinate</code> objects is now easier using <code class="language-plaintext highlighter-rouge">lonlat()</code> and <code class="language-plaintext highlighter-rouge">latlon()</code> (<a href="https://github.com/clarisma/geodesk-py/issues/10">geodesk-py#10</a>)</p>
  </li>
  <li>
    <p>Feature sets now support <code class="language-plaintext highlighter-rouge">__contains__</code> for Python’s <code class="language-plaintext highlighter-rouge">in</code> operator (<a href="https://github.com/clarisma/geodesk-py/issues/23">geodesk-py#23</a>)</p>
  </li>
  <li>
    <p>Number of tags in a <code class="language-plaintext highlighter-rouge">Tags</code> object can now be obtained using <code class="language-plaintext highlighter-rouge">len()</code></p>
  </li>
  <li>
    <p>Partial support for <code class="language-plaintext highlighter-rouge">Features.tiles</code></p>
  </li>
</ul>

<h2 id="deprecations">Deprecations</h2>

<ul>
  <li><code class="language-plaintext highlighter-rouge">Feature.is_placeholder</code> has been deprecated and will be removed in the next major release. Missing relation members will no longer be represented by a “placeholder” feature, but will be omitted from the relation, and the relation will be tagged <code class="language-plaintext highlighter-rouge">geodesk:missing_members=yes</code>.</li>
</ul>

<h2 id="bug-fixes-1">Bug fixes</h2>

<ul>
  <li>
    <p><code class="language-plaintext highlighter-rouge">Features.members_of()</code> now properly returns an empty set if called on features that are not relations (<a href="https://github.com/clarisma/geodesk-py/issues/18">geodesk-py#18</a>)</p>
  </li>
  <li>
    <p><code class="language-plaintext highlighter-rouge">Tags</code>: Fixed bug that caused certain tags to be skipped while iterating</p>
  </li>
</ul>

<h2 id="other-changes-1">Other changes</h2>

<ul>
  <li>Maps now use the standard OSM Carto style by default (<a href="https://github.com/clarisma/geodesk-py/issues/17">geodesk-py#17</a>)</li>
</ul>

<h2 id="related-issues--workarounds">Related issues &amp; workarounds</h2>

<ul>
  <li><a href="https://github.com/clarisma/geodesk-py/issues/19">geodesk-py#19</a>: Way-node retrieval may fail when querying large GOLs (16K+ tiles) that were built with 
GOL Tool version 0.1.8 or below, due to an encoding bug in <code class="language-plaintext highlighter-rouge">gol build</code> (gol-tool#105). 
We recommend upgrading your GOL Tool and re-building any affected GOLs.</li>
</ul>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We’ve shipped two releases today:]]></summary></entry><entry><title type="html">GeoDesk for Python Released</title><link href="https://www.geodesk.com/2023/11/07/geodesk-for-python-released" rel="alternate" type="text/html" title="GeoDesk for Python Released" /><published>2023-11-07T00:00:00+00:00</published><updated>2023-11-07T00:00:00+00:00</updated><id>https://www.geodesk.com/2023/11/07/geodesk-for-python-released</id><content type="html" xml:base="https://www.geodesk.com/2023/11/07/geodesk-for-python-released"><![CDATA[<p>We are excited to announce our first release of <strong>GeoDesk for Python</strong>: Query, analyze, display and transform OpenStreetMap features using the world’s most popular scripting language — on Windows, Linux and MacOS.</p>

<ul>
  <li>
    <p>Store the entire world-wide OSM dataset locally in under 100 GB (or any extract you wish)</p>
  </li>
  <li>
    <p>Query features based on type, tags and spatial relationships (e.g. <code class="language-plaintext highlighter-rouge">intersects</code>, <code class="language-plaintext highlighter-rouge">within</code>, <code class="language-plaintext highlighter-rouge">contains</code>, <code class="language-plaintext highlighter-rouge">connects_to</code>) — 50x faster than SQL</p>
  </li>
  <li>
    <p>Measure features: length, area, distance</p>
  </li>
  <li>
    <p>Explore object graphs (nodes of ways, members of relations)</p>
  </li>
  <li>
    <p>Obtain geometric shapes and process them using Shapely (Python wrapper for GEOS)</p>
  </li>
  <li>
    <p>Convert features to various formats (just GeoJSON and WKT for now, but more are coming)</p>
  </li>
  <li>
    <p>100% free &amp; open-source</p>
  </li>
</ul>

<h2 id="try-it-now">Try it now!</h2>

<ul>
  <li>
    <p>Install the <a href="https://www.python.org">Python</a> package: <code class="language-plaintext highlighter-rouge">pip install geodesk</code></p>
  </li>
  <li>
    <p><a href="https://www.geodesk.com/download">Download the GOL Tool</a> (builds GeoDesk databases from <code class="language-plaintext highlighter-rouge">.osm.pbf</code> files)</p>
  </li>
</ul>

<h2 id="learn-more">Learn more:</h2>

<ul>
  <li>
    <p><a href="https://docs.geodesk.com/python">Documentation</a></p>
  </li>
  <li>
    <p><a href="https://docs.geodesk.com/python/examples">Examples</a></p>
  </li>
  <li>
    <p><a href="https://github.com/clarisma/geodesk-py">GitHub</a></p>
  </li>
</ul>

<p>We appreciate your feedback! Reach out on GitHub if you run into difficulties, and follow <a href="https://en.osm.town/@geodesk">@geodesk@en.osm.town</a> to receive updates on future releases and other helpful tips about OpenStreetMap and geospatial software.</p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We are excited to announce our first release of GeoDesk for Python: Query, analyze, display and transform OpenStreetMap features using the world’s most popular scripting language — on Windows, Linux and MacOS.]]></summary></entry><entry><title type="html">GeoDesk Version 0.1.0 EA Released</title><link href="https://www.geodesk.com/2022/11/08/version-0-1-0-released" rel="alternate" type="text/html" title="GeoDesk Version 0.1.0 EA Released" /><published>2022-11-08T00:00:00+00:00</published><updated>2022-11-08T00:00:00+00:00</updated><id>https://www.geodesk.com/2022/11/08/version-0-1-0-released</id><content type="html" xml:base="https://www.geodesk.com/2022/11/08/version-0-1-0-released"><![CDATA[<p>We are pleased to release GeoDesk Version 0.1 EA.</p>

<p>As this is still an Early Access release, some documented features may not yet be available. Please check the <a href="https://github.com/clarisma/gol-tool/releases/tag/0.1.0">release notes</a> for details.</p>

<p>The following GitHub repositories are now publicly accessible:</p>

<ul>
  <li>
    <p><a href="http://www.github.com/clarisma/geodesk"><code class="language-plaintext highlighter-rouge">clarisma/geodesk</code></a>: This is the principal
repository for the GeoDesk database engine toolkit.</p>
  </li>
  <li>
    <p><a href="http://www.github.com/clarisma/gol-tool"><code class="language-plaintext highlighter-rouge">clarisma/gol-tool</code></a>: The <code class="language-plaintext highlighter-rouge">gol</code> command-line 
utility.</p>
  </li>
  <li>
    <p><a href="http://www.github.com/clarisma/geodesk-examples"><code class="language-plaintext highlighter-rouge">clarisma/geodesk-examples</code></a>: 
Several small sample applications.</p>
  </li>
  <li>
    <p><a href="http://www.github.com/clarisma/geodesk-tests"><code class="language-plaintext highlighter-rouge">clarisma/geodesk-tests</code></a>:
Integration tests and benchmarks.</p>
  </li>
</ul>

<p>Please visit our <a href="/download">download page</a> for pre-built binaries, and check out the
<a href="http://docs.geodesk.com/tutorial">GeoDesk Tutorial</a> for a quick introduction.</p>

<p>You will need to install the <code class="language-plaintext highlighter-rouge">gol</code> tool in order to build geographic object libraries 
from OpenStreetMap data. Alternatively, you can use the sample tile set (covering
Switzerland only), which is available at <a href="https://data.geodesk.com/switzerland">https://data.geodesk.com/switzerland</a>. Total size of this tile set is just under 400 MB. Tiles are
automatically downloaded if you specify this URL when opening a local GOL.</p>

<p>We appreciate your feedback! Reach out on GitHub if you run into difficulties, and follow <a href="http://www.twitter.com/GeoDeskTeam">@GeoDeskTeam</a> to receive updates on future releases and other helpful tips about OpenStreetMap and geospatial software.</p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="releases" /><summary type="html"><![CDATA[We are pleased to release GeoDesk Version 0.1 EA.]]></summary></entry><entry><title type="html">Coming Soon!</title><link href="https://www.geodesk.com/2022/10/24/coming-soon" rel="alternate" type="text/html" title="Coming Soon!" /><published>2022-10-24T00:00:00+00:00</published><updated>2022-10-24T00:00:00+00:00</updated><id>https://www.geodesk.com/2022/10/24/coming-soon</id><content type="html" xml:base="https://www.geodesk.com/2022/10/24/coming-soon"><![CDATA[<p>We are in the final stages of releasing GeoDesk version 0.1.</p>

<p>Follow <a href="http://www.twitter.com/GeoDeskTeam">@GeoDeskTeam</a> on Twitter to get notified of our launch.</p>]]></content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil}</name></author><category term="announcements" /><summary type="html"><![CDATA[We are in the final stages of releasing GeoDesk version 0.1.]]></summary></entry></feed>