Hi,
Sorry to be bomdarding the list with questions.
I have a series of coverages with the following projection (WKT):
PROJCS["User_Defined_Sinusoidal", GEOGCS["GCS_User_Defined",
DATUM["User_Defined", SPHEROID["User_Defi
ned_Spheroid",6371007.181,0.0]], PRIMEM["Greenwich",0.0],
UNIT["Degree",0.0174532925199433]], PROJECTI
ON["Sinusoidal"], PARAMETER["False_Easting",0.0],
PARAMETER["False_Northing",0.0], PARAMETER["Central_
Meridian",0.0], UNIT["Meter",1.0]]
I added this projection to data_dir/user_projections/epsg.properties
file.
After restarting the server I went to list the available projections and
my projection does not appear. However, the server spits out the
following error message:
63880 [btpool0-6] INFO /geoserver - Initializing Spring FrameworkServlet
'dispatcher'
25 Jun 11:20:06 WARN [action.SrsHelpAction] - Issues converting
EPSG:100005. Error in "PROJECTION": No
transform for classification "Sinusoidal". Stack trace included at FINE
logging level
25 Jun 11:20:10 WARN [referencing.factory] - Ambiguity between inverse
flattening and semi minor axis
length. Using inverse flattening.
25 Jun 11:20:10 WARN [referencing.factory] - Ambiguity between inverse
flattening and semi minor axis
length. Using inverse flattening.
25 Jun 11:20:14 WARN [referencing.factory] - Ambiguity between inverse
flattening and semi minor axis
length. Using inverse flattening.
25 Jun 11:20:14 WARN [referencing.factory] - Ambiguity between inverse
flattening and semi minor axis
length. Using inverse flattening.
It is odd that GeoServer can't handle this projection. I can reproject
the datasets without much trouble using GDAL.
The data we wish to provide is for scientific purposes so we don't want
to reproject it and risk messing up the data values.
Thank you for any information.
Regards,
Craig Dillabaugh