Re: [gdal-dev] loading geometries only into postgis via ogr2ogr using shp file only as input

2012-06-07 Thread Jukka Rahkonen
karsten terragis.net> writes: > > Now I wanted to determine how hard it > would be to 'hack' the ogr2ogr utility > program to be able to only load the geometries of a shape file (shp file only, Hi, OpenJUMP can open such shapefiles but I am not sure if it can store them into PostGIS. The C

[gdal-dev] saving a shape File after obtaining from intersection from to two different shape Files

2012-06-07 Thread SIVA RAMA KRISHNA
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] loading geometries only into postgis via ogr2ogr using shp file only as input

2012-06-07 Thread Chaitanya kumar CH
Karsten, shapelib used by OGR can handle shapefiles without the dbf files. However, it uses the shx file to build the index. It may be possible to build the index by reading the shp file, but it needs non-trivial changes to the shapelib. On Fri, Jun 8, 2012 at 5:13 AM, karsten wrote: > ** > **

[gdal-dev] loading geometries only into postgis via ogr2ogr using shp file only as input

2012-06-07 Thread karsten
Hi All, I posted the question below in the PostGIS email and local CUGOS email lists and got some good input. Now I wanted to determine how hard it would be to 'hack' the ogr2ogr utility program to be able to only load the geometries of a shape file (shp file only, without shx and dbf that are u

[gdal-dev] Compiling gdal with xlc

2012-06-07 Thread Shlomi Vaknin
Hello, I would like to know if anyone has any experience in compiling this library over aix using xlc compiler (I will most likely not be able to use gcc, but still not sure..) what i specifically need from the library is to read dted files. if you got any suggestions, any hint will help thanks a