[gdal-dev] Gdal compatibility with windows 8

2013-02-06 Thread Nikhil Sai Parupalli
Hi All, I have used gdal latest version for my application developed on windows 7.. As our organisation is migrating to windows 8 , I want to check whether gdal is supported in windows 8 Thanks and Regards Nikhil Sai Parupalli Note: Do not print this email until and unless it is really req

Re: [gdal-dev] Can I get transformed coordinate value in gdalwarp?

2013-02-06 Thread OHTSUKA Ko-hei
Even, Thank you for quick reply. I don't know this command, and it maybe suit for my needs. 2013/2/7 Even Rouault : > Le jeudi 07 février 2013 01:12:06, OHTSUKA Ko-hei a écrit : >> Hello, >> >> I'll try to change many raster images into geotiffs using gdal (gdalwarp). >> And, want to know where e

Re: [gdal-dev] Can I get transformed coordinate value in gdalwarp?

2013-02-06 Thread Even Rouault
Le jeudi 07 février 2013 01:12:06, OHTSUKA Ko-hei a écrit : > Hello, > > I'll try to change many raster images into geotiffs using gdal (gdalwarp). > And, want to know where each image's non -gcp pixel points will move to. > > For example, > > If image's point (300,400) will move to GeoTiff's (

[gdal-dev] Can I get transformed coordinate value in gdalwarp?

2013-02-06 Thread OHTSUKA Ko-hei
Hello, I'll try to change many raster images into geotiffs using gdal (gdalwarp). And, want to know where each image's non -gcp pixel points will move to. For example, If image's point (300,400) will move to GeoTiff's (135e,35n), by using gcps (200,300 => 130e,40n), (200,500 => 130e, 30n), and

Re: [gdal-dev] GDAL Question about the band/frequence information

2013-02-06 Thread Frank Warmerdam
Shuqing, GDAL does not have a well defined name for metadata describing a bands wavelength. Some data products carry this in their metadata and it may be carried through via the GDAL generic metadata at either the band or dataset level. Running gdalinfo against a file will show such generic meta

[gdal-dev] GDAL Question about the band/frequence information

2013-02-06 Thread Shuqing Chen
Hello GDAL Developers, I have intergrated your GDAL library in my Multi Spectra analysis Project. It works very well and ease to use. A question is how can I find the band/frequence information for each band in image dataset? Thank you in advance. Best regards, Shuqing Chen __

Re: [gdal-dev] GDAL RPC protocol to make GDAL (more) failsafe

2013-02-06 Thread Even Rouault
Le mercredi 06 février 2013 18:57:46, Chris Barker - NOAA Federal a écrit : > >> GDAL_API_RPC > >> GDAL_API_PROXY > >> GDAL_API_SERVER > > IIUC, the proposed functionality is not really a Remote Procedure > Call, or a Proxy, or a SErver. > > i.e. could the driver be run on a remote server with t

Re: [gdal-dev] GDAL RPC protocol to make GDAL (more) failsafe

2013-02-06 Thread Chris Barker - NOAA Federal
>> GDAL_API_RPC >> GDAL_API_PROXY >> GDAL_API_SERVER IIUC, the proposed functionality is not really a Remote Procedure Call, or a Proxy, or a SErver. i.e. could the driver be run on a remote server with this mechanism? Rather, it is a way to run a driver in a sub-process. So maybe: DGAL_SUBPR

Re: [gdal-dev] GDAL RPC protocol to make GDAL (more) failsafe

2013-02-06 Thread Dmitriy Baryshnikov
Mateusz +1 I vote for GDAL_API_PROXY. Best regards, Dmitriy 06.02.2013 20:40, Mateusz Loskot пишет: On 6 February 2013 16:33, Even Rouault wrote: All in all, i'm ok with GDAL_PROXY if nobody else has a better suggestion. GDAL_API_RPC GDAL_API_PROXY GDAL_API_SERVER to clearly indicate t

Re: [gdal-dev] GDAL RPC protocol to make GDAL (more) failsafe

2013-02-06 Thread Mateusz Loskot
On 6 February 2013 16:33, Even Rouault wrote: > > All in all, i'm ok with GDAL_PROXY if nobody else has a better suggestion. GDAL_API_RPC GDAL_API_PROXY GDAL_API_SERVER to clearly indicate the purpose: interacting with API calls. Otherwise, it may be easily confused with i.e. Web features and su

Re: [gdal-dev] GDAL RPC protocol to make GDAL (more) failsafe

2013-02-06 Thread Even Rouault
Selon Livneh Yehiyam : > Perhaps GDAL_PROXY? This is a possibility, although there's already a GDALProxyDataset class in GDAL, subclassed by GDALProxyPoolDataset, that is used internally by some drivers (VRT, RPFTOC) that want to proxy the access to underlying datasets without having all the unde