6

I am a complete beginner with PostGIS. I've started learning it using the tutorials provided by Boundless. In section 4 of this tutorial where I want to import shapefile in PostGIS, I do not have the PostGIS shapefile Import/Export Manager tool in the PgAdmin III.

I've followed the tutorial step by step. They have never pointed if I need to install such tool or how to activate it, etc. Any idea what the problem could be? and how I can solve this?

I've installed Postgresql 9.3, PostGIS 2.1 , pgAdmin3 1.12.3 on Windows Server 2012 R2 Standard.

by the way, the relevant page for this issue in the tutorial is at: http://postgis.net/workshops/postgis-intro/loading_data.html

Thanks!

Paul Ramsey
20.1k2 gold badges50 silver badges58 bronze badges
asked Feb 19, 2014 at 15:45
12
  • 2
    Hi, welcome to GIS StackExchange. Please provide version of postgresql and postgis you installed and OS. Commented Feb 19, 2014 at 15:51
  • Thanks. the information you asked has been updated in the main question. Commented Feb 19, 2014 at 16:01
  • Look in C:/Program Files/PostgreSQL/9.3/bin/shp2pgsql.exe if you can find it Commented Feb 19, 2014 at 16:05
  • Yes. I executed it as admin, a separate window popped and closed immediately. Then I checked the plugin menu in pgAdmin III, nothing changed... Commented Feb 19, 2014 at 16:19
  • 1
    It should be default install with PostGIS and pgAdmin 1.18 Commented Feb 19, 2014 at 16:31

1 Answer 1

9

You are looking for PostGIS 2.0 Shapefile and DBF Loader Exporter, so access "C:\Program Files\PostgreSQL9円.3\bin\postgisgui\shp2pgsql-gui.exe"

answered Feb 19, 2014 at 16:44
7
  • I can't find it in the specified folder... Do I need to re-install PostGIS? Commented Feb 19, 2014 at 16:46
  • Yes, definitely! Commented Feb 19, 2014 at 16:47
  • Can't I perhaps search and download only this package, instead of re-installing PostGIS? Will it work in that way? Commented Feb 19, 2014 at 16:48
  • Just try and see. It may be possible. Commented Feb 19, 2014 at 16:49
  • 2
    Download a bundle from here download.osgeo.org/postgis/windows/pg93 , unzip it and copy the postgisgui folder according to the link I gave you. Commented Feb 19, 2014 at 16:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.