[gdal-dev] Discoverability of the new proj.db and GDAL_DATA/PROJ_LIB?

2019-01-08 Thread Sean Gillies
Hi, I have a couple questions about discoverability of the new proj.db file and how I should prepare my Rasterio project for the changes. Background: I am publishing rasterio wheels on the Python package index that include GDAL and PROJ shared libraries and the data files so that users can `pip in

[gdal-dev] gdalwarp -overwrite

2019-01-08 Thread Gong, Shawn
Hi list, I am switching from calling gdalwarp to using gdal.Warp( ) One of the gdalwarp parameters is "-overwrite" but I can't find it in gdal.WarpOptions Do I need it, is it a default option if I don't specify it? Thanks, Shawn This electronic correspondence, including any attachments, is in

Re: [gdal-dev] Whitespace in WKT

2019-01-08 Thread Even Rouault
On mardi 8 janvier 2019 11:38:32 CET Andrew Bell wrote: > Hi, > > I have some WKT where point X and Y are separated by newline characters > rather than spaces. A look at OGRWktReadToken seems to eat spaces and > tabs, but not newlines or other whitespace. My reading of the OGC simple > feature B

[gdal-dev] Whitespace in WKT

2019-01-08 Thread Andrew Bell
Hi, I have some WKT where point X and Y are separated by newline characters rather than spaces. A look at OGRWktReadToken seems to eat spaces and tabs, but not newlines or other whitespace. My reading of the OGC simple feature BNF doesn't help much, as AFAICT, the separator between is an "implie

Re: [gdal-dev] Fwd: Add overviews there is a difference between interleave

2019-01-08 Thread Even Rouault
On mardi 8 janvier 2019 17:21:43 CET Guy Doulberg wrote: > Hi guys > > I am trying to fix artifacts that the gdaladdo is creating in the overview > I am working on. > > The gdal version I am working with is 2.3.2 > > In general I have a big vrt file (RGB) on top of COGs with internal masks. > Th

[gdal-dev] Fwd: Add overviews there is a difference between interleave

2019-01-08 Thread Guy Doulberg
Hi guys I am trying to fix artifacts that the gdaladdo is creating in the overview I am working on. The gdal version I am working with is 2.3.2 In general I have a big vrt file (RGB) on top of COGs with internal masks. There are places in the original rasters that we mask the values. But when

[gdal-dev] How to create GeoTiff from image and UTM Coordinates

2019-01-08 Thread gregsmk
Hi, i am a very beginner in GeoTiff and Georeferencing. _ i have an image in .emf file format. _ i also have these UTM informations: Easting,Northing,Zone,Hemisphere Exemple: 40,4379520,24,N How can i use GDAL to create a geotiff from these informations ? (My GeoTiff need to be in wgs84, eps