[gdal-dev] coordinate transforms

2012-08-20 Thread Al Niessner
OS:Ubuntu 12.04 lang: Python mods: gdal/osr I am very new to this topic. I have been searching the web for my answers and have not been able to find them yet. The short version of my question is, how do I use gdal/osr to transform vectors of points between UTM (NAD83) and WSG84? If this is

Re: [gdal-dev] [Proposed new feature] A '"SQLite" SQL dialect for OGR

2012-08-20 Thread Even Rouault
Le samedi 18 août 2012 19:03:56, Even Rouault a écrit : > Hi folks, > > I've attached in > http://trac.osgeo.org/gdal/attachment/ticket/4782/sqlite_dialect.patch a > patch that adds a SQLite alternate SQL dialect that can be used with any > OGR datasource (only available if GDAL/OGR is configured

Re: [gdal-dev] 32 and 64-bit python bindings concurrently?

2012-08-20 Thread Jay L.
Evan, Thanks for the info. I used universal, purely as a descriptor of the functionality I was hoping for. I will have to experiment with installing GDAL in separate locations to see if I can get both installations to get along. Thanks! Jay On Mon, Aug 20, 2012 at 12:24 PM, Even Rouault wrote

Re: [gdal-dev] 32 and 64-bit python bindings concurrently?

2012-08-20 Thread Even Rouault
> A few questions: > Can a 64-bit installation of gdal support the 32-bit python bindings, ie is > a universal binary buildable? Not sure what you mean by "universal binary" (this is a OSX concept, but I'm not aware it exists for Windows), but the most general answer is : No The python bindings

[gdal-dev] 32 and 64-bit python bindings concurrently?

2012-08-20 Thread Jay L.
List, I have a number of python scripts leveraging gdal, numpy, and scipy. It is necessary, if possible, to support machines which utilize both 32 and 64 bit python installations. The newest ArcGIS10.1 background geoprocessing is a perfect example of this, where processes run within arc utilize

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Evgeniy Borovenskiy
Yes, of course, these functions must also be corrected. Evgeniy -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Monday, August 20, 2012 1:49 PM To: Evgeniy Borovenskiy Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] write JPEG2000 with codek KAKADU

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Even Rouault
Selon Evgeniy Borovenskiy : > Thank you very much for your help. I'll try to write a function create (). In the JP2KAK driver you mean ? The challenge is not really in Create(), but more in implementing a working JP2KAKRasterBand::IWriteBlock() and/or JP2KAKDataset::IRasterIO() / JP2KAKRasterBand

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-20 Thread Evgeniy Borovenskiy
Thank you very much for your help. I'll try to write a function create (). Evgeniy ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev