Re: [gdal-dev] Building with plugins...

2017-06-12 Thread Carl Godkin
Thanks very much. (No wonder I couldn't find much information about these things anywhere!) carl On Mon, Jun 12, 2017 at 10:44 AM, Even Rouault wrote: > On lundi 12 juin 2017 08:04:08 CEST Carl Godkin wrote: > > > Hi, > > > > > > I am interested in building GDAL 2.2.0 with some of the availabl

Re: [gdal-dev] Clip tiff with shapefile

2017-06-12 Thread Even Rouault
On lundi 12 juin 2017 16:14:21 CEST Paul Meems wrote: > Hi, > > I'm trying to clip a tiff-file with a shapefile. > I'm using GDAL v2.1.3 with the SWIG-bindings in my C# application. > > The tiff-file has this info: > Driver: GTiff/GeoTIFF > Files: > Size is 5140, 6065 > Coordinate System is: > PR

Re: [gdal-dev] Building with plugins...

2017-06-12 Thread Even Rouault
On lundi 12 juin 2017 08:04:08 CEST Carl Godkin wrote: > Hi, > > I am interested in building GDAL 2.2.0 with some of the available drivers > as plugins. > > 1. Is the procedure for building GDAL plugins documented anywhere for > Linux? I don't think so. Plugin building in Linux is more experimen

Re: [gdal-dev] Question on creating geotiff from tif based on tfw/tab and EPSG code

2017-06-12 Thread Even Rouault
On lundi 12 juin 2017 17:22:58 CEST niels.vonfestenberg-packisch@rohde-schwarz.com wrote: > Hello, > I would like to add geotiff meta data to an existing tif file. > The meta data is known as tfw/tab files and as EPSG code. I was trying > hard to have this done with fwtools and geotifcp, but

[gdal-dev] Question on creating geotiff from tif based on tfw/tab and EPSG code

2017-06-12 Thread Niels . vonFestenberg-Packisch . ext
Hello, I would like to add geotiff meta data to an existing tif file. The meta data is known as tfw/tab files and as EPSG code. I was trying hard to have this done with fwtools and geotifcp, but I couldn't create a proper meta data file based on the EPSG code (even though the proj4 is availabl

[gdal-dev] Building with plugins...

2017-06-12 Thread Carl Godkin
Hi, I am interested in building GDAL 2.2.0 with some of the available drivers as plugins. 1. Is the procedure for building GDAL plugins documented anywhere for Linux? I see that there are several variables like XXX_PLUGIN listed in nmake.opt for Windows but I'd like to use plugins on Linux as we

[gdal-dev] gdal_calc not ignoring NoData values?

2017-06-12 Thread Spencer Gardner
I have two integer rasters, A and B, with the same dimensions and cell sizes. I want to compare each cell in A with each cell in B and keep the maximum value. In cases where both have nodata, I want the result to be nodata. In cases where one is nodata, I want the result to be the integer value of

[gdal-dev] Clip tiff with shapefile

2017-06-12 Thread Paul Meems
Hi, I'm trying to clip a tiff-file with a shapefile. I'm using GDAL v2.1.3 with the SWIG-bindings in my C# application. The tiff-file has this info: Driver: GTiff/GeoTIFF Files: Size is 5140, 6065 Coordinate System is: PROJCS["WGS 84 / UTM zone 32N", GEOGCS["WGS 84", DATUM["WGS_1984",

Re: [gdal-dev] Gdal and Open Data Cube

2017-06-12 Thread Peter Baumann
Hi Julien, understood, a particular project will usually have particular constraints, no problem. Actually, should you be willing to undertake this ODC endeavour maybe you can post a summary of functionality and performance comparison here afterwards? Might be interesting for some. best, Peter

Re: [gdal-dev] Gdal and Open Data Cube

2017-06-12 Thread Julien Michel
Hi Peter, I know about rasdaman, I even attended the rasdaman tutorial at FOSS4GEU 2015. But my point is not to choose or compare implementations : I am working with a project that uses the this ODC, I want to be able to do some OTB processing with it, and OTB reads data through gdal. And fro

Re: [gdal-dev] .exe extension missing for gdal-2.2.0 binaries

2017-06-12 Thread Velagandula, Sravan Kumar
If it may help anyone running into the same issue I was able to build the binaries with the .exe suffix without having to edit the GDALmake.opt by doing the following: a) export MINGHOST=x86_64-w64-mingw32 b) Use the --host option as "--host=${MINGHOST}" of the configure command. Thanks, Sravan