Re: [gdal-dev] CartoDB driver fail because drop sequence sentence fails

2014-03-10 Thread Jorge Arevalo
Hello, On Thu, Mar 6, 2014 at 8:05 PM, Even Rouault wrote: > Le jeudi 06 mars 2014 18:45:50, Jorge Arevalo a écrit : >> Hello, >> >> I'm trying to create a new table in CartoDB using the GDAL CartoDB >> driver and Python bindings. I'm getting a HTTP 400 error. >> >> This is the source code: >> >>

Re: [gdal-dev] CartoDB driver fail because drop sequence sentence fails

2014-03-06 Thread Even Rouault
Le jeudi 06 mars 2014 18:45:50, Jorge Arevalo a écrit : > Hello, > > I'm trying to create a new table in CartoDB using the GDAL CartoDB > driver and Python bindings. I'm getting a HTTP 400 error. > > This is the source code: > > from osgeo import ogr > from osgeo import gdal > > gdal.SetConfigO

[gdal-dev] CartoDB driver fail because drop sequence sentence fails

2014-03-06 Thread Jorge Arevalo
Hello, I'm trying to create a new table in CartoDB using the GDAL CartoDB driver and Python bindings. I'm getting a HTTP 400 error. This is the source code: from osgeo import ogr from osgeo import gdal gdal.SetConfigOption("CARTODB_API_KEY", MY_API_KEY) drv = ogr.GetDriverByName("CartoDB") cart