Hello,

I have recently installed geoserver and used gdal_retile.py to create
pyramids of a lunar basemap.  The basemap is projected to Moon2000 GCS (link
to the spatialreference.org
<http://spatialreference.org/ref/iau2000/30100/>information).


I edited my epgs.properties file and added the OGC WKT (from the link above)
to that file using vi.  Through geoserver's web administration app, I can
see that Moon2000 ( which I numbered 30100) has been added.  Unfortunately,
the wkt portion is showing up completely empty.  I suspect that I need to
add a custom datum and or spheroid.  Can anyone aim me in the right
direction?  I wish to add a number of the IAU planetary projections.

Also, and I will post to the GDAL list.  Using gdal_retile has created a
.prj in the root directory of the pyramid tree which has an unname
projection.  Is this typical, or should I, when retiling for geoserver, be
using the projection flag.

gdal_info, used on each tile returns the correct information (moon2000,
correct bounding box, origin, etc.)

Here are the contents of that .prj.

PROJCS["unnamed",
  GEOGCS["GCS Name = GCS_MOON|Datum = D_MOON|Ellipsoid =
MOON_localRadius|Prim$
    DATUM["GCS Name = GCS_MOON|Datum = D_MOON|Ellipsoid =
MOON_localRadius|Pri$
      SPHEROID["GCS Name = GCS_MOON|Datum = D_MOON|Ellipsoid =
MOON_localRadiu$
    PRIMEM["Greenwich", 0.0],
    UNIT["degree", 0.017453292519943295],
    AXIS["Geodetic longitude", EAST],
    AXIS["Geodetic latitude", NORTH]],
  PROJECTION["Equidistant_Cylindrical"],
  PARAMETER["central_meridian", 0.0],
  PARAMETER["latitude_of_origin", 0.0],
  PARAMETER["standard_parallel_1", 0.0],
  PARAMETER["false_easting", 0.0],
  PARAMETER["false_northing", 0.0],
  UNIT["m", 1.0],
  AXIS["Easting", EAST],
  AXIS["Northing", NORTH]]

Thanks,
Jay
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to