[gdal-dev] Processing line-delimited GeoJSON with ogr2ogr

2017-07-11 Thread maning sambale
Hi, I'm trying to process line-delimited geojson with ogr2ogr. Using gdal 2.1, I don't think it can do it. So I had to convert it to a feature collection before processing with ogr2ogr. Any other ways to process line-delimited data? -- cheers, maning ---

Re: [gdal-dev] change attribute type of OSM data

2016-07-19 Thread maning sambale
I see, I'm using 1.11. Will try the sql CAST way. Thanks! On Tue, Jul 19, 2016 at 1:24 PM, Even Rouault wrote: > Le mardi 19 juillet 2016 09:47:33, Even Rouault a écrit : >> Le mardi 19 juillet 2016 06:19:54, maning sambale a écrit : >> > Hi Even, >> > >&g

Re: [gdal-dev] change attribute type of OSM data

2016-07-18 Thread maning sambale
ndi 18 juillet 2016 09:22:52, maning sambale a écrit : >> Hi, >> >> I found this section of the code osmconf.ini: >> >> # type of attribute 'foo' can be changed with something like >> #foo_type=Integer/Real/String/DateTime >> >> So in my confi

[gdal-dev] change attribute type of OSM data

2016-07-18 Thread maning sambale
Hi, I found this section of the code osmconf.ini: # type of attribute 'foo' can be changed with something like #foo_type=Integer/Real/String/DateTime So in my configuration I have the following: # keys to report as OGR fields attributes=name,building,height,ele,start_date, height_type=Real ele

Re: [gdal-dev] convert shapefile from California State Plane to EPSG:4326

2016-02-08 Thread maning sambale
gr2ogr -f kml /vsistdout/ /vsizip/Building_Footprints.zip -where >> "OBJECTID=4001" >> >> I get : >> -118.276934177326,33.7920239166625 >> >> which is off by a bit more than 1 meter from the position of the geojson >> output. >> >> But

[gdal-dev] convert shapefile from California State Plane to EPSG:4326

2016-02-08 Thread maning sambale
Hi, I'm trying to convert LA City building data from State Plane to EPSG:4326. I converted the data using ogr2ogr. Visually inspecting using Bing imagery, I'm seeing an offset. Details of SRS info and sample images here: https://gist.github.com/maning/093a866fd465ea880032 It is possible that Bi

[gdal-dev] How to use ozi_datum.csv in ogr2ogr

2013-08-06 Thread maning sambale
Hi, I'm trying to use the Luzon Mindanao transformation to re-project some files. The Luzon Mindanao transformation [0] is commonly used in some maps in the Philippines often referred to as a separate datum but is actually just a unique set of transformation parameters based on the Luzon 1911 dat

Re: [gdal-dev] cannot access GFT recently via QGIS and OGR

2013-06-11 Thread maning sambale
sion Tables) > driver. There were some changes in how the login stuff worked in January or > so on the google side. > > Make sure you read over the format driver page for details of usage. > > http://www.gdal.org/ogr/drv_gft.html > > Best regards, > > Frank > >

[gdal-dev] cannot access GFT recently via QGIS and OGR

