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
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
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
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
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
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
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
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",
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
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
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
11 matches
Mail list logo