forked from postgis/postgis
Regina Obe 540e03f0e0 | ||
---|---|---|
.. | ||
cunit | ||
icons/hicolor | ||
image | ||
Makefile.in | ||
README.i18n | ||
README.pgsql2shp | ||
README.shp2pgsql | ||
README.txt | ||
TODO | ||
dbfopen.c | ||
getopt.c | ||
getopt.h | ||
pgsql2shp-cli.c | ||
pgsql2shp-core.c | ||
pgsql2shp-core.h | ||
postgis.pl | ||
safileio.c | ||
shapefil.h | ||
shp2pgsql-cli.c | ||
shp2pgsql-core.c | ||
shp2pgsql-core.h | ||
shp2pgsql-gui.1 | ||
shp2pgsql-gui.c | ||
shp2pgsql-gui.desktop | ||
shp2pgsql-gui.ico | ||
shp2pgsql-gui.rc | ||
shpcommon.c | ||
shpcommon.h | ||
shpopen.c |
README.txt
This directory contains the loader and dumper utility programs. The loader can convert shape files to an SQL dump suitable for loading into a PostGIS enabled PostgreSQL database server. The dumper does the opposite, creates a shape file out of an PostGIS table or arbitrary query. To compile the program from source, simply run "make" in the source directory. Then copy the binary into your command search path (or wherever you like). For usage information, simply run the programs without any arguments, that will display a help screen, and look into the ../doc/man/ directory, there are manpages ready for copying into the manual search path on unixoid systems.