2013-06-09 Thread maning sambale
I have a vrt with the following contents: (email and password redacted) GFT:email=redacted password=redacted data This vrt used to work and I can view and edit the data. But recently, I got this error. ogrinfo -ro census.vrt INFO: Open of `census.vrt' using driver

Re: [gdal-dev] create only line shapefile

2013-04-25 Thread maning sambale
Thanks Jukka! Works flawlessly and it seems to be much faster even with the clipping. On Fri, Apr 26, 2013 at 1:13 AM, Jukka Rahkonen wrote: > maning sambale gmail.com> writes: > >> >> I have this syntax: >> >> ogr2ogr -f "ESRI Shapefile" tes

[gdal-dev] create only line shapefile

2013-04-25 Thread maning sambale
I have this syntax: ogr2ogr -f "ESRI Shapefile" test_osm.shp philippines.osm.pbf -lco SHPT=ARC \ -skipfailures -progress --config OSM_CONFIG_FILE osmconf.ini \ -select name,highway,oneway,maxspeed,access,lanes \ -where "highway is not null" -clipsrc ph_province.shp \ -clipsrcsql "SELECT * FROM ph_

Re: [gdal-dev] GDAL/OGR 1.10.0 Release Candidate 3 available

2013-04-18 Thread maning sambale
Dear Even, On Fri, Apr 19, 2013 at 4:26 AM, Even Rouault wrote: > #5056: OSM waterway One issue with adding waterway as lines is that the tag waterway=riverbank is usually for polygon and multi-polygons (relations). Is there a way within the osmconf.ini for instance to limit to a specific key:val

Re: [gdal-dev] clipping multiple shapefiles from a set of clipping polygons

2012-10-10 Thread maning sambale
Dear Eli, Thanks for this. I tried your suggestion: ogr2ogr -overwrite -f 'ESRI shapefile' clipped_roads.shp roads.shp -clipsrc province.shp -clipsrclayer province -clipsrcsql 'SELECT * FROM province WHERE provname='\''SomeName'\''' ERROR 6: GEOS support not enabled. ERROR 6: GEOS support not en

Re: [gdal-dev] clipping multiple shapefiles from a set of clipping polygons

2012-10-09 Thread maning sambale
Mon, Oct 8, 2012 at 9:57 AM, Ari Jolma wrote: >> On 10/08/2012 03:21 PM, maning sambale wrote: >> >> Thanks! Is this implemented already in the stable build? >> >> >> It's currently only in the trunk version. >> >> Ari >> >> >>

Re: [gdal-dev] clipping multiple shapefiles from a set of clipping polygons

2012-10-08 Thread maning sambale
Thanks! Is this implemented already in the stable build? Maning Sambale (mobile) On Oct 8, 2012 7:28 PM, "Ari Jolma" wrote: > On 10/08/2012 02:13 PM, maning sambale wrote: > >> HI, >> >> I have a shapefile polygon that contains administrative boundaries and

[gdal-dev] clipping multiple shapefiles from a set of clipping polygons

2012-10-08 Thread maning sambale
HI, I have a shapefile polygon that contains administrative boundaries and a several shapefile of various features. I want to create separate shapefiles of each layer feature for each administrative boundaries in the clipping layer. For example, AdminPoly1 - AdminPoly1_point.shp - AdminPoly1_

[gdal-dev] reading palsar k&c mosaic (was Fwd: [GRASS-user] Re: grass and palsar processing)

2012-02-17 Thread maning sambale
cket/4136 [3] http://trac.osgeo.org/gdal/ticket/2234 -- Forwarded message -- From: maning sambale Date: Wed, Feb 15, 2012 at 7:52 PM Subject: Re: [GRASS-user] Re: grass and palsar processing To: Markus Neteler Cc: Alexander Muriy , GRASS user list Thanks markus for this. I adde

Re: [gdal-dev] gdal 1.9 binaries for ubuntu natty 11.04

2012-02-15 Thread maning sambale
0.html > > Etienne > > On Wed, Feb 15, 2012 at 10:19 AM, maning sambale > wrote: >> As the subject, do we have ubuntu natty 11.04 binaries for 1.9? The >> ubuntugis repo only provides 1.9 in Lucid [0] >> >> [0] https://launchpad.net/~ubuntugis/+archive/u

[gdal-dev] gdal 1.9 binaries for ubuntu natty 11.04

2012-02-15 Thread maning sambale
As the subject, do we have ubuntu natty 11.04 binaries for 1.9? The ubuntugis repo only provides 1.9 in Lucid [0] [0] https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages -- cheers, maning -- "Freedom is still the most radical

[gdal-dev] Re: loading kc50 palsar datasets in GRASS

2010-11-25 Thread maning sambale
, maning sambale wrote: > Anyone successfully loaded kc50 palsar raw imagery with gdal? > > > -- Forwarded message ------ > From: maning sambale > Date: Tue, Nov 23, 2010 at 4:00 PM > Subject: loading kc50 palsar datasets in GRASS > To: grass-us...@lists.osgeo.org

[gdal-dev] Fwd: loading kc50 palsar datasets in GRASS

2010-11-24 Thread maning sambale
Anyone successfully loaded kc50 palsar raw imagery with gdal? -- Forwarded message -- From: maning sambale Date: Tue, Nov 23, 2010 at 4:00 PM Subject: loading kc50 palsar datasets in GRASS To: grass-us...@lists.osgeo.org This site provides PALSAR 50m Orthorectified Mosaic

Re: [gdal-dev] convert kmz to shapefiles

2009-06-24 Thread maning sambale
bel? > > > -- > From: "maning sambale" > Sent: Wednesday, June 24, 2009 3:00 AM > To: > Subject: [gdal-dev] convert kmz to shapefiles > >> Hi, >> >> I tried converting kmz (compressed kml) to shapefile but it is not >> recognized by ogr2

[gdal-dev] convert kmz to shapefiles

2009-06-24 Thread maning sambale
Hi, I tried converting kmz (compressed kml) to shapefile but it is not recognized by ogr2ogr. Any workaround the list can suggest? -- cheers, maning -- "Freedom is still the most radical idea of all" -N.Branden wiki: http://esambale.wikispaces

Re: [gdal-dev] convert qct format to geotiff

2009-04-01 Thread maning sambale
Andrew, Thank you for looking into this. > I would love to spend some time improving the software to allow > conversion to geotiff but the original author wasn't able to decode > the georeferencing polynomials and that's not something I can do > myself.  I'm can't put effort into improving the so

[gdal-dev] convert qct format to geotiff

2009-03-29 Thread maning sambale
Hi, Hope this is the right list. I have topo maps in qct raster file format. QCT file is proprietary format from Memory Map: http://www.memory-map.co.uk/ Searching for a free converter I found this link: http://mail.python.org/pipermail/python-list/2007-December/641555.html Conversion seems to