2) I'm aware of the PostGIS tables but I'm pretty sure ogr2ogr isn't
using them.
1) Sweet! That's what I was looking for. The proj was, obviousely, in
proj format, not wkt, which is all I had. But gdalsrsinfo was able to
create a proj definition which I added to /usr/share/proj/epsg, and th
1.
The GDAL/OGR tools use PROJ to do the reprojection, and PROJ knows about
projections, via its "epsg" file. On Unix systems this is something
like: /usr/share/proj/epsg
Pop it open, and you'll see that the format is quite easy to follow.
Paste in a new pair of lines, and that SRS is now re
I know this isn't directly a postgis question, I'm kinda hoping someone
will know anyway.
I'm trying to import a File.gdb into postgis, but the projection its in
seems to be unknown.
I'm using ogr2ogr to do the conversion (and all my scripts are already
setup to use it, so I'd rather not cha