Maciej Filocha
10 years ago
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
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