[postgis-users] [XX000] ERROR: AddToPROJ4SRSCache: could not parse proj4 string
Andrew Joseph
ap.joseph at live.com
Thu Nov 9 23:48:33 PST 2017
I rebuilt proj4/gdal/postgis, eliminated all conflicting apt-get packages of
proj4, tested again -and am still getting the exact same error message.
proj4 installation commands below:
mkdir /vdatum \
&& cd /vdatum \
&& wget http://download.osgeo.org/proj/vdatum/usa_geoid2012.zip && unzip
-j -u usa_geoid2012.zip -d /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/usa_geoid2009.zip && unzip
-j -u usa_geoid2009.zip -d /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/usa_geoid2003.zip && unzip
-j -u usa_geoid2003.zip -d /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/usa_geoid1999.zip && unzip
-j -u usa_geoid1999.zip -d /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/vertcon/vertconc.gtx && mv
vertconc.gtx /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/vertcon/vertcone.gtx && mv
vertcone.gtx /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/vertcon/vertconw.gtx && mv
vertconw.gtx /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx &&
mv egm96_15.gtx /usr/local/share/proj \
&& wget http://download.osgeo.org/proj/vdatum/egm08_25/egm08_25.gtx &&
mv egm08_25.gtx /usr/local/share/proj \
&& rm -rf /vdatum
cd /tmp
wget -q http://download.osgeo.org/proj/proj-4.9.3.tar.gz \
&& wget -q http://download.osgeo.org/proj/proj-datumgrid-1.6.zip \
&& tar -zxvf proj-4.9.3.tar.gz \
&& cd proj-4.9.3/nad \
&& unzip ../../proj-datumgrid-1.6.zip \
&& cd .. \
&& ./configure && make && make install
--
Sent from: http://postgis.17.x6.nabble.com/PostGIS-User-f3516033.html
More information about the postgis-users
mailing list