Re: [gdal-dev] Build OGR with ESRI SDE

2015-10-22 Thread Brad Hards
On Thu, 22 Oct 2015 01:51:49 AM MrMartin wrote: > Since that geotools has " ArcSDE plugin allows the GeoTools developer to > work with the ArcSDE middle ware" > i > wounder if it is possible to use this plugin to build a OG

[gdal-dev] Follow on to the "ISO Metadata" post

2015-10-22 Thread Tim Crook
Hello Doug and Damian. I saw your post about ISO 19103, ISO 19115 and ISO 19115-1. I am starting to look at ticket #3549 (https://trac.osgeo.org/gdal/ticket/3549). This ticket is a specific problem for metadata translation for image transformations to the PCIDSK format. The ticket references

Re: [gdal-dev] Build OGR with ESRI SDE

2015-10-22 Thread MrMartin
Hi, i have this same issue but "in order to deploy ArcSDE technology as an enterprise geodatabase you must have, or be prepared to purchase, an ArcGIS Server license" , is this a must? Since that geotools has " ArcSDE plu

Re: [gdal-dev] Configuring JP2OpenJPEG attributes

2015-10-22 Thread Even Rouault
Basos, > 1) When I run the commands:Raster = > gdal.Open(tiffile)jpg_driver = gdal.GetDriverByName('JP2OpenJPEG') > jpg_driver.Register()jpg_file = jpg_driver.CreateCopy(outjp2file, Raster, > options = ['QUALITY=100', 'REVERSIBLE=YES']) the attributes are set > without problem (tiffile refers to a

Re: [gdal-dev] encoding in custom python functions

2015-10-22 Thread Lauri Kajan
Sorry wrong list! Could this be deleted in any way? -Lauri On Thu, Oct 22, 2015 at 10:36 AM, Lauri Kajan wrote: > Hi all, > > I'm trying to figure out some encoding problems when using custom python > expression functions. > > I'm using python functions for defining some label texts. I need use

[gdal-dev] encoding in custom python functions

2015-10-22 Thread Lauri Kajan
Hi all, I'm trying to figure out some encoding problems when using custom python expression functions. I'm using python functions for defining some label texts. I need use some special characters like ä and ö. When a new file is created in function editor the file is encoded in my system encodin