<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Panama on Wildlife.blog</title>
    <link>https://wildlife.blog/tags/panama/</link>
    <description>Recent content in Panama on Wildlife.blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://wildlife.blog/tags/panama/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Coati foraging</title>
      <link>https://wildlife.blog/posts/coati-foraging-panama-city-panama/</link>
      <guid>https://wildlife.blog/posts/coati-foraging-panama-city-panama/</guid>
      <description>&lt;p&gt;📍 Panama City&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;White-nosed Coati&lt;/strong&gt; &lt;em&gt;(Nasua narica)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Females and young travel in noisy bands of up to 30, rooting through leaf litter for insects, fruit, and small vertebrates, while adult males forage alone for most of the year.&lt;/p&gt;
&lt;p&gt;Common year-round in the forests and parks around Panama City, where they&amp;rsquo;ve adapted well to the urban-wildland edge.&lt;/p&gt;

&lt;figure class=&#34;range-map-figure&#34;&gt;
  &lt;div class=&#34;range-map&#34;
       data-geojson=&#34;/posts/coati-foraging-panama-city-panama/range.geojson&#34;
       data-taxon=&#34;41673&#34;
       aria-label=&#34;Map of the modeled range of this species&#34;&gt;&lt;/div&gt;
  &lt;figcaption&gt;Modeled range · &lt;a href=&#34;https://www.inaturalist.org/taxa/41673&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;iNaturalist&lt;/a&gt; · CC BY 4.0&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;script src=&#34;https://wildlife.blog/js/leaflet.db49d009c841f5ca34a888c96511ae936fd9f5533e90d8b2c4d57596f4e5641a.js&#34;&gt;&lt;/script&gt;
