Skip to main content
replaced http://gis.stackexchange.com/ with https://gis.stackexchange.com/
Source Link

I am trying to convert KML to shapefile.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command:

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here: ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error:

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors?

OR

Any other way to directly dump KML to PostGIS (all data in single table)

I am trying to convert KML to shapefile.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command:

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here: ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error:

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors?

OR

Any other way to directly dump KML to PostGIS (all data in single table)

I am trying to convert KML to shapefile.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command:

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here: ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error:

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors?

OR

Any other way to directly dump KML to PostGIS (all data in single table)

corrected spelling
Source Link
nmtoken
  • 13.7k
  • 5
  • 39
  • 91

kml KML to shape fileshapefile (ogr2ogr)

I am trying to convert kmlKML to shape fileshapefile.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command  :

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here  : ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error  :

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors.?

OR

Any other way to directly dump kmlKML to postgisPostGIS (all data in single table)

kml to shape file (ogr2ogr)

I am trying to convert kml to shape file.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command  :

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here  : ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error  :

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors.

OR

Any other way to directly dump kml to postgis (all data in single table)

KML to shapefile (ogr2ogr)

I am trying to convert KML to shapefile.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command:

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here: ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error:

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors?

OR

Any other way to directly dump KML to PostGIS (all data in single table)

added 82 characters in body
Source Link
vinni
  • 201
  • 2
  • 9

I am trying to convert kml to shape file.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command :

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here : ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error :

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors.

OR

Any other way to directly dump kml to postgis (all data in single table)

I am trying to convert kml to shape file.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command :

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here : ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error :

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors.

I am trying to convert kml to shape file.

I'm using ogr2ogr (gdal version = 2.0.0). Here is the command :

/home/vineet/Project/gdal-2.0.0/bin/ogr2ogr --config SHAPE_ENCODING UTF-8 -update -append output.shp /home/vineet/Desktop/rail.kml -nln output -nlt GEOMETRY 

I have all three ways mentioned here : ogr2ogr kml to shp conversion created 184 shapefiles?! What am I missing?

And each time its giving me same error :

Warning 6: Normalized/laundered field name: 'description' to 'descriptio' Warning 6: Field timestamp create as date field, though DateTime requested. Warning 6: Field begin create as date field, though DateTime requested. Warning 6: Field end create as date field, though DateTime requested. Warning 6: Normalized/laundered field name: 'altitudeMode' to 'altitudeMo' FAILED: Layer output already exists, and -append not specified. Consider using -append, or -overwrite. ERROR 1: Terminating translation prematurely after failed translation of layer Professional Leagues (use -skipfailures to skip errors) 

Any idea why ogr is giving me these errors.

OR

Any other way to directly dump kml to postgis (all data in single table)

Source Link
vinni
  • 201
  • 2
  • 9
Loading