Hi,

is it possible to define in geoserver a custom coordinate system to 
handle rotated pole coordinates, quite common in NWP world?

Here is WKT working with gdal_translate. Last line is the key one, of 
course.

PROJCS["unnamed",
     GEOGCS["WGS 84",
         DATUM["WGS_1984",
             SPHEROID["WGS 84",6378137,298.257223563,
                 AUTHORITY["EPSG","7030"]],
             TOWGS84[0,0,0,0,0,0,0],
             AUTHORITY["EPSG","6326"]],
         PRIMEM["Greenwich",0,
             AUTHORITY["EPSG","8901"]],
         UNIT["degree",0.0174532925199433,
             AUTHORITY["EPSG","9108"]],
         AUTHORITY["EPSG","4326"]],
     PROJECTION["custom_proj4"],
     EXTENSION["PROJ4","+proj=ob_tran +o_proj=longlat 
+to_meter=0.0174533 +lon_0=-180 +o_lat_p=37.5 +o_lon_p=199.3 
+ellps=WGS84 +datum=WGS84 +wktext +no_defs"]]


Regards

Maciej

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to