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
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",
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
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.
___
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