&lt;script&gt;
(function () {
  function initRangeMaps() {
    if (typeof L === &#39;undefined&#39;) return;
    document.querySelectorAll(&#39;.range-map&#39;).forEach(function (el) {
      if (el._rangeMap) return; 
      var map = L.map(el, { scrollWheelZoom: false });
      el._rangeMap = map;
      var taxon = el.getAttribute(&#39;data-taxon&#39;);
      var credit = taxon
        ? &#39;&lt;a href=&#34;https://www.inaturalist.org/taxa/&#39; + taxon + &#39;&#34;&gt;iNaturalist&lt;/a&gt;&#39;
        : &#39;iNaturalist&#39;;
      L.tileLayer(&#39;https://tile.openstreetmap.org/{z}/{x}/{y}.png&#39;, {
        maxZoom: 12,
        attribution: &#39;&amp;copy; &lt;a href=&#34;https://www.openstreetmap.org/copyright&#34;&gt;OpenStreetMap&lt;/a&gt; · Range: &#39; + credit + &#39; (CC BY 4.0)&#39;
      }).addTo(map);
      map.setView([0, 0], 1); 
      fetch(el.getAttribute(&#39;data-geojson&#39;))
        .then(function (r) { return r.json(); })
        .then(function (geo) {
          var layer = L.geoJSON(geo, {
            style: { color: &#39;#2e7d32&#39;, weight: 1, fillColor: &#39;#2e7d32&#39;, fillOpacity: 0.35 }
          }).addTo(map);
          try { map.fitBounds(layer.getBounds(), { padding: [12, 12], maxZoom: 8 }); } catch (e) {}
        })
        .catch(function () {   });
    });
  }
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, initRangeMaps);
  } else {
    initRangeMaps();
  }
})();
&lt;/script&gt;

&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/White-nosed_coati&#34;&gt;Wikipedia&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/41673&#34;&gt;iNaturalist&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/41673/map&#34;&gt;Range map&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Baby capuchin clinging to mom</title>
      <link>https://wildlife.blog/posts/baby-capuchin-panama-canal/</link>
      <guid>https://wildlife.blog/posts/baby-capuchin-panama-canal/</guid>
      <description>&lt;p&gt;📍 Panama Canal&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Panamanian White-faced Capuchin&lt;/strong&gt; &lt;em&gt;(Cebus imitator)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;One of the most intelligent New World monkeys, known for using tools and washing food — and for boldly raiding boats and picnic sites along the canal.&lt;/p&gt;
&lt;p&gt;A year-round resident of Central American forests from Honduras to Panama, these capuchins thrive in the lush vegetation bordering the Panama Canal and are among the most frequently spotted primates by transiting boaters.&lt;/p&gt;

&lt;figure class=&#34;range-map-figure&#34;&gt;
  &lt;div class=&#34;range-map&#34;
       data-geojson=&#34;/posts/baby-capuchin-panama-canal/range.geojson&#34;
       data-taxon=&#34;1369296&#34;
       aria-label=&#34;Map of the modeled range of this species&#34;&gt;&lt;/div&gt;
  &lt;figcaption&gt;Modeled range · &lt;a href=&#34;https://www.inaturalist.org/taxa/1369296&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;iNaturalist&lt;/a&gt; · CC BY 4.0&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;script src=&#34;https://wildlife.blog/js/leaflet.db49d009c841f5ca34a888c96511ae936fd9f5533e90d8b2c4d57596f4e5641a.js&#34;&gt;&lt;/script&gt;
&lt;script&gt;
(function () {
  function initRangeMaps() {
    if (typeof L === &#39;undefined&#39;) return;
    document.querySelectorAll(&#39;.range-map&#39;).forEach(function (el) {
      if (el._rangeMap) return; 
      var map = L.map(el, { scrollWheelZoom: false });
      el._rangeMap = map;
      var taxon = el.getAttribute(&#39;data-taxon&#39;);
      var credit = taxon
        ? &#39;&lt;a href=&#34;https://www.inaturalist.org/taxa/&#39; + taxon + &#39;&#34;&gt;iNaturalist&lt;/a&gt;&#39;
        : &#39;iNaturalist&#39;;
      L.tileLayer(&#39;https://tile.openstreetmap.org/{z}/{x}/{y}.png&#39;, {
        maxZoom: 12,
        attribution: &#39;&amp;copy; &lt;a href=&#34;https://www.openstreetmap.org/copyright&#34;&gt;OpenStreetMap&lt;/a&gt; · Range: &#39; + credit + &#39; (CC BY 4.0)&#39;
      }).addTo(map);
      map.setView([0, 0], 1); 
      fetch(el.getAttribute(&#39;data-geojson&#39;))
        .then(function (r) { return r.json(); })
        .then(function (geo) {
          var layer = L.geoJSON(geo, {
            style: { color: &#39;#2e7d32&#39;, weight: 1, fillColor: &#39;#2e7d32&#39;, fillOpacity: 0.35 }
          }).addTo(map);
          try { map.fitBounds(layer.getBounds(), { padding: [12, 12], maxZoom: 8 }); } catch (e) {}
        })
        .catch(function () {   });
    });
  }
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, initRangeMaps);
  } else {
    initRangeMaps();
  }
})();
&lt;/script&gt;

&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Panamanian_white-faced_capuchin&#34;&gt;Wikipedia&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/1369296&#34;&gt;iNaturalist&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/1369296/map&#34;&gt;Range map&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>White-nosed coati, Panama City</title>
      <link>https://wildlife.blog/posts/white-nosed-coati-panama-city-panama/</link>
      <guid>https://wildlife.blog/posts/white-nosed-coati-panama-city-panama/</guid>
      <description>&lt;p&gt;📍 Panama City&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;White-nosed Coati&lt;/strong&gt; &lt;em&gt;(Nasua narica)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A raccoon relative with a long, flexible snout it uses to root through leaf litter for invertebrates and fruit — and a banded tail nearly as long as its body.&lt;/p&gt;
&lt;p&gt;Common year-round across Panama, especially around parks, forest edges, and urban green spaces where they scavenge boldly from visitors.&lt;/p&gt;

&lt;figure class=&#34;range-map-figure&#34;&gt;
  &lt;div class=&#34;range-map&#34;
       data-geojson=&#34;/posts/white-nosed-coati-panama-city-panama/range.geojson&#34;
       data-taxon=&#34;41673&#34;
       aria-label=&#34;Map of the modeled range of this species&#34;&gt;&lt;/div&gt;
  &lt;figcaption&gt;Modeled range · &lt;a href=&#34;https://www.inaturalist.org/taxa/41673&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;iNaturalist&lt;/a&gt; · CC BY 4.0&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;script src=&#34;https://wildlife.blog/js/leaflet.db49d009c841f5ca34a888c96511ae936fd9f5533e90d8b2c4d57596f4e5641a.js&#34;&gt;&lt;/script&gt;
&lt;script&gt;
(function () {
  function initRangeMaps() {
    if (typeof L === &#39;undefined&#39;) return;
    document.querySelectorAll(&#39;.range-map&#39;).forEach(function (el) {
      if (el._rangeMap) return; 
      var map = L.map(el, { scrollWheelZoom: false });
      el._rangeMap = map;
      var taxon = el.getAttribute(&#39;data-taxon&#39;);
      var credit = taxon
        ? &#39;&lt;a href=&#34;https://www.inaturalist.org/taxa/&#39; + taxon + &#39;&#34;&gt;iNaturalist&lt;/a&gt;&#39;
        : &#39;iNaturalist&#39;;
      L.tileLayer(&#39;https://tile.openstreetmap.org/{z}/{x}/{y}.png&#39;, {
        maxZoom: 12,
        attribution: &#39;&amp;copy; &lt;a href=&#34;https://www.openstreetmap.org/copyright&#34;&gt;OpenStreetMap&lt;/a&gt; · Range: &#39; + credit + &#39; (CC BY 4.0)&#39;
      }).addTo(map);
      map.setView([0, 0], 1); 
      fetch(el.getAttribute(&#39;data-geojson&#39;))
        .then(function (r) { return r.json(); })
        .then(function (geo) {
          var layer = L.geoJSON(geo, {
            style: { color: &#39;#2e7d32&#39;, weight: 1, fillColor: &#39;#2e7d32&#39;, fillOpacity: 0.35 }
          }).addTo(map);
          try { map.fitBounds(layer.getBounds(), { padding: [12, 12], maxZoom: 8 }); } catch (e) {}
        })
        .catch(function () {   });
    });
  }
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, initRangeMaps);
  } else {
    initRangeMaps();
  }
})();
&lt;/script&gt;

&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/White-nosed_coati&#34;&gt;Wikipedia&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/41673&#34;&gt;iNaturalist&lt;/a&gt; | &lt;a href=&#34;https://www.inaturalist.org/taxa/41673/map&#34;&gt;Range map&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
