Re: [postgis-users] add custom epsg

2013-12-19 Thread Andy Colson
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

Re: [postgis-users] add custom epsg

2013-12-19 Thread Greg Allensworth
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

[postgis-users] add custom epsg

2013-12-19 Thread Andy Colson
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