[gdal-dev] GDAL 3.11 vector utility

2025-04-25 Thread Richard Greenwood via gdal-dev
I'm playing with the (very cool) new gdal command line tool. I started with a simple task of copying a shapefile into postgres. I only want two columns from the shapefile and I need to cast it to a MultiLineString. My old ogr2ogr command: *ogr2ogr PG:"$PGCONN" shapefiles -sql "select STREET_NAM, TY

Re: [gdal-dev] style from GeoJSON to DXF

2025-04-25 Thread Javier Jimenez Shaw via gdal-dev
Thanks! On Fri, 25 Apr 2025 at 03:58, Chris Toney wrote: > Hi Javier, > I don't know much about DXF, but if you had a GeoJSON file named > styled_points.geojson with ("style" just an arbitrary field name): > > { > "type": "FeatureCollection", > "name": "styled_points", > "features": [ > { "type"