Re: [gdal-dev] VICAR format

2014-12-05 Thread Even Rouault
Le vendredi 05 décembre 2014 16:21:45, Sebastian Walter a écrit : > Hi Even, > > On 12/05/14 15:18, Even Rouault wrote: > > To ease a future integration, could you update the files with the > > appropriate copyright notice and the standard X/MIT licence text used by > > other GDAL files (provided

Re: [gdal-dev] Update of EPSG database to v8.4

2014-12-05 Thread Hare, Trent
*>is my understanding correct that IAU2000.wkt is the result of a 20 KB Python>script (create_IAU2000_wkt.py) run on a 3.8KB text file (naifcodes_radii_m.txt)?* Yes - but needs a couple minor tweaks. *>So I can see 2 other alternatives instead of directly including IAU2000.wkt :* Both good idea

Re: [gdal-dev] VICAR format

2014-12-05 Thread Sebastian Walter
Hi Even, On 12/05/14 15:18, Even Rouault wrote: > To ease a future integration, could you update the files with the appropriate > copyright notice and the standard X/MIT licence text used by other GDAL files > (provided you're allowed to release the code under that licence) ? > Thank you for

Re: [gdal-dev] Update of EPSG database to v8.4

2014-12-05 Thread Even Rouault
Le vendredi 05 décembre 2014 15:43:48, Hare, Trent a écrit : > Even, >I agree we can probably purge the duplication. This was introduced > because I couldn't find a method to designate "ographic" latitudes versus > "ocentric" latitude systems within the WKT standard (still not clear on > that).

Re: [gdal-dev] Update of EPSG database to v8.4

2014-12-05 Thread Hare, Trent
Even, I agree we can probably purge the duplication. This was introduced because I couldn't find a method to designate "ographic" latitudes versus "ocentric" latitude systems within the WKT standard (still not clear on that). Thus *even values* (e.g. 49900 Mars) are ocentric and *odd values* (49

Re: [gdal-dev] VICAR format

2014-12-05 Thread Even Rouault
Le vendredi 05 décembre 2014 15:00:06, Sebastian Walter a écrit : > Hi, > > As I wasn't allowed to commit via SVN I've just created an enhancement > ticket (#5763) on trac.osgeo.org with the driver code as attachments. > > The driver is based on the PDS driver and could be located in the PDS > di

Re: [gdal-dev] VICAR format

2014-12-05 Thread Sebastian Walter
Hi, As I wasn't allowed to commit via SVN I've just created an enhancement ticket (#5763) on trac.osgeo.org with the driver code as attachments. The driver is based on the PDS driver and could be located in the PDS directory, as Trent suggested. Many regards, Sebastian smime.p7s Description:

[gdal-dev] Appending to MSSQL-tables

2014-12-05 Thread Niels Kjøller Hansen
Hi all I have been running a script daily, which worked with GDAL 1.10 ogr2ogr -append -lco GEOM_NAME="geometry" -f "MSSQLSpatial" "MSSQL:server=YY;database=XX;trusted_connection=yes" lokalplaner_vedtaget.gml -a_srs "EPSG:25832" -lco SCHEMA= -nln lokalplaner_vedtaget --debug ON But,

Re: [gdal-dev] Update of EPSG database to v8.4

2014-12-05 Thread Even Rouault
Le vendredi 05 décembre 2014 06:37:34, Yann Chemin a écrit : > Hi all, > > just want to pick up the status of this, anything new/started somewhere I > could help with? Not that I'm aware of. Looking more closely at http://svn.osgeo.org/metacrs/sr.org/srsbrowser/data/IAU2000.wkt, I see that eac

Re: [gdal-dev] OGR support for Google Latitude KML output

2014-12-05 Thread Even Rouault
Le vendredi 05 décembre 2014 03:11:24, Ulrich Strötz a écrit : > Though another thing I just noted is that the attributes aren’t kept. I > think this is already mentioned in the ticket #5095 > and you said it requires a lot > more development. Is this still