<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: caio zanetti</title>
    <description>The latest articles on DEV Community by caio zanetti (@caio_zanetti).</description>
    <link>https://dev.to/caio_zanetti</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3815184%2Fab80cc27-ad08-443e-90de-c05cd69d0c6e.jpg</url>
      <title>DEV Community: caio zanetti</title>
      <link>https://dev.to/caio_zanetti</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/caio_zanetti"/>
    <language>en</language>
    <item>
      <title>Automating Earthworks Analysis with Python and KML Data</title>
      <dc:creator>caio zanetti</dc:creator>
      <pubDate>Mon, 09 Mar 2026 17:42:55 +0000</pubDate>
      <link>https://dev.to/caio_zanetti/automating-earthworks-analysis-with-python-and-kml-data-18nc</link>
      <guid>https://dev.to/caio_zanetti/automating-earthworks-analysis-with-python-and-kml-data-18nc</guid>
      <description>&lt;p&gt;In many engineering projects, evaluating terrain and estimating earthworks is still a very manual process.&lt;/p&gt;

&lt;p&gt;Engineers often draw road alignments in Google Earth, export KML files and then manually calculate slopes, terrain profiles and cut/fill volumes.&lt;/p&gt;

&lt;p&gt;I wanted to see if this workflow could be automated.&lt;/p&gt;

&lt;p&gt;So I built a small tool using Python and geospatial data.&lt;/p&gt;




&lt;h1&gt;
  
  
  The Idea
&lt;/h1&gt;

&lt;p&gt;The concept is simple.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Draw a road or path in Google Earth
&lt;/li&gt;
&lt;li&gt;Export the path as a KML file
&lt;/li&gt;
&lt;li&gt;Upload the file to the application
&lt;/li&gt;
&lt;li&gt;Automatically generate terrain profiles and estimate earthworks volumes&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The goal is to quickly evaluate the feasibility of access roads or alignments without going through a complex GIS workflow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kml-earthworks.streamlit.app/" rel="noopener noreferrer"&gt;app&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/CAIOZANETTI/kml-earthworks" rel="noopener noreferrer"&gt;Repository&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/posts/eng-caio-zanetti_automatizando-an%C3%A1lise-de-terraplenagem-com-activity-7436727491962200064-aa0r?utm_source=social_share_send&amp;amp;utm_medium=member_desktop_web&amp;amp;rcm=ACoAAAen_5gB_unzDkmA2xIPhqSqVRXDG0xLxAg" rel="noopener noreferrer"&gt;linkedin&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>python</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
