I have a local install of CartoDB in my Ubuntu 14.04. I have created a CartoDB account called "development" and been playing with it for a while. Now I'd like to import some data from a shapefile directly using ogr2ogr.
I've installed GDAL 2.0 since this post mentioned ogr2ogr wouldn't create new tables in CartoDB unless upgraded to 2.0, and tried this command:
ogr2ogr --config CARTODB_API_KEY XXXX -f CartoDB "CartoDB:development" myfile.shpThis is what I get:
ERROR 1: HTTP error code : 404ERROR 1: HTML error page returned by serverERROR 1: CartoDB driver doesn't support database creation.CartoDB driver failed to create CartoDB:developmentAny hints on how to find out more or how to ingest the data would be greatly appreciated.
أكثر...
I've installed GDAL 2.0 since this post mentioned ogr2ogr wouldn't create new tables in CartoDB unless upgraded to 2.0, and tried this command:
ogr2ogr --config CARTODB_API_KEY XXXX -f CartoDB "CartoDB:development" myfile.shpThis is what I get:
ERROR 1: HTTP error code : 404ERROR 1: HTML error page returned by serverERROR 1: CartoDB driver doesn't support database creation.CartoDB driver failed to create CartoDB:developmentAny hints on how to find out more or how to ingest the data would be greatly appreciated.
أكثر...