]> granicus.if.org Git - postgis/commitdiff
fix some faqs I got wrong, break out some long faqs. Add Tamas nightly build to...
authorRegina Obe <lr@pcorp.us>
Tue, 4 May 2010 15:36:34 +0000 (15:36 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 4 May 2010 15:36:34 +0000 (15:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5610 b70326c6-7e19-0410-871a-916f4a2858ee

doc/faq_wktraster.xml

index 3e0598d00a8b635f876ea9fbffae318764ec9fd3..8216cc923a9ee9d4581a2007444411bf8cedf153 100644 (file)
                <para>The driver currently doesn't support irregularly blocked rasters, 
                although you can store irregularly blocked rasters in PostGIS raster data type.</para>
                <para>If you are compiling from source, you need to include in your configure 
-                <programlisting>--enable-FEATURE=WKTRaster --with-pg=path/to/pg_config</programlisting>  to enable the driver.
+                <programlisting>--with-pg=path/to/pg_config</programlisting>  to enable the driver.
+                Refer to <ulink url="http://trac.osgeo.org/gdal/wiki/BuildHints">GDAL Build Hints</ulink> for tips
+                on building gdal against in various OS platforms.
                 </para>
                 <para>If your version of GDAL is compiled with the WKT Raster driver 
                 you should see PostGIS WKT Raster in list when you do 
                 <programlisting>gdalinfo --formats</programlisting></para>
-                <para><ulink url="http://fwtools.maptools.org/">FWTools latest version for Windows is compiled with WKT Raster support</ulink>.</para>
+                
                 <para>To get a summary about your raster via gdal use gdalinfo:
                 <programlisting>gdalinfo  "PG:host=localhost port=5432 dbname='mygisdb' user='postgres' password='whatever' schema='someschema' table=sometable"</programlisting>
                 </para>
+               
                 <para>To export data to other raster formats, 
                        use gdal_translate the below will export all data from a table to a PNG file at 10% size.</para>
                 <para>Depending on your pixel band types, some translations may not work if the export format does not support that Pixel type.  
       </answer>
     </qandaentry>
     
+    <qandaentry>
+       <question><para>Are their binaries of GDAL available already compiled with PostGIS WKT Raster suppport?</para></question>
+       <answer>
+               <para>Yes. Check out the page <ulink url="http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries">GDAL Binaries</ulink> page.  Any compiled wiht PostgreSQL
+               support should have PostGIS WKT Raster in them.  </para>
+               <para>We know for sure the following windows binaries have PostGIS WKT Raster built in.</para>
+               <para><ulink url="http://fwtools.maptools.org/">FWTools latest stable version for Windows is compiled with WKT Raster support</ulink>.</para>
+               <para>PostGIS WKT Raster is undergoing many changes.  If you want to get the latest nightly build for Windows -- then check out 
+                the Tamas Szekeres  nightly builds built with Visual Studio which contain GDAL trunk, Python Bindings and Mapserver executables.  Just
+                       click the SDK bat and run your commands from there.  <ulink url="http://vbkto.dyndns.org/sdk/">http://vbkto.dyndns.org/sdk/</ulink>.
+                       Also available are VS project files.</para>
+       </answer>
+    </qandaentry>
+    
     <qandaentry>
       <question>
         <para>What tools can I use to view PostGIS raster data?</para>