<div dir="ltr">Yann,<div>   Yes there has been no movement on pushing the planetary projection codes as simple script or function call within GDAL. Instead of expanding all the definitions as a large ASCII file, this method would allow us to more easily grow once updated radii values are defined. The lunar definition is not changing anytime soon but bodies like Mercury and even Mars will have updates. Thus once the IAU publishes a new set of definitions, we will need a new namespace (e.g. IAU2015). Most bodies will be the same but having a flexible system which takes the smallest footprint would be best. Anyway, I am hoping to move this issue forward by either finding time or funding a contract.</div><div><br></div><div>As an alternative to the urn:ogc and the need for the local iau2000.wkt file, you can use a an http address also. For example:</div><div><div>$ gdalsrsinfo "<a href="http://spatialreference.org/ref/iau2000/49900/">http://spatialreference.org/ref/iau2000/49900/</a>"<br></div><div><br></div><div>PROJ.4 : '+proj=longlat +a=3396190 +b=3376200 +no_defs '</div><div><br></div><div>OGC WKT :</div><div>GEOGCS["Mars 2000",</div><div>    DATUM["D_Mars_2000",</div><div>        SPHEROID["Mars_2000_IAU_IAG",3396190.0,169.89444722361179]],</div><div>    PRIMEM["Greenwich",0],</div><div>    UNIT["Decimal_Degree",0.0174532925199433]]</div></div><div><br></div><div>Regards,</div><div>Trent</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 5:13 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le jeudi 24 septembre 2015 14:10:37, Yann a écrit :<br>
> sorry, I get this from Ubuntu, thus my question.<br>
<span class="">><br>
> gdalsrsinfo urn:ogc:def:crs:IAU2000:30100<br>
><br>
</span>> ERROR 1: ERROR - failed to load SRS definition from<br>
<span class="">> urn:ogc:def:crs:IAU2000:30100<br>
<br>
</span>I think this dates back to ancient GDAL versions but you need to add the<br>
iau2000.wkt file in the GDAL data directory.<br>
<span class="im HOEnZb"><br>
><br>
> On 24/09/2015 11:45, Even Rouault wrote:<br>
</span><div class="HOEnZb"><div class="h5">> > Yann,<br>
> ><br>
> >> I have recovered a old script I made about 1.5 year ago (and about 1+<br>
> >> version of Ubuntu away) to process Chandrayaan-M3 Moon data in<br>
> >> IAU2000:30100 and it seems that gdal_translate/gdalwarp do not know that<br>
> >> code anymore.<br>
> ><br>
> > Looking at the code you need to use a OGC URN:<br>
> ><br>
> > $ gdalsrsinfo urn:ogc:def:crs:IAU2000:30100<br>
> ><br>
> > PROJ.4 : '+proj=longlat +a=1737400 +b=1737400 +no_defs '<br>
> ><br>
> > OGC WKT :<br>
> > GEOGCS["Moon 2000",<br>
> ><br>
> >      DATUM["D_Moon_2000",<br>
> ><br>
> >          SPHEROID["Moon_2000_IAU_IAG",1737400.0,0.0]],<br>
> ><br>
> >      PRIMEM["Greenwich",0],<br>
> >      UNIT["Decimal_Degree",0.0174532925199433]]<br>
> >><br>
> >> This is not a blocker, since the wkt style works like a charm.<br>
> >><br>
> >> We had discussions earlier about planetary support in this list, among<br>
> >> whom Trent was involved (IIRC). Does anybody have any update about the<br>
> >> status change for the newest version of GDAL?<br>
> ><br>
> > Status quo.<br>
> ><br>
> > Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br></div>