Re: [gdal-dev] Convert NetCDF to GeoTIFF WGS 84

2023-02-22 Thread Michael Sumner
oh dear I missed a key element in the actual command: gdalwarp band1.vrt tiff_test.tif -ts 4000 4000 -te -116.000 660.000 4.000 780.000 -t_srs "EPSG:3857" Best On Thu, Feb 23, 2023 at 6:35 PM Michael Sumner wrote: > in short, take the grid specification you want and pass it t

Re: [gdal-dev] Convert NetCDF to GeoTIFF WGS 84

2023-02-22 Thread Michael Sumner
in short, take the grid specification you want and pass it to gdalwarp, you need the subdataset syntax of the particular variable you need target extent "-te xmin ymin xmax ymax" and target size "-ts width height" (or use target resolution "-tr " for a given pixel size) and -t_srs "EPSG:3857

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

2023-02-22 Thread Even Rouault
Hi, Without examples I've some trouble understanding really your issue, but there's currently no open option along what you are looking for. Even Le 22/02/2023 à 19:55, Robert Hewlett a écrit : Hi, Ran into a problem with a CSV driver where I need more control over setting the quote charac

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. Wh

Re: [gdal-dev] Motion: adopt RFC 93: OGRLayer::UpdateFeature() method

2023-02-22 Thread Mateusz Loskot
+1 Mateusz On Wed, 22 Feb 2023 at 10:20, Even Rouault wrote: > > Hi, > > Motion: adopt RFC 93: OGRLayer::UpdateFeature() method > > https://github.com/OSGeo/gdal/pull/7249 > > Starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my time generally not. > >

Re: [gdal-dev] Motion: adopt RFC 93: OGRLayer::UpdateFeature() method

2023-02-22 Thread Rahkonen Jukka
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault Lähetetty: keskiviikko 22. helmikuuta 2023 11.20 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: adopt RFC 93: OGRLayer::UpdateFeature() method Hi, Motion: adopt RFC 93: OGRLayer::Updat

[gdal-dev] Motion: adopt RFC 93: OGRLayer::UpdateFeature() method

2023-02-22 Thread Even Rouault
Hi, Motion: adopt RFC 93: OGRLayer::UpdateFeature() method https://github.com/OSGeo/gdal/pull/7249 Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mailing list gdal-dev@lists.osgeo.o