I guess that the problem is the difference in the WKT output because gdal
recognizes this SRS as EPSG:9001 but geoserver doesn´t. And i cant create a
EPSG code for a unrecognized projection.

The both generated WKT are below.

For instance :

gdalinfo:

Full Projection (WKT) : PROJCS["SAD_1969_Albers",
    GEOGCS["GCS_South_American_1969",
        DATUM["South_American_Datum_1969",
            SPHEROID["GRS_1967",6378160,298.249999999996,
                AUTHORITY["EPSG","7036"]],
            AUTHORITY["EPSG","6291"]],
        PRIMEM["Greenwich",0],
        UNIT["degree",0.0174532925199433]],
    PROJECTION["Albers_Conic_Equal_Area"],
    PARAMETER["standard_parallel_1",-5],
    PARAMETER["standard_parallel_2",-42],
    PARAMETER["latitude_of_center",-32],
    PARAMETER["longitude_of_center",-51],
    PARAMETER["false_easting",0],
    PARAMETER["false_northing",0],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]]]

Geoserver:

PROJCS["unnamed",
  GEOGCS["GCS Name = GCS_South_American_1969",
    DATUM["South American Datum 1969",
      SPHEROID["GRS 1967", 6378160.0, 298.247167427,
AUTHORITY["EPSG","7036"]],
      TOWGS84[-57.0, 1.0, -41.0, 0.0, 0.0, 0.0, 0.0],
      AUTHORITY["EPSG","6291"]],
    PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
    UNIT["degree", 0.017453292519943295],
    AXIS["Geodetic longitude", EAST],
    AXIS["Geodetic latitude", NORTH]],
  PROJECTION["Albers_Conic_Equal_Area"],
  PARAMETER["central_meridian", -51.0],
  PARAMETER["latitude_of_origin", -32.0],
  PARAMETER["standard_parallel_1", -5.0],
  PARAMETER["false_easting", 0.0],
  PARAMETER["false_northing", 0.0],
  PARAMETER["standard_parallel_2", -42.0],
  UNIT["m", 1.0],
  AXIS["Easting", EAST],
  AXIS["Northing", NORTH]]





2013/8/22 Jonathan Moules <[email protected]>

> Hi Danilo,
> What SRS are we talking about here? Geoserver has nearly 5,000 built in.
> If you go to the demos -> SRS List page, you'll see the full list.
>
> There's also some stuff about customer CRS's here:
>
> http://docs.geoserver.org/stable/en/user/advanced/crshandling/customcrs.html?highlight=projection
>
> Jonathan
>
>
>
> On 22 August 2013 14:38, Danilo da Silveira Figueira <
> [email protected]> wrote:
>
>> When i check the SRS using 'gdalinfo' the WKT have all informations but
>> when i submit a raster to geoserver some fields values are "unknown"?
>> How can i config my server to recognizes all the SRS that gdal does.
>> Someone have a clue or a tutorial to help?
>>
>> Thanks
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing Performance Central, a new site from SourceForge and
>> AppDynamics. Performance Central is your source for news, insights,
>> analysis and resources for efficient Application Performance Management.
>> Visit us today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Geoserver-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
> This transmission is intended for the named addressee(s) only and may
> contain sensitive or protectively marked material up to RESTRICTED and
> should be handled accordingly. Unless you are the named addressee (or
> authorised to receive it for the addressee) you may not copy or use it, or
> disclose it to anyone else. If you have received this transmission in error
> please notify the sender immediately. All email traffic sent to or from us,
> including without limitation all GCSX traffic, may be subject to recording
> and/or monitoring in accordance with relevant legislation.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to