[gdal-dev] Way to increase global LRU cache of the /vsis3/ driver

2017-06-13 Thread teeschke
Dear GDAL Devs, the vsis3 driver truly is a masterpiece of a driver!! http://www.gdal.org/cpl__vsi_8h.html#a5b4754999acd06444bfda172ff2aaa16 I just wonder if there is any possibility to increase the global LRU cache which has a fixed size of 16MB. In my use-case I have time-related Gribfiles, st

Re: [gdal-dev] GDAL 2.0 as Virtual Machine

2016-01-04 Thread teeschke
Vagrant helped me out. https://trac.osgeo.org/gdal/wiki/Vagrant Now I can test 2.0 without touching my 1.11 installation. Special thanks to Craig and best regards, Daniel -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GDAL-2-0-as-Virtual-Machine-tp5240311p5243619.html Se

[gdal-dev] GDAL 2.0 as Virtual Machine

2015-12-07 Thread teeschke
Hi all, after GDAL 2.0 is out for several week I really want to check out the new features! But after abortive tries to install it via OSGeo4Mac and OSGeo4Win I just wonder whether there is a VM around with a pre-installed GDAL 2.0. Unfortunately OSGeo4Live doesn't provide one. I also think that p

[gdal-dev] Implement Mapservers Smooth-SIA algorithm

2014-11-10 Thread teeschke
ort curves, the smoothed geometries would have more vertices. But I'm sure that the users will accept this behavior for the new functionality. Thanks and regards teeschke -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Implement-Mapservers-Smooth-SIA-algorithm-tp5172151

Re: [gdal-dev] handle GRIB files in polar stereographic projection

2014-10-24 Thread teeschke
best regards teeschke -- View this message in context: http://osgeo-org.1560.x6.nabble.com/handle-GRIB-files-in-polar-stereographic-projection-tp5166227p5169424.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list

Re: [gdal-dev] handle GRIB files in polar stereographic projection

2014-10-24 Thread teeschke
I was able to transform the grib files to NetCDF using the Unidata NetCDF Tools. java -classpath netcdfAll-4.3.jar ucar.nc2.dataset.NetcdfDataset -in ice_conc_nh.grb -out ice_conc_nh.nc Amazingly GDAL can now work with this files. Here is the gdalinfo (Coordinates are in Days) $ gdalinfo NETCDF:

Re: [gdal-dev] handle GRIB files in polar stereographic projection

2014-10-07 Thread teeschke
I am using the GDAL version 1.11.0 I uploaded two grib files into my dropbox https://www.dropbox.com/sh/0cywnha7vcg0y1h/AAD-JbG39tMkpOwJnDRlT7rYa?dl=0 Thanks and best regards, teeschke -- View this message in context: http://osgeo-org.1560.x6.nabble.com/handle-GRIB-files-in-polar

[gdal-dev] handle GRIB files in polar stereographic projection

2014-10-06 Thread teeschke
Dear list, I am having trouble to handle grib files, that are polar stereographic projected. My goal is to reproject the grib into WGS84, but gdalinfo and gdalwrap cannot find any data iside the grib. $ gdalinfo south_hemisphere.grb Warning: Inside GRIB2Inventory, Message # 2 ERROR: Ran out of

[gdal-dev] projection of (maybe broken) grib file

2014-09-26 Thread teeschke
IB_COMMENT=Total precipitation [m] GRIB_ELEMENT=TP GRIB_FORECAST_SECONDS=172800 sec GRIB_REF_TIME= 1411689600 sec UTC GRIB_SHORT_NAME=0-SFC GRIB_UNIT=[m] GRIB_VALID_TIME= 1411862400 sec UTC A converted GTiff from has the same behavior. $ gdal_translate ./2014-09-28T00\:00Z.g