[postgis-users] How can get EPSG 15948 into PG?

Rémi Cura remi.cura at gmail.com
Fri Dec 13 00:59:32 PST 2013


Oups,
srid must be
"0 AND srid <= 998999"
I pasted a part of a script which import french srid into postgis,
but it is a 2 part script, where we first import into temp ref_sys table,
then change the srid to be in the right range, the insert into real ref_sys

Script : https://github.com/Remi-C/IGN_spatial_ref_for_PostGIS


Cheers,

Rémi-C


2013/12/12 Sandro Santilli <strk at keybit.net>

> On Thu, Dec 12, 2013 at 05:55:20PM +0100, Rémi Cura wrote:
>
> > an example :
> >  insert into spatial_ref_sys values
> (110014000,'IGNF',110014000,'GEOCCS["Ile
>
> I don't think that SRID is a valid one.
>
> Unfortunately I dont have a clear manual page to point
> you at describing valid SRID ranges, but if you search
> on the web you'll hopefully find a ticket requesting
> to document it (and the ticket might have a link to an
> email documenting it further).
>
> --strk;
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20131213/b60d6281/attachment.html>


More information about the postgis-users mailing list