<?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: likithasree Yarabarla</title>
    <description>The latest articles on DEV Community by likithasree Yarabarla (@likithasree_yarabarla).</description>
    <link>https://dev.to/likithasree_yarabarla</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%2F3941292%2Fc1622a97-6be6-49be-a7a6-8309bcaea0ee.jpeg</url>
      <title>DEV Community: likithasree Yarabarla</title>
      <link>https://dev.to/likithasree_yarabarla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/likithasree_yarabarla"/>
    <language>en</language>
    <item>
      <title>How I built a free carbon credit risk model using NASA satellite data, dbt, and Streamlit</title>
      <dc:creator>likithasree Yarabarla</dc:creator>
      <pubDate>Wed, 20 May 2026 03:41:07 +0000</pubDate>
      <link>https://dev.to/likithasree_yarabarla/how-i-built-a-free-carbon-credit-risk-model-using-nasa-satellite-data-dbt-and-streamlit-4ap6</link>
      <guid>https://dev.to/likithasree_yarabarla/how-i-built-a-free-carbon-credit-risk-model-using-nasa-satellite-data-dbt-and-streamlit-4ap6</guid>
      <description>&lt;p&gt;I spent 3 weeks building an open-source pipeline &lt;br&gt;
that scores permanence risk for every blue carbon &lt;br&gt;
project on Verra registry.&lt;/p&gt;

&lt;p&gt;Here's the stack:&lt;/p&gt;

&lt;p&gt;→ NASA FIRMS API — live satellite fire alerts&lt;br&gt;
→ World Bank API — 9 years of deforestation data&lt;br&gt;
→ dbt + DuckDB — data modeling and testing&lt;br&gt;
→ Streamlit — deployed dashboard&lt;br&gt;
→ GitHub Actions — CI on every push&lt;/p&gt;

&lt;p&gt;The tricky parts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;NASA FIRMS uses MAP_KEY not bearer token&lt;/li&gt;
&lt;li&gt;World Bank WGI indicators changed endpoint&lt;/li&gt;
&lt;li&gt;Merging Verra IDs (numeric) with Berkeley 
IDs (VCS1234 format) required string parsing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Live dashboard: (&lt;a href="https://likitha-blue-carbon.streamlit.app/" rel="noopener noreferrer"&gt;https://likitha-blue-carbon.streamlit.app/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Full code:(&lt;a href="https://github.com/likitha-sree-data/dbt-carbon-mrv" rel="noopener noreferrer"&gt;https://github.com/likitha-sree-data/dbt-carbon-mrv&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Happy to answer any technical questions in comments.&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
      <category>datascience</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
