Hey thanks a lot Michi. It works like a charm.<br><br><div class="gmail_quote">On Thu, Nov 22, 2012 at 3:21 AM,  <span dir="ltr"><<a href="mailto:Michael.Scholz@dlr.de" target="_blank">Michael.Scholz@dlr.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="DE" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Moin.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">The PostGIS documentation is a good starting point. You can use the command line shp2pgsql loader (<a href="http://postgis.refractions.net/documentation/manual-2.0/using_postgis_dbmanagement.html#shp2pgsql_usage" target="_blank">http://postgis.refractions.net/documentation/manual-2.0/using_postgis_dbmanagement.html#shp2pgsql_usage</a>)
 which comes with your PostGIS installation. <u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">To batch-load shapefiles on Ubuntu shell, you could use a for-loop. Example:
<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">user@server:/your/directory> for shape in *<b>.shp; do shp2pgsql -c -D -s 4326 -I $shape yourschema.${shape%.</b>*} | psql -d yourdatabase; done<u></u><u></u></span></p>


<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Set all parameters of shp2pgsql according to your needs, especially the SRID (-s).<u></u><u></u></span></p>


<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Ahoi! Michi<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">Von:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:postgis-users-bounces@lists.osgeo.org" target="_blank">postgis-users-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:postgis-users-bounces@lists.osgeo.org" target="_blank">postgis-users-bounces@lists.osgeo.org</a>]
<b>Im Auftrag von </b>Smaran Harihar<br>
<b>Gesendet:</b> Mittwoch, 21. November 2012 20:23<br>
<b>An:</b> PostGIS Users Discussion<br>
<b>Betreff:</b> [postgis-users] Fwd: Pushing all the shapefiles into the Postgres<u></u><u></u></span></p>
</div>
</div><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">And I am working on the command line as I am on remote Ubuntu Server. So the
<a href="http://workshops.opengeo.org/postgis-intro/" target="_blank">Introduction</a> given in the OpenGeo Workshop is not really helpful.<br>
<br>
Thanks,<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Smaran<u></u><u></u></p>
<div>
<p class="MsoNormal">---------- Forwarded message ----------<br>
From: <b>Smaran Harihar</b> <<a href="mailto:smaran.harihar@gmail.com" target="_blank">smaran.harihar@gmail.com</a>><br>
Date: Wed, Nov 21, 2012 at 12:04 PM<br>
Subject: Pushing all the shapefiles into the Postgres<br>
To: PostGIS Users Discussion <<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>><br>
<br>
<br>
Hi Guys,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I have been working with lots of shapefiles and hosting them on the Geoserver (around 8k). Now the Geoserver is completely stalled and fetching the data is almost not possible. I have installed the complete OpenGeo Suite and till now have
 not played with the PostGIS. I guess adding the shapefiles to the PostGIS will surely speed up the process.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">The problem is I am new to PostGIS, so can someone share some ideas where I should begin and how I can add the shapefiles to the PostGIS database.<span style="color:#888888"><br clear="all">
<span><u></u><u></u></span></span></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal"><span><span style="color:#888888">-- </span></span><span style="color:#888888"><br>
<span>Thanks & Regards</span></span><span><u></u><u></u></span></p>
<div>
<p class="MsoNormal"><span style="color:#888888">Smaran Harihar</span><u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <br>
Thanks & Regards<u></u><u></u></p>
<div>
<p class="MsoNormal">Smaran Harihar<u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>
</div>

<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Thanks & Regards<div>Smaran Harihar</div><br>