<div dir="ltr">No issues with distribution of IAU codes. Anything we or I release (code or otherwise) will have a "public domain" license as in normal as per US government policy. Thus <span style="font-size:13px;color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:18px">it is free for use by anyone for any purpose without restriction under copyright law. If "GDAL" requires a more normal license it can be taken over by anyone for that purpose.</span><div>

<font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px"><br></span></font></div><div><font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px">-Trent<br>

</span></font><div><font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px"><br></span></font></div><div><font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px">-Trent<br>

</span></font><div><font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px"><br></span></font></div><div><font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="line-height:18px"><br>

</span></font><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 11:12 AM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Le jeudi 15 mai 2014 14:00:33, Yann Chemin a écrit :<br>
<div class="">> Hi Even,<br>
><br>
> I would be interested to include it. But I see that the 1Mb<br>
> uncompressed text is an issue.<br>
><br>
> If it was OK for the additional Mb in the source code,<br>
> what would be the place to look into gdal code to create the patch needed?<br>
<br>
</div>Basically I believe it would be just a matter of dropping the file in the data<br>
subdirectory. I can see some logic in ogr/ogrspatialreference.cpp to deal with<br>
IAU: prefixes, but you would have to test.<br>
<br>
Something that should be checked is whether we have the rights to distribute<br>
that file along with GDAL.<br>
<div class=""><br>
><br>
> Thanks,<br>
> Yann<br>
><br>
> PS: did not copy other lists as I am not a member, registered to proj<br>
> ML today though.<br>
><br>
> On 15/05/2014, Even Rouault <<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>> wrote:<br>
> > Selon Yann Chemin <<a href="mailto:ychemin@gmail.com">ychemin@gmail.com</a>>:<br>
> >> Hi,<br>
> >><br>
> >> is there planetary datum support in this new version (i.e. Moon 2000, or<br>
> >> etc.)?<br>
> ><br>
> > No, I don't think that the EPSG folks are interested in other planets yet<br>
> > ;-)<br>
> > But Frank mentionned some time ago (<br>
> > <a href="http://osgeo-org.1560.x6.nabble.com/IAU-2000-Coordinate-System-Dictionary" target="_blank">http://osgeo-org.1560.x6.nabble.com/IAU-2000-Coordinate-System-Dictionary</a><br>
</div>> > -td3750798.html ) that he wanted to investigate how to deliver the IAU<br>
<div class=""><div class="h5">> > set of planetary coordinate systems , but this hasn't been pursued<br>
> > further AFAIK.<br>
> ><br>
> > I see there's a version of this file here :<br>
> > <a href="http://svn.osgeo.org/metacrs/sr.org/srsbrowser/data/IAU2000.wkt" target="_blank">http://svn.osgeo.org/metacrs/sr.org/srsbrowser/data/IAU2000.wkt</a><br>
> ><br>
> > Even<br>
> ><br>
> >> Yann<br>
> >><br>
> >> On 14/05/2014, Even Rouault <<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>> wrote:<br>
> >> > Hi,<br>
> >> ><br>
> >> > I've followed the update process of the EPSG SRS database to latest<br>
> >> > v8.4,<br>
> >> > and<br>
> >> > just committed the updated files into libgeotiff, GDAL and PROJ trunk.<br>
> >> > Also<br>
> >> ><br>
> >> > submitted to PostGIS.<br>
> >> ><br>
> >> > From what I can see, among many changes and additions, 2 new<br>
> >> > projection methods have been added:<br>
> >> > * 1051,Lambert Conic Conformal (2SP Michigan)<br>
> >> > --> looks very close to standard "Lambert Conic Conformal (2SP)", with<br>
> >> > the<br>
> >> > addition of a new parameter K, the ellipsoid scaling factor.<br>
> >> > * 1052,Colombia Urban<br>
> >> ><br>
> >> > I don't think any of those 2 new methods are currently handled by<br>
> >> > PROJ, so<br>
> >> > the<br>
> >> > new PCS based on those projection methods (3 Michigan SRS, and several<br>
> >> > dozains<br>
> >> > of Colombia PCS) will not be handled by GDAL nor PROJ.<br>
> >> ><br>
> >> > Regarding GDAL, I've improved the add_esri_column.py script (see<br>
> >> > <a href="http://trac.osgeo.org/geotiff/changeset/2446" target="_blank">http://trac.osgeo.org/geotiff/changeset/2446</a>), so that we have more<br>
> >> > ESRI<br>
> >> > DATUM<br>
> >> > names. That should make morphing from/to ESRI .prj files a bit better.<br>
> >> ><br>
> >> > Regarding PROJ.4 'espg' and PostGIS spatial_ref_sys.sql files, I've<br>
> >> > also<br>
> >> > added<br>
> >> > the list of SRS that are GEOCCS (GeoCentric) and COMPD_CS (Compound<br>
> >> > Horizontal<br>
> >> > + Vertical).<br>
> >> ><br>
> >> > Please let me know if you see issues.<br>
> >> ><br>
> >> > libgeotiff:<br>
> >> > <a href="http://trac.osgeo.org/geotiff/ticket/63" target="_blank">http://trac.osgeo.org/geotiff/ticket/63</a><br>
> >> > <a href="http://trac.osgeo.org/geotiff/changeset/2447" target="_blank">http://trac.osgeo.org/geotiff/changeset/2447</a><br>
> >> ><br>
> >> > GDAL:<br>
> >> > <a href="http://trac.osgeo.org/gdal/ticket/5462" target="_blank">http://trac.osgeo.org/gdal/ticket/5462</a><br>
> >> > <a href="http://trac.osgeo.org/gdal/changeset/27322" target="_blank">http://trac.osgeo.org/gdal/changeset/27322</a><br>
> >> ><br>
> >> > PROJ:<br>
> >> > <a href="http://trac.osgeo.org/proj/ticket/236" target="_blank">http://trac.osgeo.org/proj/ticket/236</a><br>
> >> > <a href="http://trac.osgeo.org/proj/changeset/2448" target="_blank">http://trac.osgeo.org/proj/changeset/2448</a><br>
> >> ><br>
> >> > Submitted for PostGIS :<br>
> >> > <a href="http://trac.osgeo.org/postgis/ticket/2737" target="_blank">http://trac.osgeo.org/postgis/ticket/2737</a><br>
> >> ><br>
> >> > Best regards,<br>
> >> ><br>
> >> > Even<br>
> >> ><br>
> >> > --<br>
> >> > Geospatial professional services<br>
> >> > <a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</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" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
> >><br>
> >> --<br>
> >> ----<br>
<br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</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" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></div></div></blockquote></div><br></div></div></div></div></div>