[gdal-dev] Re: how to say gdalwarp to use nadgrid by default

2010-10-17 Thread Eloi Ribeiro
In other words, When I ask GDAL for: *gdalwarp -s_srs EPSG:23030 -t_srs EPSG:4258 rast_23030.tif rast_4258.tif* GDAL knows that 'EPSG:23030' means '+proj=utm +zone=30 +ellps=intl +units=m +no_defs'. So my question is: From witch file GDAL gets that information from? Cheers, Eloi Ribeiro GIS

Re: [gdal-dev] Re: how to say gdalwarp to use nadgrid by default

2010-10-17 Thread Chaitanya kumar CH
Eloi, You can find the files at gdal/data/pcs.csv and gdal/data/gcs.csv You may also want to refer to http://www.gdal.org/ogr/osr_tutorial.html On Sun, Oct 17, 2010 at 5:18 PM, Eloi Ribeiro eloi.ribe...@gmail.comwrote: In other words, When I ask GDAL for: *gdalwarp -s_srs EPSG:23030 -t_srs

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Brent Fraser
I'm about to embark on compiling Poppler on Windows to get Geospatial PDF support in GDAL. Any recommendations with respect to compiler version, dependencies, CMake options, etc? Thanks! Brent Fraser On 10/14/2010 3:23 PM, Joaquim Luis wrote: Did I mention before that the propeller (sorry,

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
Brent, From memory, as I don't find the CMake cash with exact details. I first built freetype, which I think is mandatory, and than because I already had them built but don't know if they are a must-be, I added also zlib, jpeg to the CMake list. My first error was to not select 'splash'

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Brent Fraser
Joaquim, Many thanks for the info. I may go the kde-win32 route for now to skip the building of poppler.lib, but I expect that eventually I may need to build it from source, especially for mapserver. Thanks again, Brent Fraser On 10/17/2010 12:11 PM, Joaquim Luis wrote: Brent, From

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
On 17-10-2010 19:24, Brent Fraser wrote: Joaquim, Many thanks for the info. I may go the kde-win32 route for now to skip the building of poppler.lib, but I expect that eventually I may need to build it from source, especially for mapserver. Right, and From memory, as I don't find

[gdal-dev] Kanun tasarısı ile ilgili not

2010-10-17 Thread ahmet temiz
merhaba Kanun tasarısı ile ilgili çok az bir bilgimiz oldu. sanıyorum pazartesi (yarın) görüş bildirilecek. O gün için olayı pek toparlayamadık. Ama daha sonra düşündüm. Bence: Özellikle CBS nin bir ibare olarak kanunda geçmesi iyi olur. Örneğin: ilk maddede Tehlike ve risk haritalarının CBS

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Tamas Szekeres
Hi poppler gurus, I've also compiled poppler.lib (version 0.14.4) with various versions of MSVC, but it seems to generate double free memory corruptions in gdal. A single run of pdf.py (from the autotest suite) seems to complete successfully, however running the script multiple times (in a batch)

Re: [gdal-dev] building with PDF driver on Windows + ?

2010-10-17 Thread Joaquim Luis
Tamas, I didn't notice that but on the other hand I never run it enough times to make it happen. Joaquim Hi poppler gurus, I've also compiled poppler.lib (version 0.14.4) with various versions of MSVC, but it seems to generate double free memory corruptions in gdal. A single run of