Re: [gdal-dev] Unable to extract features from KML

2016-11-24 Thread Michael Z Freeman
rect locations. Now to import the entire HiRise feature set :) Michael Z Freeman On Thu, November 24, 2016 5:03 pm, Even Rouault wrote: > On jeudi 24 novembre 2016 16:54:31 CET Michael Z Freeman wrote: > >> Hi, >> >> >> Still having trouble with this after updating to o

Re: [gdal-dev] Unable to extract features from KML

2016-11-24 Thread Michael Z Freeman
l that OGR can create two geometry columns each for POINT and POLYGON, in fact this seems to be explicitly stated that it can do this in the news release for GDAL version 2. Should I be using some kind of SQL statement on the OGR command line to make it do this ? Michael Z Freeman On Mon, Novem

Re: [gdal-dev] Unable to extract features from KML

2016-11-21 Thread Michael Z Freeman
s with the correct coordinates. Sorted ! (as we say here). Best Michael Z Freeman On Mon, November 21, 2016 7:30 am, jratike80 wrote: > Hi, > > > The main problem is that KML support such data models which do not suit > well with the simple feature model of GDAL. You can get

[gdal-dev] Unable to extract features from KML

2016-11-20 Thread Michael Z Freeman
Hi, Even through "ogrinfo" can see all the fields and the features in my KML I can never get ogr2ogr to actually give me the feature info that I want: name, description, point, polygon. The only format that actually shows is JSON but that is a real pain to import into PostGreSQL. CSV and PostGreSQ