[gdal-dev] GDAL Java Bindings - Unable to use same jar on linux and windows

2016-01-05 Thread johie
Hi everyone, I have a problem with the GDAL 2.1.0 DEV version. I'm developing an application, which uses GDAL Java Bindings. I have been doing development with windows, and been using the gisinternals GDAL binaries (http://download.gisinternals.com/sdk/downloads/release-1800-x64-gdal-mapserver.zip

Re: [gdal-dev] GDAL Java Bindings - Convert raster from [0, 360] to [-180, 180]

2015-07-14 Thread johie
Hi, Thank you for your answers. Hmm I think that approach is quite complicated and makes my app quite messy. I would like just to stay using the Java bindings and get some approach that works on every file I process (only few files have this 0-360 problem). The gdal.SetConfigOption("CENTER_LONG",

[gdal-dev] GDAL Java Bindings - Convert raster from [0, 360] to [-180, 180]

2015-07-13 Thread johie
Hi! I'm processing some global GRIB2/netCDF data which have East-West coordinates of 0-360 degrees. I need to have the output data on typical -180, 180 range to process them later with some other data. When I reproject them to WGS84 and convert to GeoTiff, the output is still 0-360. I found that

Re: [gdal-dev] GDAL Java Bindings - No data value using AutoCreateWarpedVRT

2015-06-25 Thread johie
Hi Evan, Thanks a lot! Worked like a charm! :) Jesse -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-GDAL-Java-Bindings-No-data-value-using-AutoCreateWarpedVRT-tp5212697p5213048.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___

[gdal-dev] GDAL Java Bindings - No data value using AutoCreateWarpedVRT

2015-06-24 Thread johie
Hi, I have been working with small application to reproject some raster files into WGS84. For this purpose I have used GDAL and Java Bindings. Reprojection works just fine, but the problem is that it creates "black" bounding box around the warped image (see image below) The problem with this is th