[gdal-dev] ogr2ogr problem with updated libproj

2020-03-17 Thread John Muccigrosso
I use homebrew to install both gdal2 and its dependencies, like osgeo-proj. This morning I updated the latter and started getting the following error from ogr2ogr: dyld: Library not loaded: /usr/local/opt/osgeo-proj/lib/libproj.15.dylib Referenced from: /usr/local/bin/ogr2ogr

Re: [gdal-dev] ogr2ogr problem with DECIMAL big int columns

2011-10-13 Thread Luca Sigfrido Percich
Even, thank you very much for you explanation, which is clear and complete as usual. I understand. The -fieldTypeToString workaround will be fine for me until further OGR development or implementation of the rfc. All the best Sig Il giorno gio, 13/10/2011 alle 21.36 +0200, Even Rouault ha scrit

Re: [gdal-dev] ogr2ogr problem with DECIMAL big int columns

2011-10-13 Thread Even Rouault
Le jeudi 13 octobre 2011 10:49:53, Luca Sigfrido Percich a écrit : > Hi all, > > I'm trying to convert with ogr2ogr a shapefile having a decimal(15,0) ID > column containig very long integer unique IDs (for example, > 113800200319004) > For whom it may concern, it is a TeleAtlas MultiNet file. >

[gdal-dev] ogr2ogr problem with DECIMAL big int columns

2011-10-13 Thread Luca Sigfrido Percich
Hi all, I'm trying to convert with ogr2ogr a shapefile having a decimal(15,0) ID column containig very long integer unique IDs (for example, 113800200319004) For whom it may concern, it is a TeleAtlas MultiNet file. When converting to shapefile, I get the same column type in out.shp - decimal(15,

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-19 Thread Peter J Halls
Dear All, as a step towards a solution where the output is to Oracle, I have just submitted enhancement ticket 3690. This describes edits to ogrocidatasource and ogrocitablelayer to enable the creation of non-spatial tables (ie omitting the geomentry column) if a geometry type of wkbNone i

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Even Rouault
s post, but the making of .resolved.gml and .gfs files is completely different right now. Not sure what Chaintanya's future plans are. > > > Jez > > > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Monday 12 July 2010 22:09 > To: gda

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Even Rouault
;>> > >>> > >>> I've just rebuilt GDAL/OGR using the latest code from the GDAL 'trunk', > >>> but now I get the following error using ogr2ogr to convert an OS > >>> MasterMap chunk (e.g. > >>> http://www.ordnancesurvey.co.uk/o

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Jez Walters
[mailto:chaitanya...@gmail.com] Sent: Tuesday 13 July 2010 17:16 To: Jez Walters Cc: Even Rouault; gdal-dev@lists.osgeo.org; Martin Daly Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Jez, I'm afraid xlink resolution is currently a slow process and I am still wo

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Chaitanya kumar CH
t; GDAL code is in some sense temporary? > > > > > > Jez > > > > > > *From:* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Sent:* Tuesday 13 July 2010 16:51 > *To:* Jez Walters > *Cc:* Even Rouault; gdal-dev@lists.osgeo.org; Martin Daly > >

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Jez Walters
, or do you mean that the latest GDAL code is in some sense temporary? Jez From: Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Sent: Tuesday 13 July 2010 16:51 To: Jez Walters Cc: Even Rouault; gdal-dev@lists.osgeo.org; Martin Daly Subject: Re: [gdal-dev] ogr2ogr problem converting UK

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Chaitanya kumar CH
mbining the stages > that produce the '.resolved.gml' and '.gfs' files? > > > Jez > > > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Monday 12 July 2010 22:09 > To: gdal-dev@lists.osgeo.org > Cc: Jez

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Jez Walters
l' and '.gfs' files? Jez -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Monday 12 July 2010 22:09 To: gdal-dev@lists.osgeo.org Cc: Jez Walters; 'Martin Daly' Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance S

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-13 Thread Peter J Halls
---Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Sunday 11 July 2010 11:12 To: gdal-dev@lists.osgeo.org Cc: Martin Daly; Peter J Halls; Jez Walters Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Just to inform you that now th

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Even Rouault
ous fields for which this error is reported do not appear to be > > in the resultant shapefiles. Unfortunately this makes the new GDAL code > > unusable for me. :-( > > > > Any thoughts? > > > > > > Jez > > > > > > -----Original Message

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Even Rouault
e for me. :-( > > Any thoughts? > > > Jez > > > -Original Message- > From: Even Rouault [mailto:even.roua...@mines-paris.org] > Sent: Sunday 11 July 2010 11:12 > To: gdal-dev@lists.osgeo.org > Cc: Martin Daly; Peter J Halls; Jez Walters > Subject: Re:

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Jez Walters
Jez -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Sunday 11 July 2010 11:12 To: gdal-dev@lists.osgeo.org Cc: Martin Daly; Peter J Halls; Jez Walters Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Just to inform you that now

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Chaitanya kumar CH
ng Limited > > Eveleigh House, Grove Street, Bath, BA1 5LR, UK > > www.ipl.com > > > > *From:* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Sent:* Monday 12 July 2010 10:42 > *To:* Jez Walters > > *Subject:* Re: [gdal-dev] ogr2ogr problem converting UK Ord

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Jez Walters
lt;http://www.ipl.com/> Information Processing Limited Eveleigh House, Grove Street, Bath, BA1 5LR, UK www.ipl.com<http://www.ipl.com/> From: Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Sent: Monday 12 July 2010 10:42 To: Jez Walters Subject: Re: [gdal-dev] ogr2ogr problem convertin

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-12 Thread Jez Walters
ris.org] Sent: Sunday 11 July 2010 11:12 To: gdal-dev@lists.osgeo.org Cc: Martin Daly; Peter J Halls; Jez Walters Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Just to inform you that now that the NAS driver is in GDAL trunk, I've been able to port its enhan

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-11 Thread Even Rouault
Just to inform you that now that the NAS driver is in GDAL trunk, I've been able to port its enhancements to the main GML driver. On the few samples I've tested, OS Mastermap GML files seem to be read correctly now. See http://trac.osgeo.org/gdal/ticket/3680 Le Friday 02 July 2010 09:04:38 Mart

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-02 Thread Martin Daly
> Here it is not only GDAL/OGR that has a problem! Currently, I know of no > importer that can handle this construct, other than the tool (from Snowflake) > used by OSGB to generate it - and there is also the question of onwards > storage. Not even close, I'm afraid. There are plenty of tool

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey

2010-07-01 Thread Peter J Halls
Thanks, Frank. I am pleased to hear that I have probably not missed much in my analysis of the current GDAL/OGR facilities. I have not yet moved to 1.7, so it may be that there is a little more in the driver now than I have seen in 1.6.3. I started out thinking that I could concatenate these

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-01 Thread Frank Warmerdam
On Thu, Jul 1, 2010 at 4:55 PM, Peter J Halls wrote: > Jez, Even, > >   there are actually several issues relating to using GDAL/OGR to read > Ordnance Survey of Great Britain (OSGB) GML files distributed as their > Mastermap > product.  One of these I reported as bug #1604 - I now find that this

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-01 Thread Peter J Halls
aris.org] Sent: Wednesday 30 June 2010 19:54 To: gdal-dev@lists.osgeo.org Cc: Jez Walters; 'Frank Warmerdam' Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Jez, the reason for the orientation field to be recognize in the CartographicSymbol layer and not

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-07-01 Thread Jez Walters
0 19:54 To: gdal-dev@lists.osgeo.org Cc: Jez Walters; 'Frank Warmerdam' Subject: Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap Jez, the reason for the orientation field to be recognize in the CartographicSymbol layer and not in the CartographicText layer lies in

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-06-30 Thread Even Rouault
uot;textRendering" element. I'm sure I'm on to something with this, but I'm > > not sure how to proceed from here! > > Warm regards, > > > Jez > > > -Original Message- > From: fwarmer...@gmail.com [mailto:fwarmer...@gmail.com] On Behalf Of

