Hello-    I would like to create a map using the Behrmann Equal Area Projection 
(EPSG:54017). GeoTools doesn't seem to like this projection. When I call 
CRS.decode("EPSG:54017") I'm getting the following exception:

org.opengis.referencing.FactoryException: Error in "PROJECTION": No transform 
for classification "Behrmann".

When I try to pass in a Proj4 style string but I get a different exception.

CRS.decode("+proj=cea +lon_0=0 +lat_ts=30 +x_0=0 +y_0=0 +datum=WGS84 
+ellps=WGS84 +units=m +no_defs")

Throws:

org.opengis.referencing.NoSuchAuthorityCodeException: No authority was defined 
for code "+PROJ=CEA +LON_0=0 +LAT_TS=30 +X_0=0 +Y_0=0 +DATUM=WGS84 +ELLPS=WGS84 
+UNITS=M +NO_DEFS". Did you forget "AUTHORITY:NUMBER"?

Any suggestions?

Thanks,Peter


Related 
links:http://spatialreference.org/ref/esri/54017/http://mathworld.wolfram.com/BehrmannCylindricalEqual-AreaProjection.html
http://sourceforge.net/p/geoserver/mailman/message/24472263/

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to