<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>earthtoolsmaker</title>
    <link>https://www.earthtoolsmaker.org/</link>
    <description>Recent content on earthtoolsmaker</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 12 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.earthtoolsmaker.org/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Early Forest Fire Detection</title>
      <link>https://www.earthtoolsmaker.org/projects/early_forest_fire_detection/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/early_forest_fire_detection/</guid>
      <description>Democratize open and low-tech solutions for fighting wildfires, for the benefit of the ecosystems and the citizens.</description>
    </item>
    <item>
      <title>Wild Salmon Migration Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/wild_salmon_migration_monitoring/</link>
      <pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/wild_salmon_migration_monitoring/</guid>
      <description>The project monitors wild salmon migration to ensure the number passing through meets state regulations, addressing threats from human activities like fisheries and dams.</description>
    </item>
    <item>
      <title>Forest Elephants Passive Acoustic Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/elephants_passive_acoustic_monitoring/</link>
      <pubDate>Wed, 26 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/elephants_passive_acoustic_monitoring/</guid>
      <description>Conservation efforts struggle to monitor forest elephants in dense rainforests, with acoustic monitoring providing a promising solution via accurate, user-friendly detection systems that aid in population monitoring and anti-poaching efforts while mitigating human-elephant conflicts.</description>
    </item>
    <item>
      <title>Pyronear</title>
      <link>https://www.earthtoolsmaker.org/tools/pyronear/</link>
      <pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/tools/pyronear/</guid>
      <description>Democratizing open and low-tech solutions for fighting wildfires. An early detection solution that is open source, efficient, automatic, energy-efficient, economical and modular.</description>
    </item>
    <item>
      <title>SalmonVision</title>
      <link>https://www.earthtoolsmaker.org/tools/salmonvision/</link>
      <pubDate>Tue, 01 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/tools/salmonvision/</guid>
      <description>Underwater cameras, sonar and drones combined with innovative AI technology to enable precise and automated salmon counting in rivers.</description>
    </item>
    <item>
      <title>Biowatch</title>
      <link>https://www.earthtoolsmaker.org/tools/biowatch/</link>
      <pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/tools/biowatch/</guid>
      <description>Open-source desktop app for analyzing camera trap data. Runs 100% locally — your sensitive wildlife data never leaves your computer.</description>
    </item>
    <item>
      <title>Animal reID</title>
      <link>https://www.earthtoolsmaker.org/tools/animal-reid/</link>
      <pubDate>Mon, 24 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/tools/animal-reid/</guid>
      <description>A modular computer vision framework for individual animal identification using state-of-the-art techniques including metric learning, local feature matching, and spot pattern analysis across multiple species.</description>
    </item>
    <item>
      <title>Racing Models, Not Opinions: How We Ran Wildfire ML R&amp;D for Pyronear</title>
      <link>https://www.earthtoolsmaker.org/posts/racing-models-not-opinions/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/racing-models-not-opinions/</guid>
      <description>&lt;p&gt;In 2024, we wrote about &lt;a href=&#34;https://www.earthtoolsmaker.org/posts/protecting-the-forest-early-forest-fire-detector/&#34;&gt;building an early forest fire detector&lt;/a&gt; with the NGO&#xA;&lt;a href=&#34;https://pyronear.org&#34;&gt;Pyronear&lt;/a&gt;: cameras on antenna towers, a YOLO object&#xA;detector (a fast model that draws boxes around what it finds in a single&#xA;image) running on a Raspberry Pi, and real fires detected from 35 kilometers&#xA;away. This post is&#xA;the next chapter — and it is less about a model than about a &lt;strong&gt;method&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Over the past months we helped Pyronear answer one question: &lt;em&gt;can a model that&#xA;watches smoke evolve over time cut false alarms without missing fires?&lt;/em&gt; The&#xA;answer turned out to be yes — the winning model raises &lt;strong&gt;4× fewer false&#xA;alarms&lt;/strong&gt; than the production baseline while catching slightly &lt;em&gt;more&lt;/em&gt; fires.&#xA;But the part worth writing about is &lt;em&gt;how&lt;/em&gt; we got there: a literature survey&#xA;distilled into a shortlist, a standardized experiment harness, and a&#xA;leaderboard where five candidate models — including the current production&#xA;system — raced on the same frozen test set.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smoke Is a Behavior: Inside Pyronear&#39;s Temporal Wildfire Detection Model</title>
      <link>https://www.earthtoolsmaker.org/posts/smoke-is-a-behavior/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/smoke-is-a-behavior/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://www.earthtoolsmaker.org/posts/racing-models-not-opinions/&#34;&gt;the previous post&lt;/a&gt; we&#xA;told the story of &lt;em&gt;how&lt;/em&gt; the new smoke verifier for&#xA;&lt;a href=&#34;https://pyronear.org&#34;&gt;Pyronear&lt;/a&gt; was selected: a literature survey, five&#xA;candidate models, one leaderboard, one winner with 4× fewer false alarms.&#xA;This post opens up the winner itself — the &lt;strong&gt;bbox-tube temporal model&lt;/strong&gt;&#xA;(&lt;em&gt;bbox&lt;/em&gt; for the bounding boxes a detector draws around candidate smoke,&#xA;&lt;em&gt;tube&lt;/em&gt; for the way those boxes are linked across frames) now&#xA;&lt;a href=&#34;https://huggingface.co/pyronear/temporal-model&#34;&gt;released as a versioned package&lt;/a&gt;&#xA;— and walks through how it judges a sequence of camera frames, stage by&#xA;stage, with figures computed from real wildfire sequences.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Temporal Smoke Verification</title>
      <link>https://www.earthtoolsmaker.org/demos/temporal_smoke_verification/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/temporal_smoke_verification/</guid>
      <description>Watching camera sequences over time to tell genuine wildfire smoke from look-alikes.</description>
    </item>
    <item>
      <title>Monitoring Smolt Salmon Migration with Sonar</title>
      <link>https://www.earthtoolsmaker.org/projects/monitoring_smolt_salmon_migration_with_sonar/</link>
      <pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/monitoring_smolt_salmon_migration_with_sonar/</guid>
      <description>An innovative use of sonar imagery to monitor and analyze the migration patterns of smolt salmon as they journey from freshwater to the ocean</description>
    </item>
    <item>
      <title>Smolt Sonar Monitoring</title>
      <link>https://www.earthtoolsmaker.org/demos/smolt_sonar_monitoring/</link>
      <pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/smolt_sonar_monitoring/</guid>
      <description>Detecting, tracking and counting juvenile salmon in ARIS sonar as they migrate downstream.</description>
    </item>
    <item>
      <title>Snow Leopard Identification</title>
      <link>https://www.earthtoolsmaker.org/demos/snowleopard_identification/</link>
      <pubDate>Tue, 25 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/snowleopard_identification/</guid>
      <description>Identifying individual snow leopards by their coat patterns to support conservation across Central Asia.</description>
    </item>
    <item>
      <title>Wadden Sea Seal Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/wadden_sea_seal_monitoring/</link>
      <pubDate>Mon, 24 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/wadden_sea_seal_monitoring/</guid>
      <description>Automated seal population monitoring system using AI to count, classify, and identify individual seals from aerial imagery in the Wadden Sea.</description>
    </item>
    <item>
      <title>Volunteering at Wildlife Rescue Centers</title>
      <link>https://www.earthtoolsmaker.org/posts/volunteering_wildlife_rescue_centers/</link>
      <pubDate>Tue, 20 May 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/volunteering_wildlife_rescue_centers/</guid>
      <description>&lt;p&gt;In this blog, we will share our experiences volunteering at various wildlife&#xA;rescue centers.&lt;/p&gt;&#xA;&lt;div class=&#34;button--cta-container&#34;&gt;&#xA;  &lt;a class=&#34;link-no-decoration&#34; href=&#34;https://www.wfft.org/donate/&#34;&gt;&#xA;    &lt;button class=&#34;button button--cta&#34;&gt;&#xA;      Make a donation to WFFT 🐘&#xA;  &lt;/button&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a class=&#34;link-no-decoration&#34; href=&#34;https://arcasguatemala.org/donors/&#34; style=&#34;padding-left: 10px;&#34;&gt;&#xA;    &lt;button  class=&#34;button button--cta&#34;/&gt;&#xA;      Make a donation to ARCAS 🐒&#xA;    &lt;/button&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;br/&gt;&#xA;&lt;br/&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;A wildlife rescue center primarily focuses on the rehabilitation of injured,&#xA;sick, or orphaned animals. The goal is to treat these animals and eventually&#xA;release them back into their natural habitats.&lt;/p&gt;&#xA;&lt;p&gt;Rescue centers typically provide medical care, rehabilitation, and temporary&#xA;housing for animals. They often engage in rescue operations and collaborate&#xA;closely with local authorities to respond to wildlife emergencies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Biowatch: Camera Trap Data, Visualized</title>
      <link>https://www.earthtoolsmaker.org/projects/biowatch-app/</link>
      <pubDate>Thu, 20 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/biowatch-app/</guid>
      <description>A free, open-source desktop application for visualizing camera trap data to support conservation efforts.</description>
    </item>
    <item>
      <title>Snow Leopard Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/snow_leopard_monitoring/</link>
      <pubDate>Tue, 04 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/snow_leopard_monitoring/</guid>
      <description>Non-invasive snow leopard monitoring using computer vision analysis of camera trap photos to identify individual animals.</description>
    </item>
    <item>
      <title>Seal Identification</title>
      <link>https://www.earthtoolsmaker.org/demos/seal_identification/</link>
      <pubDate>Fri, 24 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/seal_identification/</guid>
      <description>Re-identifying individual seals by their whisker and face patterns — non-invasive, across seasons.</description>
    </item>
    <item>
      <title>Identify individuals with Local Feature Matching</title>
      <link>https://www.earthtoolsmaker.org/posts/local-feature-matching-lightglue/</link>
      <pubDate>Mon, 09 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/local-feature-matching-lightglue/</guid>
      <description>&lt;p&gt;In this blog post, we will explore a powerful technique widely used for&#xA;identifying individuals across various species. This method leverages unique&#xA;physical markings that remain relatively stable throughout an organism&amp;rsquo;s&#xA;lifetime, making it effective for species with distinct patterns. For instance,&#xA;&lt;a href=&#34;https://www.sharkguardian.org/whale-shark-research&#34;&gt;whale sharks&lt;/a&gt;, &lt;a href=&#34;https://www.earthtoolsmaker.org/projects/trout_identification/&#34;&gt;trout&lt;/a&gt;,&#xA;&lt;a href=&#34;https://app.fruitpunch.ai/article/2024/02/01/tracking-turtles-how-ai-helps-conservationists-to&#34;&gt;turtles&lt;/a&gt;,&#xA;and&#xA;&lt;a href=&#34;https://app.fruitpunch.ai/article/2023/03/23/understanding-seals-with-ai&#34;&gt;seals&lt;/a&gt;&#xA;all possess unique spot or scale patterns that lend themselves well to this&#xA;computer vision approach.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;image-carousel&#34; data-carousel-id=&#34;species-markings-gallery&#34;&gt;&#xA;  &lt;div class=&#34;image-carousel__wrapper&#34;&gt;&#xA;    &lt;ul class=&#34;image-carousel__controls controls list-reset&#34; id=&#34;species-markings-gallery-controls&#34; aria-label=&#34;Carousel Navigation&#34; tabindex=&#34;0&#34;&gt;&#xA;      &lt;li class=&#34;prev&#34; data-controls=&#34;prev&#34; aria-controls=&#34;species-markings-gallery&#34; tabindex=&#34;-1&#34;&gt;&#xA;        &lt;i class=&#34;fa-solid fa-arrow-left-long&#34;&gt;&lt;/i&gt;&#xA;      &lt;/li&gt;&#xA;      &lt;li class=&#34;next&#34; data-controls=&#34;next&#34; aria-controls=&#34;species-markings-gallery&#34; tabindex=&#34;-1&#34;&gt;&#xA;        &lt;i class=&#34;fa-solid fa-arrow-right-long&#34;&gt;&lt;/i&gt;&#xA;      &lt;/li&gt;&#xA;    &lt;/ul&gt;&#xA;&#xA;    &lt;div class=&#34;image-carousel__slider&#34;&#xA;         id=&#34;species-markings-gallery&#34;&#xA;         data-items=&#34;3&#34;&#xA;         data-items-tablet=&#34;2&#34;&#xA;         data-items-mobile=&#34;1&#34;&#xA;         data-gutter=&#34;20&#34;&#xA;         data-loop=&#34;true&#34;&#xA;         tabindex=&#34;0&#34;&gt;&#xA;      &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &lt;div class=&#34;image-carousel__slide&#34;&gt;&#xA;    &#xA;      &#xA;      &lt;img src=&#34;./images/species/turtle2.png&#34; alt=&#34;Turtle&#34; class=&#34;no-lightense&#34; loading=&#34;lazy&#34; data-caption=&#34;Sea turtle with unique shell patterns used for individual identification&#34; data-shadow=&#34;true&#34; data-rounded=&#34;true&#34; /&gt;&#xA;    &#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &lt;div class=&#34;image-carousel__slide&#34;&gt;&#xA;    &#xA;      &#xA;      &lt;img src=&#34;./images/species/seal.jpg&#34; alt=&#34;Seal&#34; class=&#34;no-lightense&#34; loading=&#34;lazy&#34; data-caption=&#34;Seal with distinctive spot patterns on its fur&#34; data-shadow=&#34;true&#34; data-rounded=&#34;true&#34; /&gt;&#xA;    &#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &lt;div class=&#34;image-carousel__slide&#34;&gt;&#xA;    &#xA;      &#xA;      &lt;img src=&#34;./images/species/trout.jpg&#34; alt=&#34;Trout&#34; class=&#34;no-lightense&#34; loading=&#34;lazy&#34; data-caption=&#34;Trout displaying unique spot patterns along its body&#34; data-shadow=&#34;true&#34; data-rounded=&#34;true&#34; /&gt;&#xA;    &#xA;  &lt;/div&gt;&#xA;&#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &#xA;  &lt;div class=&#34;image-carousel__slide&#34;&gt;&#xA;    &#xA;      &#xA;      &lt;img src=&#34;./images/species/whale-shark2.png&#34; alt=&#34;Whale Shark&#34; class=&#34;no-lightense&#34; loading=&#34;lazy&#34; data-caption=&#34;Whale shark with distinctive spot patterns that remain stable throughout its lifetime&#34; data-shadow=&#34;true&#34; data-rounded=&#34;true&#34; /&gt;&#xA;    &#xA;  &lt;/div&gt;&#xA;&#xA;&#xA;    &lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;image-lightbox&#34; id=&#34;species-markings-gallery-lightbox&#34; aria-hidden=&#34;true&#34; aria-modal=&#34;true&#34; role=&#34;dialog&#34; aria-label=&#34;Image gallery&#34;&gt;&#xA;  &lt;div class=&#34;image-lightbox__overlay&#34;&gt;&lt;/div&gt;&#xA;  &lt;button class=&#34;image-lightbox__close&#34; aria-label=&#34;Close lightbox&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-xmark&#34;&gt;&lt;/i&gt;&#xA;  &lt;/button&gt;&#xA;  &lt;button class=&#34;image-lightbox__prev&#34; aria-label=&#34;Previous image&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-arrow-left-long&#34;&gt;&lt;/i&gt;&#xA;  &lt;/button&gt;&#xA;  &lt;button class=&#34;image-lightbox__next&#34; aria-label=&#34;Next image&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-arrow-right-long&#34;&gt;&lt;/i&gt;&#xA;  &lt;/button&gt;&#xA;  &lt;div class=&#34;image-lightbox__content&#34;&gt;&#xA;    &lt;img class=&#34;image-lightbox__image no-lightense&#34; src=&#34;&#34; alt=&#34;&#34; /&gt;&#xA;    &lt;p class=&#34;image-lightbox__caption&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to prepare data for IDentification?</title>
      <link>https://www.earthtoolsmaker.org/posts/how-to-prepare-data-for-identification/</link>
      <pubDate>Sun, 08 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/how-to-prepare-data-for-identification/</guid>
      <description>&lt;p&gt;In this blog post, we will explore essential preprocessing techniques for&#xA;normalizing animal images, preparing them for individual identification.&lt;/p&gt;&#xA;&lt;p&gt;We will focus on the initial stages of the machine learning pipelines developed&#xA;for various projects, specifically bear and trout identification. In both&#xA;cases, similar computer vision techniques and strategies were employed to&#xA;successfully create robust identification systems.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;  &#xA;  &#xA;&#xA;  &#xA;  &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;&#xA;  &#xA;  &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;    &#xA;    &#xA;  &#xA;&#xA;  &#xA;  &#xA;&#xA;  &lt;picture&gt;&#xA;    &lt;source&#xA;      type=&#34;image/webp&#34;&#xA;      srcset=&#34;https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_2b21d8a5d704cc8f.webp 400w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_b213600feb6ee192.webp 600w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_6c1aeeaf910a468f.webp 800w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_d500d5945fced21a.webp 1200w&#34;&#xA;      sizes=&#34;(max-width: 600px) 100vw, (max-width: 900px) 80vw, 800px&#34;&gt;&#xA;    &lt;source&#xA;      srcset=&#34;https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_dd8df346356c59b4.png 400w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_762de2398f2fc5fb.png 600w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_46bc72fda4b249a3.png 800w, https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_4f786ff338298260.png 1200w&#34;&#xA;      sizes=&#34;(max-width: 600px) 100vw, (max-width: 900px) 80vw, 800px&#34;&gt;&#xA;    &lt;img&#xA;      src=&#34;https://www.earthtoolsmaker.org/images/projects/bear_identification/pipeline_hu_46bc72fda4b249a3.png&#34;&#xA;      alt=&#34;Identification Pipeline Overview&#34;&#xA;      &#xA;      &#xA;      width=&#34;800&#34;&#xA;      height=&#34;449&#34;&#xA;      loading=&#34;lazy&#34;&#xA;      decoding=&#34;async&#34;&gt;&#xA;  &lt;/picture&gt;&#xA;&#xA;&#xA;&lt;em&gt;Gallery / Overview of the ML pipeline to identify &lt;strong&gt;bears&lt;/strong&gt; using their facial&#xA;markings with Metric Learning&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trout Identification</title>
      <link>https://www.earthtoolsmaker.org/demos/trout_identification/</link>
      <pubDate>Sun, 08 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/trout_identification/</guid>
      <description>Reading the spot patterns on trout to identify individual fish — a non-invasive way to monitor populations.</description>
    </item>
    <item>
      <title>Trout Identification</title>
      <link>https://www.earthtoolsmaker.org/projects/trout_identification/</link>
      <pubDate>Sun, 08 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/trout_identification/</guid>
      <description>Non-invasive technology for monitoring trout populations using computer vision to accurately identify individual fish.</description>
    </item>
    <item>
      <title>Tracking the Journey: How to Monitor Wild Salmon Migrations</title>
      <link>https://www.earthtoolsmaker.org/posts/tracking-the-journey-how-to-monitor-wild-salmon-migrations/</link>
      <pubDate>Fri, 30 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/tracking-the-journey-how-to-monitor-wild-salmon-migrations/</guid>
      <description>&lt;p&gt;In this blog post, we will dive into the successful development of a wild&#xA;salmon monitoring system, currently deployed to 8 different sites in British&#xA;Columbia.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;We must take every step in our control now as climate-change related trends&#xA;will make things more difficult for salmon populations in the years ahead.&#xA;This demands urgency for Pacific salmon and for the 130+ species, including&#xA;grizzlies, orcas and eagles, that depend on Pacific salmon.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Protecting the Forest: Building an early forest fire detector</title>
      <link>https://www.earthtoolsmaker.org/posts/protecting-the-forest-early-forest-fire-detector/</link>
      <pubDate>Wed, 21 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/protecting-the-forest-early-forest-fire-detector/</guid>
      <description>&lt;p&gt;In this blog post, we’ll delve into the development process of a cutting-edge&#xA;early forest fire detection system, created in collaboration with the NGO&#xA;&lt;a href=&#34;https://pyronear.org&#34;&gt;Pyronear&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Our detectors communicate fire alerts to a database that is connected&#xA;to a supervision platform for the fire department.&lt;/p&gt;&#xA;&lt;p&gt;&lt;cite&gt;– Pyronear&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Pyronear offers a holistic solution for managing fire risks. Central to its&#xA;capabilities is an innovative early wildfire detection algorithm, seamlessly&#xA;operated on a compact microcomputer. This core system is augmented by a network&#xA;of high-resolution cameras strategically positioned at elevated vantage points,&#xA;providing panoramic coverage of forested regions. Together, these components&#xA;form a resilient and proactive strategy for wildfire prevention and management.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wild Salmon Migration Monitoring</title>
      <link>https://www.earthtoolsmaker.org/demos/wild_salmon_migration_monitoring/</link>
      <pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/wild_salmon_migration_monitoring/</guid>
      <description>Classifying and counting wild salmon from underwater camera streams as they migrate back to spawn.</description>
    </item>
    <item>
      <title>How to detect elephant rumbles at scale</title>
      <link>https://www.earthtoolsmaker.org/posts/how-to-analyze-elephant-rumbles-at-scale/</link>
      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/how-to-analyze-elephant-rumbles-at-scale/</guid>
      <description>&lt;p&gt;This blog post will detail the development process of an elephant rumble&#xA;audio analyzer, created in partnership with &lt;a href=&#34;https://www.elephantlisteningproject.org&#34;&gt;The Elephant Listening&#xA;Project&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Our vision is to conserve the tropical forests of Africa through acoustic&#xA;monitoring, sound science, and education, focusing on forest elephants&lt;/p&gt;&#xA;&lt;p&gt;&lt;cite&gt;– The Elephant Listening Project&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;For a comprehensive understanding of this project, one can read more on the&#xA;detailed project page on &lt;a href=&#34;https://www.earthtoolsmaker.org/projects/elephants_passive_acoustic_monitoring/&#34;&gt;passive acoustic monitoring for forest elephants&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Forest Elephant Rumbles Detection</title>
      <link>https://www.earthtoolsmaker.org/demos/forest_elephant_rumble_detection/</link>
      <pubDate>Wed, 26 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/forest_elephant_rumble_detection/</guid>
      <description>Listening to African forests to detect and classify elephant rumbles from audio recordings.</description>
    </item>
    <item>
      <title>Bird Flu Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/bird_flu_monitoring/</link>
      <pubDate>Sun, 23 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/bird_flu_monitoring/</guid>
      <description>Utilize drones for precise monitoring of breeding seabird colonies by detection of live and dead adults and chicks to determine survival and reproduction and asses the impact of avian influenza.</description>
    </item>
    <item>
      <title>Early Forest Fire Detection</title>
      <link>https://www.earthtoolsmaker.org/demos/early_forest_fire_detection/</link>
      <pubDate>Tue, 23 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/early_forest_fire_detection/</guid>
      <description>Real-time camera analysis that spots wildfires early and raises the alarm fast.</description>
    </item>
    <item>
      <title>Tropical Bat Call Detection and Classification</title>
      <link>https://www.earthtoolsmaker.org/projects/bat_calls_classification/</link>
      <pubDate>Tue, 23 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/bat_calls_classification/</guid>
      <description>Transforming bat population monitoring in Cambodia through advanced bio-acoustic analysis driven by Machine Learning algorithms.</description>
    </item>
    <item>
      <title>A guide to designing a bear face recognition system</title>
      <link>https://www.earthtoolsmaker.org/posts/bear-identification-with-metric-learning-guide/</link>
      <pubDate>Fri, 12 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/bear-identification-with-metric-learning-guide/</guid>
      <description>&lt;p&gt;In this blog post we&amp;rsquo;ll delve into the technical&#xA;development of a bear face recognition system which is a&#xA;critical component of the bear identification&#xA;system developed in close collaboration with the &lt;a href=&#34;https://bearresearch.org/&#34;&gt;BearID&#xA;Project&lt;/a&gt; NGO.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Our research and software tool will provide a replicable technique and&#xA;general approach that can be applied to other species beyond bears, which&#xA;could aid conservation efforts worldwide.&lt;/p&gt;&#xA;&lt;p&gt;&lt;cite&gt;– BearID Project&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;For a comprehensive understanding of this project, please click on the pipeline&#xA;overview below:&lt;/p&gt;</description>
    </item>
    <item>
      <title>A guide to designing a bear face segmentation system</title>
      <link>https://www.earthtoolsmaker.org/posts/bear-face-segmentation-guide/</link>
      <pubDate>Thu, 11 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/bear-face-segmentation-guide/</guid>
      <description>&lt;p&gt;In this blog post we&amp;rsquo;ll delve into the technical development of a bear face&#xA;segmentation system which is a critical component of the bear identification&#xA;system developed in close collaboration with the &lt;a href=&#34;https://bearresearch.org/&#34;&gt;BearID&#xA;Project&lt;/a&gt; NGO.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Our research and software tool will provide a replicable technique and&#xA;general approach that can be applied to other species beyond bears, which&#xA;could aid conservation efforts worldwide.&lt;/p&gt;&#xA;&lt;p&gt;&lt;cite&gt;– BearID Project&lt;/cite&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;For a comprehensive understanding of this project, please click on the pipeline&#xA;overview below:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to build a benthic coral reefs analyser</title>
      <link>https://www.earthtoolsmaker.org/posts/how-to-build-a-benthic-coral-reefs-analyser/</link>
      <pubDate>Wed, 10 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/how-to-build-a-benthic-coral-reefs-analyser/</guid>
      <description>&lt;p&gt;Welcome to our blog post where we&amp;rsquo;ll explore the development process of&#xA;a benthic coral reef analyzer, created in partnership with&#xA;&lt;a href=&#34;https://reef.support&#34;&gt;ReefSupport&lt;/a&gt;. Our goal is simple: to improve the&#xA;tools available for monitoring coral reefs and marine environments.&#xA;Let&amp;rsquo;s dive into how we&amp;rsquo;re making this happen!&lt;/p&gt;&#xA;&lt;p&gt;For a comprehensive understanding of this project, please click on the&#xA;image below:&lt;/p&gt;&#xA;&lt;a href=&#39;https://www.earthtoolsmaker.org/projects/coral_reef_health_monitoring/&#39; title=&#34;Project Details&#34;&gt;&#xA;  &lt;img src=&#34;./images/pipeline_overview.png&#34; /&gt;&#xA;&lt;/a&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Leveraging computer vision for the segmentation of&#xA;coral reefs in benthic imagery holds the potential to&#xA;quantify the long-term growth or decline of coral cover&#xA;within&#xA;marine protected areas&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to build a real time bear detection system</title>
      <link>https://www.earthtoolsmaker.org/posts/how-to-build-a-real-time-bear-detection-system/</link>
      <pubDate>Tue, 09 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/posts/how-to-build-a-real-time-bear-detection-system/</guid>
      <description>&lt;p&gt;In this blog post, we&amp;rsquo;ll delve into the successful development of a real-time&#xA;bear detection system, achieved through collaboration with the NGO&#xA;&lt;a href=&#34;https://www.hack-the-planet.io&#34;&gt;HackThePlanet&lt;/a&gt;. Our initiative aims to&#xA;safeguard Romanian farms by deterring bear encroachments.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Implementing non-invasive methods to deter bears from approaching farms&#xA;and livestock holds promise in fostering harmonious relations between&#xA;humans and bears.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;For a comprehensive understanding of this project, please click on the pipeline&#xA;overview below:&lt;/p&gt;&#xA;&lt;a href=&#39;https://www.earthtoolsmaker.org/projects/carpathian-bear-deterrence/&#39; title=&#34;Project Details&#34;&gt;&#xA;  &lt;img src=&#34;./images/pipeline_overview.png&#34; /&gt;&#xA;&lt;/a&gt;&#xA;&lt;h2 id=&#34;project-scope&#34;&gt;Project Scope&lt;/h2&gt;&#xA;&lt;p&gt;The computer vision model responsible for detecting&#xA;bears will operate on a low-power microcontroller (such&#xA;as the Raspberry Pi5). This necessitates swift operation&#xA;and minimal power consumption during inference. Ensuring&#xA;timely detection of approaching bears is critical, as&#xA;their entry onto farms can result in predation on&#xA;livestock, such as pigs. Achieving an extremely high&#xA;recall rate is imperative to prevent such incidents.&#xA;Additionally, since brown bear activities can occur day&#xA;or night, the system must remain operational around the&#xA;clock.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bear Detector for Human Wildlife conflicts</title>
      <link>https://www.earthtoolsmaker.org/demos/human_wildlife_bear_conflict/</link>
      <pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/human_wildlife_bear_conflict/</guid>
      <description>Detecting and deterring bears near Romanian farms so people and predators can coexist.</description>
    </item>
    <item>
      <title>Bear Identification</title>
      <link>https://www.earthtoolsmaker.org/demos/bear_identification/</link>
      <pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/bear_identification/</guid>
      <description>Facial recognition that tells individual bears apart from photos — tracking British Columbia&amp;rsquo;s black bear population over time.</description>
    </item>
    <item>
      <title>Bear Identification</title>
      <link>https://www.earthtoolsmaker.org/projects/bear_identification/</link>
      <pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/bear_identification/</guid>
      <description>Noninvasive technologies to identify and monitor bears, facilitating their conservation.</description>
    </item>
    <item>
      <title>Bear Deterrence in the Carpathians</title>
      <link>https://www.earthtoolsmaker.org/projects/carpathian-bear-deterrence/</link>
      <pubDate>Tue, 02 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/carpathian-bear-deterrence/</guid>
      <description>Utilizing low-power technology to detect and deter bears from encroaching on Romanian farms.</description>
    </item>
    <item>
      <title>Coral Reef Health Monitoring</title>
      <link>https://www.earthtoolsmaker.org/demos/coral_reef_health_monitoring/</link>
      <pubDate>Tue, 30 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/demos/coral_reef_health_monitoring/</guid>
      <description>Detecting and identifying coral species in benthic imagery to track reef health over time.</description>
    </item>
    <item>
      <title>Coral Reefs Health Monitoring</title>
      <link>https://www.earthtoolsmaker.org/projects/coral_reef_health_monitoring/</link>
      <pubDate>Tue, 30 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/projects/coral_reef_health_monitoring/</guid>
      <description>Segmentation of coral reefs in benthic imagery to quantify the long-term growth or decline of coral cover within marine protected areas.</description>
    </item>
    <item>
      <title>About</title>
      <link>https://www.earthtoolsmaker.org/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/about/</guid>
      <description>&lt;p&gt;Conservation teams collect more data than they can ever look at: years of audio, millions of camera-trap photos, endless hours of underwater video. The bottleneck isn&amp;rsquo;t passion or knowledge — it&amp;rsquo;s tooling. We&amp;rsquo;re a small team of engineers and ecologists who close that gap, building machine learning tools side by side with the researchers and rangers who use them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Free to use. Free to modify. Open source, end to end.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://www.earthtoolsmaker.org/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/contact/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re thrilled that you&amp;rsquo;re interested in reaching out to us. Whether you have a&#xA;question, a suggestion, or just want to say hello, we&amp;rsquo;re here to listen and&#xA;respond.&lt;/p&gt;&#xA;&lt;p&gt;Please feel free to fill out the contact form below, and we&amp;rsquo;ll get back to you&#xA;as soon as possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Elements</title>
      <link>https://www.earthtoolsmaker.org/elements/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/elements/</guid>
      <description>&lt;p&gt;A paragraph looks like this — Globally incubate standards compliant channels before scalable benefits. Quickly disseminate superior deliverables whereas web-enabled applications. Quickly drive clicks-and-mortar catalysts for change before vertical architectures. Credibly reintermediate backend ideas for cross-platform models. Continually reintermediate integrated processes through technically sound intellectual capital. Holistically foster superior methodologies.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;headings-by-default&#34;&gt;Headings by default:&lt;/h2&gt;&#xA;&lt;h1 id=&#34;h1-default-styles-for-headings&#34;&gt;H1 Default styles for headings&lt;/h1&gt;&#xA;&lt;h2 id=&#34;h2-default-styles-for-headings&#34;&gt;H2 Default styles for headings&lt;/h2&gt;&#xA;&lt;h3 id=&#34;h3-default-styles-for-headings&#34;&gt;H3 Default styles for headings&lt;/h3&gt;&#xA;&lt;h4 id=&#34;h4-default-styles-for-headings&#34;&gt;H4 Default styles for headings&lt;/h4&gt;&#xA;&lt;h5 id=&#34;h5-default-styles-for-headings&#34;&gt;H5 Default styles for headings&lt;/h5&gt;&#xA;&lt;h6 id=&#34;h6-default-styles-for-headings&#34;&gt;H6 Default styles for headings&lt;/h6&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;lists&#34;&gt;Lists&lt;/h2&gt;&#xA;&lt;h3 id=&#34;ordered-list-example&#34;&gt;Ordered list example:&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Poutine drinking vinegar bitters.&lt;/li&gt;&#xA;&lt;li&gt;Coloring book distillery fanny pack.&lt;/li&gt;&#xA;&lt;li&gt;Venmo biodiesel gentrify enamel pin meditation.&lt;/li&gt;&#xA;&lt;li&gt;Jean shorts shaman listicle pickled portland.&lt;/li&gt;&#xA;&lt;li&gt;Salvia mumblecore brunch iPhone migas.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;unordered-list-example&#34;&gt;Unordered list example:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bitters semiotics vice thundercats synth.&lt;/li&gt;&#xA;&lt;li&gt;Literally cred narwhal bitters wayfarers.&lt;/li&gt;&#xA;&lt;li&gt;Kale chips chartreuse paleo tbh street art marfa.&lt;/li&gt;&#xA;&lt;li&gt;Mlkshk polaroid sriracha brooklyn.&lt;/li&gt;&#xA;&lt;li&gt;Pug you probably haven&amp;rsquo;t heard of them air plant man bun.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;table&#34;&gt;Table&lt;/h2&gt;&#xA;&lt;div class=&#34;table-container&#34;&gt;&#xA;  &lt;table&gt;&#xA;    &lt;tr&gt;&lt;th&gt;Header 1&lt;/th&gt;&lt;th&gt;Header 2&lt;/th&gt;&lt;th&gt;Header 3&lt;/th&gt;&lt;th&gt;Header 4&lt;/th&gt;&lt;th&gt;Header 5&lt;/th&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:1 Cell:1&lt;/td&gt;&lt;td&gt;Row:1 Cell:2&lt;/td&gt;&lt;td&gt;Row:1 Cell:3&lt;/td&gt;&lt;td&gt;Row:1 Cell:4&lt;/td&gt;&lt;td&gt;Row:1 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:2 Cell:1&lt;/td&gt;&lt;td&gt;Row:2 Cell:2&lt;/td&gt;&lt;td&gt;Row:2 Cell:3&lt;/td&gt;&lt;td&gt;Row:2 Cell:4&lt;/td&gt;&lt;td&gt;Row:2 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:3 Cell:1&lt;/td&gt;&lt;td&gt;Row:3 Cell:2&lt;/td&gt;&lt;td&gt;Row:3 Cell:3&lt;/td&gt;&lt;td&gt;Row:3 Cell:4&lt;/td&gt;&lt;td&gt;Row:3 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:4 Cell:1&lt;/td&gt;&lt;td&gt;Row:4 Cell:2&lt;/td&gt;&lt;td&gt;Row:4 Cell:3&lt;/td&gt;&lt;td&gt;Row:4 Cell:4&lt;/td&gt;&lt;td&gt;Row:4 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:5 Cell:1&lt;/td&gt;&lt;td&gt;Row:5 Cell:2&lt;/td&gt;&lt;td&gt;Row:5 Cell:3&lt;/td&gt;&lt;td&gt;Row:5 Cell:4&lt;/td&gt;&lt;td&gt;Row:5 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;    &lt;tr&gt;&lt;td&gt;Row:6 Cell:1&lt;/td&gt;&lt;td&gt;Row:6 Cell:2&lt;/td&gt;&lt;td&gt;Row:6 Cell:3&lt;/td&gt;&lt;td&gt;Row:6 Cell:4&lt;/td&gt;&lt;td&gt;Row:6 Cell:5&lt;/td&gt;&lt;/tr&gt;&#xA;  &lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;quotes&#34;&gt;Quotes&lt;/h2&gt;&#xA;&lt;h3 id=&#34;a-quote-looks-like-this&#34;&gt;A quote looks like this:&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The longer I live, the more I realize that I am never wrong about anything, and that all the pains I have so humbly taken to verify my notions have only wasted my time!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Partners</title>
      <link>https://www.earthtoolsmaker.org/partners/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/partners/</guid>
      <description>&lt;p&gt;Every tool we build is a collaboration. We work alongside conservation organizations, research institutions, technology partners, and funders who share a commitment to protecting wild places — pairing their field expertise with our engineering to turn overwhelming data into usable insight.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://www.earthtoolsmaker.org/privacy-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/privacy-policy/</guid>
      <description>&lt;p&gt;&lt;em&gt;Last updated: June 12, 2026&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;EarthToolsMaker is a static website. We do not collect or store personal data ourselves: there are no analytics, no tracking cookies, and no ads. The few places where data is involved at all are described below.&lt;/p&gt;&#xA;&lt;h2 id=&#34;hosting&#34;&gt;Hosting&lt;/h2&gt;&#xA;&lt;p&gt;This website is served by &lt;a href=&#34;https://www.netlify.com/&#34;&gt;Netlify&lt;/a&gt;. Like any web host, Netlify processes the IP address of your device in standard server logs in order to deliver the site. See &lt;a href=&#34;https://www.netlify.com/privacy/&#34;&gt;Netlify&amp;rsquo;s privacy policy&lt;/a&gt; for details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Support Our Work</title>
      <link>https://www.earthtoolsmaker.org/support/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.earthtoolsmaker.org/support/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re a small team of engineers and ecologists building open-source AI for&#xA;conservation. Every tool on this site started the same way: a field problem, a&#xA;scoped plan — and a partner who decided it should exist. Sponsorships and&#xA;partnerships are what turn the next idea into a deployed tool. Here&amp;rsquo;s how you&#xA;can help.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
