[postgis-tickets] [PostGIS] #4417: EPSG:54009 not in spatial_ref_sys

PostGIS trac at osgeo.org
Tue Jun 4 00:09:35 PDT 2019


#4417: EPSG:54009 not in spatial_ref_sys
---------------------+---------------------------
 Reporter:  komzpa   |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.5.3
Component:  postgis  |    Version:  2.4.x
 Keywords:           |
---------------------+---------------------------
 GHSL popluation raster is distributed this way.

 {{{
 insert into
   spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
 values
 (54009, 'ESRI', 54009, '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84
 +units=m +no_defs',
 'PROJCS["World_Mollweide",GEOGCS["GCS_WGS_1984",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Mollweide"],PARAMETER["False_Easting",0],PARAMETER["False_Northing",0],PARAMETER["Central_Meridian",0],UNIT["Meter",1],AUTHORITY["EPSG","54009"]]');

 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4417>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list