Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Ryan Schmidt
On Jun 17, 2020, at 18:38, Chris Marsh wrote: > I don't have anything to do with the gdal project, so I don't have a proper > answer for you. > > However, I use this project > https://github.com/nextgis/pygdal > for using python gdal in my venvs as it behaves much better. > > It uses setuptool

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Ryan Schmidt
On Jun 17, 2020, at 18:08, Chris Marsh wrote: > To the right of the search box are 3 dots. Click that and 'view raw logs' > > https://pipelines.actions.githubusercontent.com/yqaARdsLodWRtkoqajmNaa64Xp4JCsYwhgHYzJtTCVY8q4LFPT/_apis/pipelines/1/runs/546/signedlogcontent/3?urlExpires=2020-06-17T23%3

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Chris Marsh
To the right of the search box are 3 dots. Click that and 'view raw logs' https://pipelines.actions.githubusercontent.com/yqaARdsLodWRtkoqajmNaa64Xp4JCsYwhgHYzJtTCVY8q4LFPT/_apis/pipelines/1/runs/546/signedlogcontent/3?urlExpires=2020-06-17T23%3A07%3A33.8599856Z&urlSigningMethod=HMACV1&urlSignatur

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Ryan Schmidt
On Jun 17, 2020, at 08:38, Even Rouault wrote: > On mardi 16 juin 2020 20:41:28 CEST Ryan Schmidt wrote: > > Hello, I'm a developer with MacPorts. We have this problem: py-gdal is > > written in C++ but it gets compiled using the C compiler and CFLAGS and > > linked using the C++ compiler and LD

Re: [gdal-dev] Help request for data alignment issue

2020-06-17 Thread jratike80
Hi, You do not give enough details so I could try to follow your steps. It is odd that gdal_edit does not give the desired result. But have you tried to use "GEOTIFF_KEYS_FLAVOR"="ESRI_PE" directly as a gdalwarp creation option? -Jukka Rahkonen- Jessica Evans wrote > Hi > > Wondering if anyone

[gdal-dev] How to convert GDAL Vector dataset to memory stream

2020-06-17 Thread MRRAJESH
Hello list, I'm using GDAL via swig C# bindings. Is there a way to create memory stream from gdal vector dataset. If so, how can I achieve this. Thanks in advance Rajesh -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ g

[gdal-dev] extract from geopdf with transparency

2020-06-17 Thread Clay, Bruce
We have a GeoPDF file that contains multiple layers, base layer plus several transparent overlays and some vectors. We can pull each or all image layers and the vector layers from the PDF and save them in separate files. We cannot get the transparent image layers to extract and keep their tran

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Kurt Schwehr
Here is the (very out of date) fink setup for gdal for comparison: https://github.com/fink/fink-distributions/blob/master/10.9-libcxx/stable/main/finkinfo/libs/pythonmods/gdal-py.info#L43 https://github.com/fink/fink-distributions/blob/master/10.9-libcxx/stable/main/finkinfo/libs/pythonmods/gdal-p

Re: [gdal-dev] How to build py-gdal using the C++ compiler

2020-06-17 Thread Even Rouault
On mardi 16 juin 2020 20:41:28 CEST Ryan Schmidt wrote: > Hello, I'm a developer with MacPorts. We have this problem: py-gdal is > written in C++ but it gets compiled using the C compiler and CFLAGS and > linked using the C++ compiler and LDFLAGS. We would like it to be compiled > using the C++ com

[gdal-dev] Help request for data alignment issue

2020-06-17 Thread Jessica Evans
Hi Wondering if anyone can help. I am currently trying to use osgeo gdal.Warp to resample and reproject a GeoTiff (from EPSG:26916 NAD83 / UTM zone 16N to EPSG:102008 North America Albers), but also to get the data to align with other data that has been processed using ArcGIS. I can get the d