Re: [gdal-dev] gdal_rasterize

2014-04-08 Thread Chaitanya kumar CH
Jason, Can you provide some sample data to reproduce the error? On Wed, Apr 9, 2014 at 3:51 AM, Jason Mathis wrote: > Hi all was wondering if anyone could help out here. I have been trying to > rasterize a shp file using gdal_rasterize and I keep getting an error I > have no idea about. > > > g

Re: [gdal-dev] Import .GDB into MSSQL Server database

2014-04-08 Thread Kyle Shannon
On Tue, Apr 8, 2014 at 4:47 PM, Jan Heckman wrote: > Depends on the geodatabase version. > If (AG) 10, there is a ogr driver for it, so you would not need shapefiles > and avoid losing long fieldnames etc. > There is no driver for earlier AG/gdb versions. OpenFileGDB should handle earlier version

Re: [gdal-dev] Import .GDB into MSSQL Server database

2014-04-08 Thread Jan Heckman
Depends on the geodatabase version. If (AG) 10, there is a ogr driver for it, so you would not need shapefiles and avoid losing long fieldnames etc. There is no driver for earlier AG/gdb versions. Maybe it's an old thread, but it

[gdal-dev] gdal_rasterize

2014-04-08 Thread Jason Mathis
Hi all was wondering if anyone could help out here. I have been trying to rasterize a shp file using gdal_rasterize and I keep getting an error I have no idea about. gdal_rasterize(1844,0x7fff7a393310) malloc: *** error for object 0x7f8f40d032e0: pointer being freed was not allocated *** set a

[gdal-dev] MapWindow Open Source GIS Users and Developers Conference

2014-04-08 Thread Paul Meems
This year (May 29-31 2014) the 5th Hungarian GIS Conference & Exhibition organized by the University of Debrecen includes the 4th MapWindow Open Source GIS Users and Developers Conference. Please have a look at the conference website: http://geogis.detek.unideb.hu/TKonferencia/2014/ Like our previ

Re: [gdal-dev] gdalwarp bug using -r mode

2014-04-08 Thread Etienne Tourigny
Hi, If there is a bug I am responsible for it... I have just updated the ticket at http://trac.osgeo.org/gdal/ticket/5433 Etienne On Tue, Apr 8, 2014 at 3:03 PM, Jonathan Greenberg wrote: > Folks: > > I'm running a gdalwarp on a sinusoidal MODIS class image to longlat, > using a modal resamp

[gdal-dev] Import .GDB into MSSQL Server database

2014-04-08 Thread cdp
Any ideas on how to import a .GDB into MSSQL Server database without converting to a .shp first? Thanks all! C -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Import-GDB-into-MSSQL-Server-database-tp5133917.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

[gdal-dev] gdalwarp bug using -r mode

2014-04-08 Thread Jonathan Greenberg
Folks: I'm running a gdalwarp on a sinusoidal MODIS class image to longlat, using a modal resample (and cropping the output). The warp is clipping off a circular region of North America and Australia. I am using multithreaded mode, but I confirmed this error also occurs in sequential mode. The

Re: [gdal-dev] [EXTERNAL] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-08 Thread David Tran
I downloaded and put instantclient-basic instantclient-sqlplus instantclient-sdk in one folder. I tried linux 32bit, windows x86 and also used lib2a tool (as.exe, dlltool.exe and reimp.exe) to convert *.lib with *.dll to *.a for mingw, but none of these methods is working: library not found

Re: [gdal-dev] [EXTERNAL] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-08 Thread Ivan Lucena
David, In order to compile the two Oracle driver you need to have in your system an OCI SDK installation appropriated for that plataform/environment. Here are the avaible downloads for Oracle Instant Client: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.h

Re: [gdal-dev] [EXTERNAL] Gdal 1.10.1 with OCI and ODBC doesn't compile right

2014-04-08 Thread David Tran
Hi Mike I created these symlinks and --with-oci-include=/instantclient/sdk/include finds whatever it needs, but --with-oci-lib=/instantclient doesn't. Cheers David Original Message Subject: Re: [EXTERNAL] [gdal-dev] Gdal 1.10.1 with OCI and ODBC doesn't compile right Fro