<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Downfallnotes</title>
    <link>http://blueriverprints.com/docs/geoprocessing/</link>
    <description>Recent content on Downfallnotes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://blueriverprints.com/docs/geoprocessing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Switch Between GDAL Versions</title>
      <link>http://blueriverprints.com/docs/geoprocessing/switch-gdal-versions/</link>
      <pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate>
      <guid>http://blueriverprints.com/docs/geoprocessing/switch-gdal-versions/</guid>
      <description>&lt;h1 id=&#34;switch-between-gdal-versions&#34;&gt;&#xA;  Switch Between GDAL Versions&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#switch-between-gdal-versions&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;I’m a big fan of &lt;a href=&#34;http://qgis.org/&#34;&gt;QGIS&lt;/a&gt; and use it all the time. It’s gotten so stable and fast. It is such a joy to use now! On one of the recent versions that I upgraded to it went from using GDAL 1.11.x to using 2.1.x. This is great, but sometimes I need to be able to write to File Geodatabases. The &lt;a href=&#34;http://www.gdal.org/drv_filegdb.html&#34;&gt;FileGDB driver&lt;/a&gt; and the &lt;a href=&#34;http://appsforms.esri.com/products/download/#File_Geodatabase_API_1.3&#34;&gt;ESRI FileGDB API SDK&lt;/a&gt; that I installed for GDAL 1.11.x no longer works under GDAL 2.1, and as far as I can tell, there is no ESRI FileGDB API SDK that is compatible with GDAL 2.1.x.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Importing Natural Earth Data geopackage into PostGIS</title>
      <link>http://blueriverprints.com/docs/geoprocessing/import-naturalearthdata-postgis/</link>
      <pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate>
      <guid>http://blueriverprints.com/docs/geoprocessing/import-naturalearthdata-postgis/</guid>
      <description>&lt;hr&gt;&#xA;&lt;h3 id=&#34;tutorial-videos&#34;&gt;&#xA;  Tutorial Videos&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#tutorial-videos&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;This covers the steps outlined below for those inclined to video.&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/CwGceYBngbE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;h3 id=&#34;natural-earth-data&#34;&gt;&#xA;  Natural Earth Data&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#natural-earth-data&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;The Natural Earth datasets are an incredible resource. If you’re a cartographer you probably already know about it, and if not, you should definitely check it out. It’s a project spearheaded by some fantastic folks affiliated with NACIS. NACIS is a great organization that does so much for the cartographic community–check them out! I use Natural Earth Data a lot so it made sense for me to get all of the data into a format where I could import/crop any dataset into my Illustrator/MAPublisher document without having to even touch a GIS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ogr2ogr - working with file geodatabases (.gdb)</title>
      <link>http://blueriverprints.com/docs/geoprocessing/ogr-gdb/</link>
      <pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate>
      <guid>http://blueriverprints.com/docs/geoprocessing/ogr-gdb/</guid>
      <description>&lt;h1 id=&#34;ogr2ogr---working-with-file-geodatabases-gdb&#34;&gt;&#xA;  ogr2ogr - working with file geodatabases (.gdb)&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#ogr2ogr---working-with-file-geodatabases-gdb&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;import-a-gdb-into-a-new-blank-gdb&#34;&gt;&#xA;  import a .gdb into a new, blank .gdb&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#import-a-gdb-into-a-new-blank-gdb&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;ogr2ogr -progress -f &amp;quot;FileGDB&amp;quot; canvec_250K_Hydro.gdb canvec_250K_AB_Hydro.gdb&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;import-a-whole-folder-of-gdbs-to-append-to-the-one-just-created-minus-the-one-used-to-create&#34;&gt;&#xA;  import a whole folder of .gdb&amp;rsquo;s to append to the one just created (minus the one used to create):&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#import-a-whole-folder-of-gdbs-to-append-to-the-one-just-created-minus-the-one-used-to-create&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;for f in *.gdb; do ogr2ogr -update -append -progress canvec_250K_Hydro.gdb $f -f &amp;quot;FileGDB&amp;quot;; done;&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;import-a-single-gdb-into-postgis&#34;&gt;&#xA;  import a single gdb into postgis&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#import-a-single-gdb-into-postgis&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;ogr2ogr -overwrite -progress -skipfailures -f &amp;ldquo;PostgreSQL&amp;rdquo; PG:&amp;ldquo;dbname=dm106 user=jrobertson port=5432&amp;rdquo; /Users/jrobertson/data/_Generic/DM10.6/ACA_DataMaps106_base.gdb &amp;ndash;config PG_USE_COPY YES&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
