Re: [gdal-dev] GDAL 3.9.0beta1 available for testing

2024-04-22 Thread Robert Hewlett via gdal-dev
Any advice on how to become a tester such as testing on prefered OS and setup? I have access to a proxmox server but I usually stick to LINUX OSes. Or is at easy as following the notes here: https://gdal.org/development/dev_environment.html Ubuntu 22.x is the goto right now. Any advice would

[gdal-dev] LAUNDER option for geopackages

2024-04-03 Thread Robert Hewlett via gdal-dev
Hi, Is there a LAUNDER for geopackages? I ask this because at the following site: https://www.geopackage.org/guidance/getting-started.html Gives this specific guidance: Note: *For maximum interoperability,* start your database identifiers (table names, column names, etc.) with a lowercase

[gdal-dev] shptreevis functionality in GDAL

2024-02-02 Thread Robert Hewlett via gdal-dev
Hi, Does GDAL (ogr2ogr/ogrinfo) have the functionality to convert the .qix to a spatial format that can be visualized such as shptreevis from mapserver? Rob ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] Shapefile with corrupted index: SHAPE_RESTORE_SHX=YES doesn't correctly repairs it.

2023-05-15 Thread Robert Hewlett
Hi, Out of curiosity, if you isolate the shp, dbf and shx (make a copy) in a separate folder is the data still corrupt? Rob On Mon, May 15, 2023 at 6:35 AM Andrea Giudiceandrea via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi devs, > in a reent QGIS issue report at >

Re: [gdal-dev] Question regarding Shapefile Geo-cordinates

2023-05-12 Thread Robert Hewlett
Hi, Sorry for the late reply, Still marking and meetings on this side of the globe: I used the site to go from dwg to dxf. Then used ogr2ogr at the command line ogr2ogr --version GDAL 3.6.4, released 2023/04/17 ogr2ogr -a_srs "EPSG:4326" -f "ESRI Shapefile" ^ -gcp 12.8973 4.8524

Re: [gdal-dev] Question regarding Shapefile Geo-cordinates

2023-05-09 Thread Robert Hewlett
rection angle. Repeated the above steps to > mark three more geographic locations in the CAD file > > 8) Saved the CAD file and converted it into shape file using online > tool ‘https://mygeodata.cloud/conversion’ > > > I hope this helps you in analyzing the issue. > > > R

Re: [gdal-dev] Question regarding Shapefile Geo-cordinates

2023-05-09 Thread Robert Hewlett
It sounds like the lat and longs are being plotted as Web Mercator meters. I could be wrong Is there a .PRJ file? How are you viewing the data: QGIS Open layers Leaflet On Tue, May 9, 2023, 04:55 Vijay Kurhade wrote: > Hi; > > I have a long pending issue with Shapefile and using proper >

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-05 Thread Robert Hewlett
ss that perform some steps with the resultant CSV. In all > cases it works correctly, as the output of the ogr2ogr execution is a valid > CSV when deleting the first two lines, but in the case reported in my first > email it's not. > > The CREATE_CSVT=YES option is mandatory for us as fo

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-04 Thread Robert Hewlett
Hi. Here is an image of your dataframe.shp converted to CSV displayed in QGIS: https://i.imgur.com/6f6VFNf.png The dot CSV file in Excel and Calc https://i.imgur.com/twmfIPp.png On Thu, May 4, 2023 at 6:07 AM Robert Hewlett wrote: > Hi, > > Traced back through the thread and f

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-04 Thread Robert Hewlett
> Just wanted to confirm if that's expected for you (generating an output > that it's not a valid CSV in the end)! > > El mié, 3 may 2023 a las 21:05, Robert Hewlett () > escribió: > >> Hi, >> >> I just tested with : GDAL 3.6.4, released 2023/04/17 >> &

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-03 Thread Robert Hewlett
t;,"2",Tynehead Regional Park,"1" What does *ogr2ogr --version * report back On Wed, May 3, 2023 at 9:38 AM Robert Hewlett wrote: > Hi, > > Not to start a controversy but it feels like the standard hints at three > files. Did the standard change? > >

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-03 Thread Robert Hewlett
're getting one with all the info! > > El mié, 3 may 2023 a las 18:14, Robert Hewlett () > escribió: > >> Just to clarify, instead of getting three files you are getting one with >> all the info: types, projection, data? >> >> https://giswiki.hsr.ch/GeoCSV >

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-03 Thread Robert Hewlett
gt; obtained when using ogr2ogr without the CREATE_CSVT=YES option. > Probably we're losing something, but as we see it, the generated CSV > should be a valid one. Does that make sense? > > Thanks so much for your help! > > El mié, 3 may 2023 a las 15:10, Robert Hewlett () > es

Re: [gdal-dev] Ogr2ogr CSV driver not handling correctly line breaks inside columns

2023-05-03 Thread Robert Hewlett
The .CSVT and .PRJ help to make a proper geocsv dataset. Helps with QGIS And geopandas. The column name that I use in the CSV is usually geom and WKT shows up in the CSVT file which seems to be a one line file that hints at the data types in the CSV file. I hope that makes sense. CSVT Integer,

Re: [gdal-dev] CSV driver option to set the quote character for input -oo

2023-02-22 Thread Robert Hewlett
Hi, Ran into a problem with a CSV driver where I need more control over setting the quote character. It may already be there but I cannot find it on the -oo side. It is there on the writer side -co. The data is real-world data so it is a mess; unpaired single and double quotes within a field.