<?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: Evgeny Padezhnov</title>
    <description>The latest articles on DEV Community by Evgeny Padezhnov (@evgeny_padezhnov).</description>
    <link>https://dev.to/evgeny_padezhnov</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%2F3879975%2F276e7f6b-3959-437e-996f-afb97a5f9776.png</url>
      <title>DEV Community: Evgeny Padezhnov</title>
      <link>https://dev.to/evgeny_padezhnov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evgeny_padezhnov"/>
    <language>en</language>
    <item>
      <title>How I Built an Airspace Risk Monitoring System with ML and Public Data</title>
      <dc:creator>Evgeny Padezhnov</dc:creator>
      <pubDate>Wed, 15 Apr 2026 07:46:11 +0000</pubDate>
      <link>https://dev.to/evgeny_padezhnov/how-i-built-an-airspace-risk-monitoring-system-with-ml-and-public-data-3l77</link>
      <guid>https://dev.to/evgeny_padezhnov/how-i-built-an-airspace-risk-monitoring-system-with-ml-and-public-data-3l77</guid>
      <description>&lt;p&gt;When 12 Flight Information Regions closed simultaneously in February 2026, &lt;br&gt;
thousands of flights were rerouted within hours. I started wondering — &lt;br&gt;
what if this data could be processed systematically?&lt;/p&gt;

&lt;h2&gt;
  
  
  What FlySafe Does
&lt;/h2&gt;

&lt;p&gt;FlySafe is an API that processes public aviation data and outputs &lt;br&gt;
a simple number: a 0-100 risk index per flight region.&lt;/p&gt;

&lt;p&gt;Send a route → get an index. That's it.&lt;/p&gt;

&lt;p&gt;Updated every 5 minutes. Three time horizons: 72h, 7d, 30d.&lt;br&gt;
Backtested on historical airspace closure events.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;The model identifies patterns in public data that historically &lt;br&gt;
correlate with airspace disruptions. &lt;/p&gt;

&lt;p&gt;It doesn't predict specific events. It doesn't replace NOTAMs. &lt;br&gt;
It provides a numerical index as one additional data point.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned Building This
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Aviation data is messy.&lt;/strong&gt; NOTAMs have no standard format across countries&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Conflict data is surprisingly open.&lt;/strong&gt; Academic databases provide research-grade datasets for free&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The hard part isn't ML — it's data normalization.&lt;/strong&gt; Getting multiple sources into a unified pipeline took longer than training the model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;B2B is lonely.&lt;/strong&gt; No viral loop, no app store, just cold emails and API docs&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Who It's For
&lt;/h2&gt;

&lt;p&gt;B2B product — airlines, flight aggregators, insurance, &lt;br&gt;
corporate travel platforms. Not a consumer app.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo (simulated data):&lt;/strong&gt; &lt;a href="https://flysafe.zone" rel="noopener noreferrer"&gt;flysafe.zone&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Launched on Product Hunt today — feedback welcome.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;All data derived from publicly available sources. &lt;br&gt;
No classified or insider information. No safety advice.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>api</category>
      <category>aviation</category>
    </item>
  </channel>
</rss>
