Readme.txt 956 B

123456789101112131415161718192021222324
  1. This directory contains three utilities for working with spatial data
  2. contained in ESRI shapefiles:
  3. - The infoshp utility is useful for gathering information
  4. from ESRI shapefiles when you are preparing to load the
  5. shapefiles into a database.
  6. - The loadshp utility loads spatial data from an ESRI
  7. shapefile into the database.
  8. - The unloadshp utility copies data from the database to
  9. an ESRI shapefile.
  10. These utilities require IBM Informix ESQL/C runtime libraries. You
  11. must install IBM Informix ClientSDK or IBM Informix I-Connect, version
  12. 2.50.xC2 or higher.
  13. You can leave these utilities in this directory, or you can copy them
  14. to $INFORMIXDIR/bin. If you leave them here, you may want to add the
  15. current directory to your $PATH environment variable. If you copy
  16. them to $INFORMIXDIR/bin, you may not have to change your $PATH
  17. environment variable, if $INFORMIXDIR/bin is already included in the
  18. variable definition.