<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>lostmapper</title>
        <link>https://video.osgeo.org/c/lostmapper/videos</link>
        <description>I'm wandering in the world of cartography and geographic information systems, all the while sharing what I learn with you!</description>
        <lastBuildDate>Tue, 26 May 2026 21:30:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.osgeo.org</generator>
        <image>
            <title>lostmapper</title>
            <url>https://video.osgeo.org/lazy-static/avatars/6013d645-47cb-4d00-9cfc-abd9b9325147.png</url>
            <link>https://video.osgeo.org/c/lostmapper/videos</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.osgeo.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.osgeo.org/feeds/videos.xml?videoChannelId=662" rel="self" type="application/rss+xml"/>
        <podcast:txt purpose="p20url">https://video.osgeo.org/feeds/podcast/videos.xml?videoChannelId=662</podcast:txt>
        <item>
            <title><![CDATA[Running PostGIS with Docker on Windows, Mac & Linux]]></title>
            <link>https://video.osgeo.org/w/9cZiX3fMCtpPwhZgRw3oqa</link>
            <guid>https://video.osgeo.org/w/9cZiX3fMCtpPwhZgRw3oqa</guid>
            <pubDate>Thu, 28 Dec 2023 21:06:30 GMT</pubDate>
            <description><![CDATA[Learn how to run #postgis on Windows, Mac and Linux using #docker &amp; Docker Compose, then connect with #qgis to create tables and layers! 0:00 - Intro 0:22 - What is Docker? 0:52 - Installing Docker 1:21 - Docker Compose Configuration 4:42 - Start...]]></description>
            <content:encoded><![CDATA[<p>Learn how to run #postgis on Windows, Mac and Linux using #docker &amp; Docker Compose, then connect with #qgis to create tables and layers!</p>
<p>0:00 - Intro<br />
0:22 - What is Docker?<br />
0:52 - Installing Docker<br />
1:21 - Docker Compose Configuration<br />
4:42 - Starting PostGIS with Docker Compose<br />
5:38 - Connecting to PostGIS from QGIS<br />
7:08 - Hiding ID Fields<br />
7:48 - Stopping PostGIS with Docker Compose<br />
8:40 - Outro</p>
<ul>
<li><a href="https://www.docker.com" target="_blank" rel="noopener noreferrer">https://www.docker.com</a></li>
<li><a href="https://github.com/postgis/docker-postgis" target="_blank" rel="noopener noreferrer">https://github.com/postgis/docker-postgis</a></li>
<li><a href="https://wiki.osgeo.org/wiki/DockerImages" target="_blank" rel="noopener noreferrer">https://wiki.osgeo.org/wiki/DockerImages</a></li>
<li><a href="https://github.com/lostmapper/postgis-dockerized" target="_blank" rel="noopener noreferrer">https://github.com/lostmapper/postgis-dockerized</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="36942001" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/42759be4-f4c9-45e5-bd98-96a396d45aa1?videoFileIds=35682"/>
            <media:community>
                <media:statistics views="6180"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/9cZiX3fMCtpPwhZgRw3oqa"/>
            <media:player url="https://video.osgeo.org/w/9cZiX3fMCtpPwhZgRw3oqa"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/c4ea007a-2403-4233-a2a4-a7bf179dc536-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/cef4a951-e06c-4630-899f-dcf5f9508d63-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="36942001" url="https://video.osgeo.org/static/streaming-playlists/hls/42759be4-f4c9-45e5-bd98-96a396d45aa1/4811070b-7cb4-4bb8-ac06-2bfca73e247d-1080-fragmented.mp4" framerate="30" duration="522" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="25348341" url="https://video.osgeo.org/static/streaming-playlists/hls/42759be4-f4c9-45e5-bd98-96a396d45aa1/395189a2-2dbf-4198-9816-9cdf4a469a40-720-fragmented.mp4" framerate="30" duration="522" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/ff9e4f58-a7e8-4ce6-b108-ea86aa7d0378.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Running PostGIS with Docker on Windows, Mac &amp; Linux</media:title>
            <media:description type="plain">Learn how to run #postgis on Windows, Mac and Linux using #docker &amp; Docker Compose, then connect with #qgis to create tables and layers! 0:00 - Intro 0:22 - What is Docker? 0:52 - Installing Docker 1:21 - Docker Compose Configuration 4:42 - Start...</media:description>
        </item>
        <item>
            <title><![CDATA[Getting Started with PostGIS in QGIS on macOS]]></title>
            <link>https://video.osgeo.org/w/pxcBCc4oHhAZvUi9NdWxXf</link>
            <guid>https://video.osgeo.org/w/pxcBCc4oHhAZvUi9NdWxXf</guid>
            <pubDate>Thu, 28 Dec 2023 21:03:18 GMT</pubDate>
            <description><![CDATA[This video will get you up and running with #PostGIS in #QGIS. I show you how to install a convenient version of PostGIS, connect to it through QGIS, create tables and import data from a #Shapefile. 0:00 - Intro 0:25 - What is PostGIS? 0:48 - Ins...]]></description>
            <content:encoded><![CDATA[<p>This video will get you up and running with #PostGIS in #QGIS. I show you how to install a convenient version of PostGIS, connect to it through QGIS, create tables and import data from a #Shapefile.</p>
<p>0:00 - Intro<br />
0:25 - What is PostGIS?<br />
0:48 - Installing Postgres.app<br />
2:27 - Enabling PostGIS Extensions in PostgreSQL<br />
4:17 - Connecting to PostGIS from QGIS<br />
5:02 - Creating Schemas and Tables in PostGIS<br />
6:13 - Adding Data to a PostGIS Table/Layer<br />
7:03 - Importing Data into PostGIS<br />
9:50 - Summary and Suggested Books</p>
<ul>
<li><a href="https://www.postgresql.org/" target="_blank" rel="noopener noreferrer">https://www.postgresql.org/</a></li>
<li><a href="https://postgis.net/" target="_blank" rel="noopener noreferrer">https://postgis.net/</a></li>
<li><a href="https://postgresapp.com/" target="_blank" rel="noopener noreferrer">https://postgresapp.com/</a></li>
<li><a href="https://www.weather.gov/gis/USStates" target="_blank" rel="noopener noreferrer">https://www.weather.gov/gis/USStates</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="47804443" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/be9d674f-a15d-4315-8d34-e14c33b3a650?videoFileIds=35680"/>
            <media:community>
                <media:statistics views="2571"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/pxcBCc4oHhAZvUi9NdWxXf"/>
            <media:player url="https://video.osgeo.org/w/pxcBCc4oHhAZvUi9NdWxXf"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/866ae342-d169-40eb-b06c-2000ab3698fe-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/451b5821-10c8-4f7c-a84d-0e489bf5af7a-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="47804443" url="https://video.osgeo.org/static/streaming-playlists/hls/be9d674f-a15d-4315-8d34-e14c33b3a650/ffea3644-23ad-4e04-b897-91d063e66b19-1080-fragmented.mp4" framerate="30" duration="630" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="30787116" url="https://video.osgeo.org/static/streaming-playlists/hls/be9d674f-a15d-4315-8d34-e14c33b3a650/4b853bb9-350e-4737-98b1-c1f7363b2c42-720-fragmented.mp4" framerate="30" duration="630" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/3d2b97f6-1433-4eeb-ab1c-52a5e9c272c9.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Getting Started with PostGIS in QGIS on macOS</media:title>
            <media:description type="plain">This video will get you up and running with #PostGIS in #QGIS. I show you how to install a convenient version of PostGIS, connect to it through QGIS, create tables and import data from a #Shapefile. 0:00 - Intro 0:25 - What is PostGIS? 0:48 - Ins...</media:description>
        </item>
        <item>
            <title><![CDATA[Getting Started with PostGIS in QGIS on Windows]]></title>
            <link>https://video.osgeo.org/w/bRrjXpTBKLWN17LNHj7LXq</link>
            <guid>https://video.osgeo.org/w/bRrjXpTBKLWN17LNHj7LXq</guid>
            <pubDate>Thu, 28 Dec 2023 21:00:54 GMT</pubDate>
            <description><![CDATA[In this video we''ll use EnterpriseDB and StackBuilder to get you up and running with #PostGIS on Windows. Then we'll connect to PostGIS from QGIS and make a table! 0:00 - Intro 0:18 - Installing PostgreSQL 1:38 - Enabling PostGIS with StackBuild...]]></description>
            <content:encoded><![CDATA[<p>In this video we''ll use EnterpriseDB and StackBuilder to get you up and running with #PostGIS on Windows. Then we'll connect to PostGIS from QGIS and make a table!</p>
<p>0:00 - Intro<br />
0:18 - Installing PostgreSQL<br />
1:38 - Enabling PostGIS with StackBuilder<br />
3:05 - Creating a Database User<br />
4:40 - Connecting to PostGIS from QGIS<br />
6:40 - Connecting to PostGIS with pgAdmin</p>
<ul>
<li><a href="https://www.enterprisedb.com" target="_blank" rel="noopener noreferrer">https://www.enterprisedb.com</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="33187114" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/57e27085-6352-43e6-b64a-c29c1dcda8ee?videoFileIds=35678"/>
            <media:community>
                <media:statistics views="13487"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/bRrjXpTBKLWN17LNHj7LXq"/>
            <media:player url="https://video.osgeo.org/w/bRrjXpTBKLWN17LNHj7LXq"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/f5dbfde1-4b4c-4785-8ed0-6740247f4986-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/2b98a3b9-559d-4dc6-b278-5701a6214723-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="33187114" url="https://video.osgeo.org/static/streaming-playlists/hls/57e27085-6352-43e6-b64a-c29c1dcda8ee/6e14ae40-51b9-4cec-871d-dcdd4f0ac817-1080-fragmented.mp4" framerate="30" duration="469" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="22197240" url="https://video.osgeo.org/static/streaming-playlists/hls/57e27085-6352-43e6-b64a-c29c1dcda8ee/d8fe273c-14be-4352-9bdc-d0c2bb61ac6e-720-fragmented.mp4" framerate="30" duration="469" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/a0da9df4-8d78-4bdb-9df5-f7d721ee7eee.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Getting Started with PostGIS in QGIS on Windows</media:title>
            <media:description type="plain">In this video we''ll use EnterpriseDB and StackBuilder to get you up and running with #PostGIS on Windows. Then we'll connect to PostGIS from QGIS and make a table! 0:00 - Intro 0:18 - Installing PostgreSQL 1:38 - Enabling PostGIS with StackBuild...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 10 - North America (Livestream)]]></title>
            <link>https://video.osgeo.org/w/7w9PcpQZrNqN8nnbWFXZ8H</link>
            <guid>https://video.osgeo.org/w/7w9PcpQZrNqN8nnbWFXZ8H</guid>
            <pubDate>Thu, 28 Dec 2023 20:56:43 GMT</pubDate>
            <description><![CDATA[Today I livestreamed on Windows! I used #QGIS to create a map of the countries &amp; sovereignties that make up the Caribbean Sea. Lots of data filtering, labels using expressions, customized callouts, layout struggles and pronunciation learning in th...]]></description>
            <content:encoded><![CDATA[<p>Today I livestreamed on Windows! I used #QGIS to create a map of the countries &amp; sovereignties that make up the Caribbean Sea. Lots of data filtering, labels using expressions, customized callouts, layout struggles and pronunciation learning in this one. #30daymapchallenge</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="282828889" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/34cc93a3-cfcc-4580-a8ef-704da90e588b?videoFileIds=35676"/>
            <media:community>
                <media:statistics views="8"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/7w9PcpQZrNqN8nnbWFXZ8H"/>
            <media:player url="https://video.osgeo.org/w/7w9PcpQZrNqN8nnbWFXZ8H"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/e6eee268-4c1e-4241-89cd-daa61248e124-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/c6927d50-073a-44d0-9f8c-cb29d4eb9ac5-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="282828889" url="https://video.osgeo.org/static/streaming-playlists/hls/34cc93a3-cfcc-4580-a8ef-704da90e588b/2d71070c-042a-4c78-b50e-f0948e84616e-1080-fragmented.mp4" framerate="60" duration="2514" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="165253739" url="https://video.osgeo.org/static/streaming-playlists/hls/34cc93a3-cfcc-4580-a8ef-704da90e588b/bb1ae1e6-e4ce-4de6-b9c7-701a1d8c1681-720-fragmented.mp4" framerate="60" duration="2514" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/d462f4e2-59bb-4cb8-a83d-2fcb3836d380.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 10 - North America (Livestream)</media:title>
            <media:description type="plain">Today I livestreamed on Windows! I used #QGIS to create a map of the countries &amp; sovereignties that make up the Caribbean Sea. Lots of data filtering, labels using expressions, customized callouts, layout struggles and pronunciation learning in th...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 15 - OpenStreetMap]]></title>
            <link>https://video.osgeo.org/w/vhsySzBjgdQhPZYTeMmcW5</link>
            <guid>https://video.osgeo.org/w/vhsySzBjgdQhPZYTeMmcW5</guid>
            <pubDate>Thu, 28 Dec 2023 20:54:42 GMT</pubDate>
            <description><![CDATA[We’re working with OpenStreetmap for Day 15 of the #30daymapchallenge. We’ll learn how to use the QuickOSM plugin for #QGIS to download data and then style that data similarly to the OpenStreetMap tiles. Happy #GISDay!]]></description>
            <content:encoded><![CDATA[<p>We’re working with OpenStreetmap for Day 15 of the #30daymapchallenge. We’ll learn how to use the QuickOSM plugin for #QGIS to download data and then style that data similarly to the OpenStreetMap tiles. Happy #GISDay!</p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="133811402" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/ed254b36-f028-4c9c-b8e5-5f824a13569c?videoFileIds=35674"/>
            <media:community>
                <media:statistics views="10"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/vhsySzBjgdQhPZYTeMmcW5"/>
            <media:player url="https://video.osgeo.org/w/vhsySzBjgdQhPZYTeMmcW5"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/ca02c7e0-9fa6-4674-8071-958166f95e8c-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/55016c60-ad82-4473-968b-eb32c965c2b1-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="133811402" url="https://video.osgeo.org/static/streaming-playlists/hls/ed254b36-f028-4c9c-b8e5-5f824a13569c/cb43075e-9435-483d-aed3-b248d2b19262-1080-fragmented.mp4" framerate="30" duration="1266" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="85285828" url="https://video.osgeo.org/static/streaming-playlists/hls/ed254b36-f028-4c9c-b8e5-5f824a13569c/194d7bf0-d6f4-4f6f-a8f8-501bb7c8126b-720-fragmented.mp4" framerate="30" duration="1266" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/313186a0-5fdd-40f1-881f-1845b4674950.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 15 - OpenStreetMap</media:title>
            <media:description type="plain">We’re working with OpenStreetmap for Day 15 of the #30daymapchallenge. We’ll learn how to use the QuickOSM plugin for #QGIS to download data and then style that data similarly to the OpenStreetMap tiles. Happy #GISDay!</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 13 - Choropleth]]></title>
            <link>https://video.osgeo.org/w/6LUq3GwHiESkhJ5VjyFzmJ</link>
            <guid>https://video.osgeo.org/w/6LUq3GwHiESkhJ5VjyFzmJ</guid>
            <pubDate>Thu, 28 Dec 2023 20:52:24 GMT</pubDate>
            <description><![CDATA[For Day 13 - Choropleth I take the map we made on Day 3 - Polygons and improve it using advice from the book "Making Maps". #30daymapchallenge https://30daymapchallenge.com/, https://www.guilford.com/books/Making-Maps/Krygier-Wood/97814625099...]]></description>
            <content:encoded><![CDATA[<p>For Day 13 - Choropleth I take the map we made on Day 3 - Polygons and improve it using advice from the book "Making Maps". #30daymapchallenge</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.guilford.com/books/Making-Maps/Krygier-Wood/9781462509980" target="_blank" rel="noopener noreferrer">https://www.guilford.com/books/Making-Maps/Krygier-Wood/9781462509980</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="41289276" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/2ec2b887-cad4-4fa4-a767-caa05a6a14ee?videoFileIds=35672"/>
            <media:community>
                <media:statistics views="5"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/6LUq3GwHiESkhJ5VjyFzmJ"/>
            <media:player url="https://video.osgeo.org/w/6LUq3GwHiESkhJ5VjyFzmJ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/98245fdd-c4c3-4127-95e6-d596257370ee-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/88a29462-6202-4d20-8ccd-1157911c0f0e-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="41289276" url="https://video.osgeo.org/static/streaming-playlists/hls/2ec2b887-cad4-4fa4-a767-caa05a6a14ee/53f2b1f0-654f-4433-910f-1ddfec1b4be5-1080-fragmented.mp4" framerate="30" duration="466" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="27218858" url="https://video.osgeo.org/static/streaming-playlists/hls/2ec2b887-cad4-4fa4-a767-caa05a6a14ee/04b84913-6e22-44e8-ab92-16e67087301d-720-fragmented.mp4" framerate="30" duration="466" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/9b40c769-65ac-4420-b540-a431d782a31d.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 13 - Choropleth</media:title>
            <media:description type="plain">For Day 13 - Choropleth I take the map we made on Day 3 - Polygons and improve it using advice from the book "Making Maps". #30daymapchallenge https://30daymapchallenge.com/, https://www.guilford.com/books/Making-Maps/Krygier-Wood/97814625099...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 12 - South America]]></title>
            <link>https://video.osgeo.org/w/uXFwbLxvyQqVdnmEwPXXwx</link>
            <guid>https://video.osgeo.org/w/uXFwbLxvyQqVdnmEwPXXwx</guid>
            <pubDate>Thu, 28 Dec 2023 20:48:24 GMT</pubDate>
            <description><![CDATA[It's #30daymapchallenge Day 12 - South America and we're making a map of the continent using the flags of each country. France also makes an appearance. https://30daymapchallenge.com/, https://www.naturalearthdata.com, https://en.wikipedia.or...]]></description>
            <content:encoded><![CDATA[<p>It's #30daymapchallenge Day 12 - South America and we're making a map of the continent using the flags of each country. France also makes an appearance.</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
<li><a href="https://en.wikipedia.org/wiki/South_America" target="_blank" rel="noopener noreferrer">https://en.wikipedia.org/wiki/South_America</a></li>
<li><a href="https://en.wikipedia.org/wiki/French_Guiana" target="_blank" rel="noopener noreferrer">https://en.wikipedia.org/wiki/French_Guiana</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="93390143" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/ea862529-b4bc-4bee-8be3-2c525d69076f?videoFileIds=35670"/>
            <media:community>
                <media:statistics views="6"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/uXFwbLxvyQqVdnmEwPXXwx"/>
            <media:player url="https://video.osgeo.org/w/uXFwbLxvyQqVdnmEwPXXwx"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/21d93bfc-90bc-4e24-b611-f0b41249817f-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/cc56634e-1397-4d2e-a91e-fe352530eab2-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="93390143" url="https://video.osgeo.org/static/streaming-playlists/hls/ea862529-b4bc-4bee-8be3-2c525d69076f/4c337f32-5e10-4794-96a0-8c7a329c91fa-1080-fragmented.mp4" framerate="30" duration="822" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="58613621" url="https://video.osgeo.org/static/streaming-playlists/hls/ea862529-b4bc-4bee-8be3-2c525d69076f/aed5948c-5b46-4740-a14e-77c40a53736d-720-fragmented.mp4" framerate="30" duration="822" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/a457605d-5b74-4592-8a82-084a6aeb729e.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 12 - South America</media:title>
            <media:description type="plain">It's #30daymapchallenge Day 12 - South America and we're making a map of the continent using the flags of each country. France also makes an appearance. https://30daymapchallenge.com/, https://www.naturalearthdata.com, https://en.wikipedia.or...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 11 - Retro]]></title>
            <link>https://video.osgeo.org/w/dCTFNcMDRF6WG3GNAZC9Mr</link>
            <guid>https://video.osgeo.org/w/dCTFNcMDRF6WG3GNAZC9Mr</guid>
            <pubDate>Thu, 28 Dec 2023 20:45:58 GMT</pubDate>
            <description><![CDATA[It's Day 11 of #30daymapchallenge and the theme is "Retro". In this video I show you how to make a map like the ones featured in the 80s classic "WarGames" using #QGIS. That means lots of glowing lines, simple geometric symbols, console fonts and ...]]></description>
            <content:encoded><![CDATA[<p>It's Day 11 of #30daymapchallenge and the theme is "Retro". In this video I show you how to make a map like the ones featured in the 80s classic "WarGames" using #QGIS. That means lots of glowing lines, simple geometric symbols, console fonts and secret military data! Or maybe just public military data...</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.youtube.com/watch?v=ijVEvzTzlNo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=ijVEvzTzlNo</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
<li><a href="https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html" target="_blank" rel="noopener noreferrer">https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html</a></li>
<li><a href="https://www.arcgis.com/home/item.html?id=9df5e769bfe8412b8de36a2e618c7672" target="_blank" rel="noopener noreferrer">https://www.arcgis.com/home/item.html?id=9df5e769bfe8412b8de36a2e618c7672</a></li>
<li><a href="https://public.opendatasoft.com/explore/dataset/military-bases/information/" target="_blank" rel="noopener noreferrer">https://public.opendatasoft.com/explore/dataset/military-bases/information/</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="197616544" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/66544ad8-245a-47be-a3dc-8753fde34e5b?videoFileIds=35668"/>
            <media:community>
                <media:statistics views="7"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/dCTFNcMDRF6WG3GNAZC9Mr"/>
            <media:player url="https://video.osgeo.org/w/dCTFNcMDRF6WG3GNAZC9Mr"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/36fe489a-58c9-48a8-9523-6224bff22715-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/66fc4527-4bbb-41d5-9b18-bd33eb4395b7-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="197616544" url="https://video.osgeo.org/static/streaming-playlists/hls/66544ad8-245a-47be-a3dc-8753fde34e5b/28b40630-88f9-46a5-a8b6-b3d5826c7a5e-1080-fragmented.mp4" framerate="30" duration="2183" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="132537054" url="https://video.osgeo.org/static/streaming-playlists/hls/66544ad8-245a-47be-a3dc-8753fde34e5b/a7c27b0f-4b71-4008-8933-8a401d6c87ec-720-fragmented.mp4" framerate="30" duration="2183" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/78100001-7c0c-479b-816e-7ab1c101581e.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 11 - Retro</media:title>
            <media:description type="plain">It's Day 11 of #30daymapchallenge and the theme is "Retro". In this video I show you how to make a map like the ones featured in the 80s classic "WarGames" using #QGIS. That means lots of glowing lines, simple geometric symbols, console fonts and ...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 8 - Africa]]></title>
            <link>https://video.osgeo.org/w/3qXHTCsY5ZbeR5mUYy3kMU</link>
            <guid>https://video.osgeo.org/w/3qXHTCsY5ZbeR5mUYy3kMU</guid>
            <pubDate>Thu, 28 Dec 2023 20:44:43 GMT</pubDate>
            <description><![CDATA[Learn how to use Balloon Callouts and synchronize Symbology/Label coloring in #QGIS. That’s right - it’s Day 8 of #30daymapchallenge and we’re mapping western African countries for fun and learning! https://30daymapchallenge.com/, https://www....]]></description>
            <content:encoded><![CDATA[<p>Learn how to use Balloon Callouts and synchronize Symbology/Label coloring in #QGIS. That’s right - it’s Day 8 of #30daymapchallenge and we’re mapping western African countries for fun and learning!</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="69416021" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/13ae77c5-35e4-450e-9963-f4f6d10c3e62?videoFileIds=35666"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/3qXHTCsY5ZbeR5mUYy3kMU"/>
            <media:player url="https://video.osgeo.org/w/3qXHTCsY5ZbeR5mUYy3kMU"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/769a5f05-6844-45d9-a77e-e8c41378b496-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/f951ea14-1fe4-497a-907f-1842f4f0d717-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="69416021" url="https://video.osgeo.org/static/streaming-playlists/hls/13ae77c5-35e4-450e-9963-f4f6d10c3e62/9ff8bbe4-2722-4ee3-abba-d84615e2371e-1080-fragmented.mp4" framerate="30" duration="782" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="46677988" url="https://video.osgeo.org/static/streaming-playlists/hls/13ae77c5-35e4-450e-9963-f4f6d10c3e62/8341209e-1ff9-4ab4-b428-51032529e872-720-fragmented.mp4" framerate="30" duration="782" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/1b6d33c8-8a74-4697-b661-bc75e42b65fc.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 8 - Africa</media:title>
            <media:description type="plain">Learn how to use Balloon Callouts and synchronize Symbology/Label coloring in #QGIS. That’s right - it’s Day 8 of #30daymapchallenge and we’re mapping western African countries for fun and learning! https://30daymapchallenge.com/, https://www....</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 9 - Hexagon]]></title>
            <link>https://video.osgeo.org/w/6dkjJ4FNE24yED6sXRDymk</link>
            <guid>https://video.osgeo.org/w/6dkjJ4FNE24yED6sXRDymk</guid>
            <pubDate>Thu, 28 Dec 2023 20:42:47 GMT</pubDate>
            <description><![CDATA[For Day 9 of #30daymapchallenge we're collecting point data into a hexagon grid and styling it based on the number points using #qgis. https://30daymapchallenge.com/, https://www.naturalearthdata.com, Buy me a Coffee: https://ko-fi.com/l...]]></description>
            <content:encoded><![CDATA[<p>For Day 9 of #30daymapchallenge we're collecting point data into a hexagon grid and styling it based on the number points using #qgis.</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="64825756" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/2a3686d3-c1cd-4187-b2f3-79820c7ad653?videoFileIds=35664"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/6dkjJ4FNE24yED6sXRDymk"/>
            <media:player url="https://video.osgeo.org/w/6dkjJ4FNE24yED6sXRDymk"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/ca229d0a-cd12-440c-9db7-ad3da1508ab1-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/93658dd7-cbc5-4048-9668-1b43df92bed2-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="64825756" url="https://video.osgeo.org/static/streaming-playlists/hls/2a3686d3-c1cd-4187-b2f3-79820c7ad653/342a437d-eba2-49ef-9d31-3c217b4e1e45-1080-fragmented.mp4" framerate="30" duration="632" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="42161131" url="https://video.osgeo.org/static/streaming-playlists/hls/2a3686d3-c1cd-4187-b2f3-79820c7ad653/9f9d0d36-4d16-4f4d-be66-f336a12e4804-720-fragmented.mp4" framerate="30" duration="632" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/969851ea-9318-4d44-b658-c55957445754.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 9 - Hexagon</media:title>
            <media:description type="plain">For Day 9 of #30daymapchallenge we're collecting point data into a hexagon grid and styling it based on the number points using #qgis. https://30daymapchallenge.com/, https://www.naturalearthdata.com, Buy me a Coffee: https://ko-fi.com/l...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 7 - Navigation]]></title>
            <link>https://video.osgeo.org/w/s84joXmKezLtXZCz2bmFb2</link>
            <guid>https://video.osgeo.org/w/s84joXmKezLtXZCz2bmFb2</guid>
            <pubDate>Thu, 28 Dec 2023 20:40:08 GMT</pubDate>
            <description><![CDATA[For #30daymapchallenge Day 7 (Navigation) I’m revisiting adding images to Labels and make a map of businesses in my town. This time I use a Geometry Generator for better positioning control and the Blob type to store images as Feature Attributes. ...]]></description>
            <content:encoded><![CDATA[<p>For #30daymapchallenge Day 7 (Navigation) I’m revisiting adding images to Labels and make a map of businesses in my town. This time I use a Geometry Generator for better positioning control and the Blob type to store images as Feature Attributes. #QGIS for the win!</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.mentonealabama.gov" target="_blank" rel="noopener noreferrer">https://www.mentonealabama.gov</a></li>
<li>Mentone Inn Photo by Brad Lackey: <a href="https://www.lookoutphoto.com" target="_blank" rel="noopener noreferrer">https://www.lookoutphoto.com</a></li>
<li><a href="https://gis.stackexchange.com/questions/469661/setting-a-layers-raster-image-marker-x-y-location-based-on-the-x-y-coordinates" target="_blank" rel="noopener noreferrer">https://gis.stackexchange.com/questions/469661/setting-a-layers-raster-image-marker-x-y-location-based-on-the-x-y-coordinates</a></li>
<li><a href="https://gis.stackexchange.com/questions/367296/how-to-display-image-from-sqlite-database-at-each-point-qgis" target="_blank" rel="noopener noreferrer">https://gis.stackexchange.com/questions/367296/how-to-display-image-from-sqlite-database-at-each-point-qgis</a></li>
</ul>
<p>Geometry Generator Expression:<br />
make_point("auxiliary_storage_labeling_positionx", "auxiliary_storage_labeling_positiony")</p>
<p>Raster Image Expression:<br />
'base64:'||to_base64("image")</p>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="85629570" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/d389db17-80a2-416f-b7e9-992b2b8b9961?videoFileIds=35662"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/s84joXmKezLtXZCz2bmFb2"/>
            <media:player url="https://video.osgeo.org/w/s84joXmKezLtXZCz2bmFb2"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/30f7a839-3779-4a78-80d7-33abca886e9a-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/be7f6216-861b-40bb-acb1-4cfabf7ada90-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="85629570" url="https://video.osgeo.org/static/streaming-playlists/hls/d389db17-80a2-416f-b7e9-992b2b8b9961/5a4effe5-50a0-4963-9b39-734e8c9f3124-1080-fragmented.mp4" framerate="30" duration="971" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="55007834" url="https://video.osgeo.org/static/streaming-playlists/hls/d389db17-80a2-416f-b7e9-992b2b8b9961/c5df6725-99b6-4171-965e-a0c34afbab85-720-fragmented.mp4" framerate="30" duration="971" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/683c2c63-f949-4861-a16b-333e6504776f.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 7 - Navigation</media:title>
            <media:description type="plain">For #30daymapchallenge Day 7 (Navigation) I’m revisiting adding images to Labels and make a map of businesses in my town. This time I use a Geometry Generator for better positioning control and the Blob type to store images as Feature Attributes. ...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 6 - Asia]]></title>
            <link>https://video.osgeo.org/w/tD7sEot4hGFPe5yKUF8MQa</link>
            <guid>https://video.osgeo.org/w/tD7sEot4hGFPe5yKUF8MQa</guid>
            <pubDate>Thu, 28 Dec 2023 20:38:07 GMT</pubDate>
            <description><![CDATA[Let's make a map of the 10 most populated places in Asia using Natural Earth data for Day 6 of the #30daymapchallenge. We'll duplicate layers and style them differently, filter data, dissolve a bunch of countries together for a nice shadow and mak...]]></description>
            <content:encoded><![CDATA[<p>Let's make a map of the 10 most populated places in Asia using Natural Earth data for Day 6 of the #30daymapchallenge. We'll duplicate layers and style them differently, filter data, dissolve a bunch of countries together for a nice shadow and make a full size layout to top it all off - all in #QGIS!</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://www.naturalearthdata.com" target="_blank" rel="noopener noreferrer">https://www.naturalearthdata.com</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="97055546" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/dfd53e86-130b-4372-b12c-ff3bfe01da05?videoFileIds=35660"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/tD7sEot4hGFPe5yKUF8MQa"/>
            <media:player url="https://video.osgeo.org/w/tD7sEot4hGFPe5yKUF8MQa"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/44c6eb5b-eb43-4538-bc05-15c606180325-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/ca3fad16-f5e8-4bc0-a651-1ca76ed074c2-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="97055546" url="https://video.osgeo.org/static/streaming-playlists/hls/dfd53e86-130b-4372-b12c-ff3bfe01da05/7e47f94e-59ff-42c4-a575-b4b75c5d61bf-1080-fragmented.mp4" framerate="30" duration="949" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="64517185" url="https://video.osgeo.org/static/streaming-playlists/hls/dfd53e86-130b-4372-b12c-ff3bfe01da05/7d9a8e93-9fae-49f0-8306-1c69c5220f1c-720-fragmented.mp4" framerate="30" duration="949" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/f3fc2cff-e651-4ca5-bff9-b336aaec6ce6.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 6 - Asia</media:title>
            <media:description type="plain">Let's make a map of the 10 most populated places in Asia using Natural Earth data for Day 6 of the #30daymapchallenge. We'll duplicate layers and style them differently, filter data, dissolve a bunch of countries together for a nice shadow and mak...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 4 - A Bad Map]]></title>
            <link>https://video.osgeo.org/w/7pnurbbZEzYoy5rYiNcmNL</link>
            <guid>https://video.osgeo.org/w/7pnurbbZEzYoy5rYiNcmNL</guid>
            <pubDate>Thu, 28 Dec 2023 20:32:54 GMT</pubDate>
            <description><![CDATA[In this video I use a lot of drop shadows and fight the urge to make improvements to a map. It's Day 4 of the #30daymapchallenge - make a bad map! https://30daymapchallenge.com/, https://en.wikipedia.org/wiki/Big_Audio_Dynamite, Buy me a ...]]></description>
            <content:encoded><![CDATA[<p>In this video I use a lot of drop shadows and fight the urge to make improvements to a map. It's Day 4 of the #30daymapchallenge - make a bad map!</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Big_Audio_Dynamite" target="_blank" rel="noopener noreferrer">https://en.wikipedia.org/wiki/Big_Audio_Dynamite</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="136550583" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/33da2eb8-7a7b-4e7b-af15-ea403a132a20?videoFileIds=35658"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/7pnurbbZEzYoy5rYiNcmNL"/>
            <media:player url="https://video.osgeo.org/w/7pnurbbZEzYoy5rYiNcmNL"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/d0f3556d-96fa-476d-9ff1-59e6e17bf25f-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/b87c0287-f1f4-4ce7-93e6-500755543b2c-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="136550583" url="https://video.osgeo.org/static/streaming-playlists/hls/33da2eb8-7a7b-4e7b-af15-ea403a132a20/708a8e5a-c2ed-44cb-8969-bdc06a93584b-1080-fragmented.mp4" framerate="30" duration="983" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="99235299" url="https://video.osgeo.org/static/streaming-playlists/hls/33da2eb8-7a7b-4e7b-af15-ea403a132a20/58713601-0b5d-49f2-b093-d57140a8deac-720-fragmented.mp4" framerate="30" duration="983" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/2eacbf60-cc85-467c-9781-1938a7fe1bcc.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 4 - A Bad Map</media:title>
            <media:description type="plain">In this video I use a lot of drop shadows and fight the urge to make improvements to a map. It's Day 4 of the #30daymapchallenge - make a bad map! https://30daymapchallenge.com/, https://en.wikipedia.org/wiki/Big_Audio_Dynamite, Buy me a ...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 5 - Analog]]></title>
            <link>https://video.osgeo.org/w/eZ8XrYTGY5rSyM2hza984X</link>
            <guid>https://video.osgeo.org/w/eZ8XrYTGY5rSyM2hza984X</guid>
            <pubDate>Thu, 28 Dec 2023 20:32:32 GMT</pubDate>
            <description><![CDATA[I take an alternate definition of the word "analog" and make a map of the real world locations found in the game #Fallout76 for #30daymapchallenge.  I use an Expression to get a two-line label and a Raster Image Marker to put screenshots of the ga...]]></description>
            <content:encoded><![CDATA[<p>I take an alternate definition of the word "analog" and make a map of the real world locations found in the game #Fallout76 for #30daymapchallenge.  I use an Expression to get a two-line label and a Raster Image Marker to put screenshots of the game next to those labels.</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://wvtourism.com/insiders-guide-to-real-world-wv-locations-in-fallout-76/" target="_blank" rel="noopener noreferrer">https://wvtourism.com/insiders-guide-to-real-world-wv-locations-in-fallout-76/</a></li>
<li><a href="https://www.weather.gov/gis/USStates" target="_blank" rel="noopener noreferrer">https://www.weather.gov/gis/USStates</a></li>
<li><a href="https://catalog.data.gov/dataset/tiger-line-shapefile-2019-nation-u-s-primary-roads-national-shapefile" target="_blank" rel="noopener noreferrer">https://catalog.data.gov/dataset/tiger-line-shapefile-2019-nation-u-s-primary-roads-national-shapefile</a></li>
<li><a href="https://fallout.fandom.com/wiki/Category:Fallout_76_locations" target="_blank" rel="noopener noreferrer">https://fallout.fandom.com/wiki/Category:Fallout_76_locations</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="175391003" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/714119bc-3c28-497e-95d7-86b7e37478d1?videoFileIds=35656"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/eZ8XrYTGY5rSyM2hza984X"/>
            <media:player url="https://video.osgeo.org/w/eZ8XrYTGY5rSyM2hza984X"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/30dde731-ea90-43e9-bec1-220d44bb90f8-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/157ac88d-0086-4722-8af4-a9c70f6e0c61-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="175391003" url="https://video.osgeo.org/static/streaming-playlists/hls/714119bc-3c28-497e-95d7-86b7e37478d1/16af502e-41be-4fa9-8273-2be8f8104471-1080-fragmented.mp4" framerate="30" duration="1633" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="115624902" url="https://video.osgeo.org/static/streaming-playlists/hls/714119bc-3c28-497e-95d7-86b7e37478d1/dc9e0e1a-d289-4652-96c3-2860a88f87ad-720-fragmented.mp4" framerate="30" duration="1633" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/5b04a31e-43a3-4491-a335-3ff5f4c3dede.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 5 - Analog</media:title>
            <media:description type="plain">I take an alternate definition of the word "analog" and make a map of the real world locations found in the game #Fallout76 for #30daymapchallenge.  I use an Expression to get a two-line label and a Raster Image Marker to put screenshots of the ga...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 3 - Polygons]]></title>
            <link>https://video.osgeo.org/w/fmbzYt1Ur7PtKZHeJZNp2w</link>
            <guid>https://video.osgeo.org/w/fmbzYt1Ur7PtKZHeJZNp2w</guid>
            <pubDate>Thu, 28 Dec 2023 20:28:53 GMT</pubDate>
            <description><![CDATA[The theme for Day 3 of the #30daymapchallenge is Polygons! In this video I show you how to make a map of postal codes and use Graduated Symbology to represent their attributes. https://30daymapchallenge.com/, https://data-algeohub.opendata.arc...]]></description>
            <content:encoded><![CDATA[<p>The theme for Day 3 of the #30daymapchallenge is Polygons! In this video I show you how to make a map of postal codes and use Graduated Symbology to represent their attributes.</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://data-algeohub.opendata.arcgis.com/search?groupIds=f9d89eb1c7c64ed39ab92c2e541369c4&amp;type=feature%20layer" target="_blank" rel="noopener noreferrer">https://data-algeohub.opendata.arcgis.com/search?groupIds=f9d89eb1c7c64ed39ab92c2e541369c4&amp;type=feature layer</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="78361121" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/74315720-8f80-4860-86ea-4bc59462b154?videoFileIds=35654"/>
            <media:community>
                <media:statistics views="4"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/fmbzYt1Ur7PtKZHeJZNp2w"/>
            <media:player url="https://video.osgeo.org/w/fmbzYt1Ur7PtKZHeJZNp2w"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/3feaf212-be10-4364-b23e-c6c63671e86e-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/6691f715-42d4-4ba0-b076-3e758582daca-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="78361121" url="https://video.osgeo.org/static/streaming-playlists/hls/74315720-8f80-4860-86ea-4bc59462b154/3b880d11-d8f4-4081-b56e-fdad49654f05-1080-fragmented.mp4" framerate="30" duration="806" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="51237751" url="https://video.osgeo.org/static/streaming-playlists/hls/74315720-8f80-4860-86ea-4bc59462b154/fb6e232b-4236-44b9-8566-54f874806107-720-fragmented.mp4" framerate="30" duration="806" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/f272b418-e057-4d23-a3ed-38b7d31e344f.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 3 - Polygons</media:title>
            <media:description type="plain">The theme for Day 3 of the #30daymapchallenge is Polygons! In this video I show you how to make a map of postal codes and use Graduated Symbology to represent their attributes. https://30daymapchallenge.com/, https://data-algeohub.opendata.arc...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 1 - Points]]></title>
            <link>https://video.osgeo.org/w/71QAeqJhK1by18fYiYYc5R</link>
            <guid>https://video.osgeo.org/w/71QAeqJhK1by18fYiYYc5R</guid>
            <pubDate>Thu, 28 Dec 2023 20:27:16 GMT</pubDate>
            <description><![CDATA[Eager to participate in the #30DayMapChallenge but have limited time? Follow this video and learn how to make a Point map of California National Parks using QGIS in under 20 minutes. Pick your own state and show me what you made! https://30daym...]]></description>
            <content:encoded><![CDATA[<p>Eager to participate in the #30DayMapChallenge but have limited time? Follow this video and learn how to make a Point map of California National Parks using QGIS in under 20 minutes. Pick your own state and show me what you made!</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://public-nps.opendata.arcgis.com/search?collection=Dataset&amp;q=boundaries" target="_blank" rel="noopener noreferrer">https://public-nps.opendata.arcgis.com/search?collection=Dataset&amp;q=boundaries</a></li>
<li><a href="https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html" target="_blank" rel="noopener noreferrer">https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="88628849" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/30b4c6d8-0119-48bd-9017-d1103b90bd85?videoFileIds=35652"/>
            <media:community>
                <media:statistics views="9"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/71QAeqJhK1by18fYiYYc5R"/>
            <media:player url="https://video.osgeo.org/w/71QAeqJhK1by18fYiYYc5R"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/a5bbb4e4-144f-4245-8d82-ca311ebe8743-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/48c8fa04-c666-4f2c-91a3-26de05a85816-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="88628849" url="https://video.osgeo.org/static/streaming-playlists/hls/30b4c6d8-0119-48bd-9017-d1103b90bd85/6639b7a2-a265-4c32-91d6-e0fb402b6e57-1080-fragmented.mp4" framerate="30" duration="1132" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="60150339" url="https://video.osgeo.org/static/streaming-playlists/hls/30b4c6d8-0119-48bd-9017-d1103b90bd85/57b26312-f010-4147-b93d-2c85aa34450f-720-fragmented.mp4" framerate="30" duration="1132" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/fda70ed0-648b-41a2-bee7-3e8b736cd978.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 1 - Points</media:title>
            <media:description type="plain">Eager to participate in the #30DayMapChallenge but have limited time? Follow this video and learn how to make a Point map of California National Parks using QGIS in under 20 minutes. Pick your own state and show me what you made! https://30daym...</media:description>
        </item>
        <item>
            <title><![CDATA[30 Day Map Challenge 2023: Day 2 - Lines]]></title>
            <link>https://video.osgeo.org/w/b6p8xAdMRy9GsUuaza9QXq</link>
            <guid>https://video.osgeo.org/w/b6p8xAdMRy9GsUuaza9QXq</guid>
            <pubDate>Thu, 28 Dec 2023 20:24:53 GMT</pubDate>
            <description><![CDATA[Today’s theme is Lines and I show you how to make a map of the Longest US Interstates in under 14 minutes with QGIS. I use things like Collect Geometries, Layer Filters, Field Calculator and Map Legends. https://30daymapchallenge.com/, https:/...]]></description>
            <content:encoded><![CDATA[<p>Today’s theme is Lines and I show you how to make a map of the Longest US Interstates in under 14 minutes with QGIS. I use things like Collect Geometries, Layer Filters, Field Calculator and Map Legends.</p>
<ul>
<li><a href="https://30daymapchallenge.com/" target="_blank" rel="noopener noreferrer">https://30daymapchallenge.com/</a></li>
<li><a href="https://catalog.data.gov/dataset/tiger-line-shapefile-2019-nation-u-s-primary-roads-national-shapefile" target="_blank" rel="noopener noreferrer">https://catalog.data.gov/dataset/tiger-line-shapefile-2019-nation-u-s-primary-roads-national-shapefile</a></li>
<li><a href="https://www.weather.gov/gis/USStates" target="_blank" rel="noopener noreferrer">https://www.weather.gov/gis/USStates</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="83282684" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/51bc5c20-5496-4c29-99ff-dab2b23d29fe?videoFileIds=35650"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/b6p8xAdMRy9GsUuaza9QXq"/>
            <media:player url="https://video.osgeo.org/w/b6p8xAdMRy9GsUuaza9QXq"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/7a6ed34c-f232-4435-ba71-72aa1ffbe049-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/30a24d7d-2a24-4750-922f-a68af274896a-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="83282684" url="https://video.osgeo.org/static/streaming-playlists/hls/51bc5c20-5496-4c29-99ff-dab2b23d29fe/5927060d-99f7-4790-8080-dab155192df9-1080-fragmented.mp4" framerate="30" duration="824" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="54569441" url="https://video.osgeo.org/static/streaming-playlists/hls/51bc5c20-5496-4c29-99ff-dab2b23d29fe/16c9933a-cd82-4b3f-bba6-c142f592aadf-720-fragmented.mp4" framerate="30" duration="824" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/dc6412f1-0ec9-4cb7-808c-b958bcdd5331.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">30 Day Map Challenge 2023: Day 2 - Lines</media:title>
            <media:description type="plain">Today’s theme is Lines and I show you how to make a map of the Longest US Interstates in under 14 minutes with QGIS. I use things like Collect Geometries, Layer Filters, Field Calculator and Map Legends. https://30daymapchallenge.com/, https:/...</media:description>
        </item>
        <item>
            <title><![CDATA[3 Ways to Convert Singlepart Layers to Multipart Layers in QGIS]]></title>
            <link>https://video.osgeo.org/w/cqEYeW3ouE4NeetqmoDD4U</link>
            <guid>https://video.osgeo.org/w/cqEYeW3ouE4NeetqmoDD4U</guid>
            <pubDate>Thu, 28 Dec 2023 20:24:29 GMT</pubDate>
            <description><![CDATA[Learn how to convert Singlepart Layers to Multipart Layers using Promote to Multipart, Collect Geometries and Aggregate in QGIS 00:00 - Intro 00:09 - Overview 00:47 - Project Setup 02:10 - Method 1: Promote to Multipart 03:28 - Method 2: Collect ...]]></description>
            <content:encoded><![CDATA[<p>Learn how to convert Singlepart Layers to Multipart Layers using Promote to Multipart, Collect Geometries and Aggregate in QGIS</p>
<p>00:00 - Intro<br />
00:09 - Overview<br />
00:47 - Project Setup<br />
02:10 - Method 1: Promote to Multipart<br />
03:28 - Method 2: Collect Geometries<br />
05:17 - Method 3: Aggregate<br />
08:52 - Outro</p>
<ul>
<li>US States and Territories Shapefile - <a href="https://www.weather.gov/gis/USStates" target="_blank" rel="noopener noreferrer">https://www.weather.gov/gis/USStates</a></li>
<li>Working with Multipart Layers in QGIS: <a href="https://www.youtube.com/watch?v=Gkc2s0dBwY8" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=Gkc2s0dBwY8</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="54027439" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/5c866442-de49-4dd2-9d56-1c3a83965f3e?videoFileIds=35648"/>
            <media:community>
                <media:statistics views="5"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/cqEYeW3ouE4NeetqmoDD4U"/>
            <media:player url="https://video.osgeo.org/w/cqEYeW3ouE4NeetqmoDD4U"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/77cec04b-7ffe-46fe-bd03-65cf376d7c8b-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/4c19806b-1d1d-4904-a947-e4205778a563-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="54027439" url="https://video.osgeo.org/static/streaming-playlists/hls/5c866442-de49-4dd2-9d56-1c3a83965f3e/efbb5af7-fd40-4a91-8435-b1d4836932b6-1080-fragmented.mp4" framerate="30" duration="558" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="36427976" url="https://video.osgeo.org/static/streaming-playlists/hls/5c866442-de49-4dd2-9d56-1c3a83965f3e/c873e7fa-23d5-4a2d-888c-78474f3d0e13-720-fragmented.mp4" framerate="30" duration="558" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/c21c5742-322d-4066-a0e6-44d1b4258f0f.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">3 Ways to Convert Singlepart Layers to Multipart Layers in QGIS</media:title>
            <media:description type="plain">Learn how to convert Singlepart Layers to Multipart Layers using Promote to Multipart, Collect Geometries and Aggregate in QGIS 00:00 - Intro 00:09 - Overview 00:47 - Project Setup 02:10 - Method 1: Promote to Multipart 03:28 - Method 2: Collect ...</media:description>
        </item>
        <item>
            <title><![CDATA[Working with Multipart Features in QGIS]]></title>
            <link>https://video.osgeo.org/w/q6EN9meEuk6EZZMUS16JED</link>
            <guid>https://video.osgeo.org/w/q6EN9meEuk6EZZMUS16JED</guid>
            <pubDate>Thu, 28 Dec 2023 20:18:50 GMT</pubDate>
            <description><![CDATA[In this video I’ll be showing you how to create and edit multipart features in QGIS. We’ll be covering multipart polygons, lines and points. 00:00 - Intro 00:09 - Overview 00:19 - Using QGIS 3.28 LTR 00:46 - What is a MultiPart Feature? 01:01 - M...]]></description>
            <content:encoded><![CDATA[<p>In this video I’ll be showing you how to create and edit multipart features in QGIS. We’ll be covering multipart polygons, lines and points.</p>
<p>00:00 - Intro<br />
00:09 - Overview<br />
00:19 - Using QGIS 3.28 LTR<br />
00:46 - What is a MultiPart Feature?<br />
01:01 - Multipart Polygons<br />
04:04 - Multipart Lines<br />
04:53 - Multipart Points<br />
05:40 - Enabling the Advanced Digitizing Toolbar<br />
06:02 - Creating MultiPolygon Layers<br />
07:47 - Adding Parts to a MultiPolygon Feature<br />
09:49 - Creating MultiLine Layers<br />
11:26 - Adding Parts to a MultiLine Feature<br />
12:19 - Creating MultiPoint Layers<br />
13:14 - Adding Parts to MultiPoint Feature<br />
14:25 - Deleting Parts from a Multipart Feature<br />
15:12 - Splitting Parts in a Multipart Feature<br />
16:14 - Converting Multipart Layers to Singlepart Layers<br />
18:51 - Outro</p>
<ul>
<li>Unofficial QGIS Discord Server - <a href="https://discord.gg/9eA7P6U" target="_blank" rel="noopener noreferrer">https://discord.gg/9eA7P6U</a></li>
<li>US States and Territories Shapefile - <a href="https://www.weather.gov/gis/USStates" target="_blank" rel="noopener noreferrer">https://www.weather.gov/gis/USStates</a></li>
<li>Shapefile must die! - <a href="http://switchfromshapefile.org" target="_blank" rel="noopener noreferrer">http://switchfromshapefile.org</a></li>
<li>3 Ways to Convert Singlepart Layers to Multipart Layers in QGIS: <a href="https://youtu.be/Unh064Y8x3Y" target="_blank" rel="noopener noreferrer">https://youtu.be/Unh064Y8x3Y</a></li>
</ul>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="90608714" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/c325f48f-c381-40a4-b020-5d5dc3601d31?videoFileIds=35646"/>
            <media:community>
                <media:statistics views="24"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/q6EN9meEuk6EZZMUS16JED"/>
            <media:player url="https://video.osgeo.org/w/q6EN9meEuk6EZZMUS16JED"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/274dfe83-0241-4a86-92aa-648b86d02dd6-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/de0614e5-523d-40ea-80ec-c2a52d63f943-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="90608714" url="https://video.osgeo.org/static/streaming-playlists/hls/c325f48f-c381-40a4-b020-5d5dc3601d31/3eb648f3-1a46-4eb8-91b6-6de065d91b3b-1080-fragmented.mp4" framerate="30" duration="1155" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="61345499" url="https://video.osgeo.org/static/streaming-playlists/hls/c325f48f-c381-40a4-b020-5d5dc3601d31/b41e9c80-410b-40a1-86ea-872f0e3f6614-720-fragmented.mp4" framerate="30" duration="1155" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/3f006ec0-26ab-49e5-ab6e-7868ea7e5330.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Working with Multipart Features in QGIS</media:title>
            <media:description type="plain">In this video I’ll be showing you how to create and edit multipart features in QGIS. We’ll be covering multipart polygons, lines and points. 00:00 - Intro 00:09 - Overview 00:19 - Using QGIS 3.28 LTR 00:46 - What is a MultiPart Feature? 01:01 - M...</media:description>
        </item>
        <item>
            <title><![CDATA[Working with Polygon Layers in QGIS]]></title>
            <link>https://video.osgeo.org/w/aXR6PpGH3gexgDtb7rjWyt</link>
            <guid>https://video.osgeo.org/w/aXR6PpGH3gexgDtb7rjWyt</guid>
            <pubDate>Thu, 28 Dec 2023 20:13:40 GMT</pubDate>
            <description><![CDATA[Learn how to create Polygon Layers and how to add, edit, move, delete and style Polygons in QGIS. I also go over Snapping and Topological Editing. 00:00 - Intro 00:30 - When to use Polygon Layers and Polygons 01:22 - Project Setup 01:32 - Creatin...]]></description>
            <content:encoded><![CDATA[<p>Learn how to create Polygon Layers and how to add, edit, move, delete and style Polygons in QGIS. I also go over Snapping and Topological Editing.</p>
<p>00:00 - Intro<br />
00:30 - When to use Polygon Layers and Polygons<br />
01:22 - Project Setup<br />
01:32 - Creating a Polygon Layer<br />
03:22 - Adding Polygons to a Polygon Layer<br />
05:42 - Editing Polygons<br />
06:55 - Adding Holes (Rings) to Polygons<br />
07:52 - Editing Rings<br />
08:35 - Filling Rings<br />
10:10 - Snapping &amp; Topological Editing<br />
12:08 - Reshaping Polygons<br />
13:54 - Snapping Vertices<br />
15:59 - Styling Polygons<br />
17:35 - Outro</p>

<p>Buy me a Coffee: <a href="https://ko-fi.com/lostmapper" target="_blank" rel="noopener noreferrer">https://ko-fi.com/lostmapper</a></p>
<p>Mastodon: <a href="https://mapstodon.space/@lostmapper" target="_blank" rel="noopener noreferrer">https://mapstodon.space/@lostmapper</a><br />
Web site: <a href="https://lostmapper.com" target="_blank" rel="noopener noreferrer">https://lostmapper.com</a><br />
Email: <a target="_blank" rel="noopener noreferrer">brian@lostmapper.com</a></p>
]]></content:encoded>
            <dc:creator>lostmapper</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="83443782" type="video/mp4" url="https://video.osgeo.org/download/videos/generate/50ae6a17-be4b-4486-ba6c-10725bd4c513?videoFileIds=35644"/>
            <media:community>
                <media:statistics views="11"/>
            </media:community>
            <media:embed url="https://video.osgeo.org/videos/embed/aXR6PpGH3gexgDtb7rjWyt"/>
            <media:player url="https://video.osgeo.org/w/aXR6PpGH3gexgDtb7rjWyt"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/5601c7dd-bb8a-4144-ab0c-2db104d7393c-1080-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://video.osgeo.org/lazy-static/torrents/f8a7517e-d109-4c7a-8675-e5d0cd0425fc-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="83443782" url="https://video.osgeo.org/static/streaming-playlists/hls/50ae6a17-be4b-4486-ba6c-10725bd4c513/3f5e2a0d-552a-490d-9402-26ddd7c26130-1080-fragmented.mp4" framerate="30" duration="1078" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="55989687" url="https://video.osgeo.org/static/streaming-playlists/hls/50ae6a17-be4b-4486-ba6c-10725bd4c513/198331ac-d662-4929-9265-d565cd0657f7-720-fragmented.mp4" framerate="30" duration="1078" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://video.osgeo.org/lazy-static/thumbnails/2aa87eba-b03b-49de-bd3f-18d30b51a9cf.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Working with Polygon Layers in QGIS</media:title>
            <media:description type="plain">Learn how to create Polygon Layers and how to add, edit, move, delete and style Polygons in QGIS. I also go over Snapping and Topological Editing. 00:00 - Intro 00:30 - When to use Polygon Layers and Polygons 01:22 - Project Setup 01:32 - Creatin...</media:description>
        </item>
    </channel>
</rss>