RE: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-06-30 Thread Jez Walters
nt. I'm sure I'm on to something with this, but I'm not >sure how to proceed from here! Warm regards, Jez -Original Message- From: fwarmer...@gmail.com [mailto:fwarmer...@gmail.com] On Behalf Of Frank Warmerdam Sent: Wednesday 30 June 2010 15:38 To: Jez Walters Cc: g

Re: [gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-06-30 Thread Frank Warmerdam
Jez, Can you provide a mastermap file I can test with? Best regards, On Wed, Jun 30, 2010 at 4:31 PM, Jez Walters wrote: > > Not quite sure if I've got the right forum, but I'm having trouble using the > 'ogr2ogr' utility (part of GDAL 1.7.2) to convert Ordnance Survey GML into > ESRI shapefile

[gdal-dev] ogr2ogr problem converting UK Ordnance Survey MasterMap

2010-06-30 Thread Jez Walters
Not quite sure if I've got the right forum, but I'm having trouble using the 'ogr2ogr' utility (part of GDAL 1.7.2) to convert Ordnance Survey GML into ESRI shapefiles. The 'orientation' field is being ignored when I convert the CartographicText layer, although this field gets successfully transl

Re: [gdal-dev] ogr2ogr problem

2009-01-06 Thread pcreso
ation_no: Integer (0.0) OGRFeature(sql_statement):0 station_no (Integer) = 16 Bus error (core dumped) > Thanks, Brent --- On Wed, 1/7/09, Frank Warmerdam wrote: > From: Frank Warmerdam > Subject: Re: [gdal-dev] ogr2ogr problem > To: pcr...@pcreso.

Re: [gdal-dev] ogr2ogr problem

2009-01-06 Thread Frank Warmerdam
pcr...@pcreso.com wrote: An example ogr2ogr command is: ogr2ogr -f "Mapinfo File" -dsco "FORMAT=MIF" -nln sql ttt 'PG:host=wms dbname=db_trawl user=woodb' -sql "select station_no, trackline from station" Brent, I'm not sure what is going on, but I'd suggest you try : ogrinfo 'PG:...' -

[gdal-dev] ogr2ogr problem

2009-01-06 Thread pcreso
Hi, My apologies for introducing problems from an old version, but it is what is installed & I can't have it changed for weeks at least The problem is with ogr2ogr in version 1.3.1 of GDAL under FreeBSD. I need to generate GMT files for an online mapping application generating publication