Hi, The gdal_retile.py utility is a Python script and as far as I know nobody has ported it into Java so far. Even the GeoServer documents advice to use it as it stands https://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html. It is about 1000 lines of Python code https://github.com/OSGeo/gdal/blob/master/gdal/swig/python/gdal-utils/osgeo_utils/gdal_retile.py and I guess that it could be re-written if there is an ultimate need for that. Workaround could be to call Python from Java but I do not know if it makes sense.
-Jukka Rahkonen- Lorenzo Di Giacomo wrote > Hi, i can't find the gdal_retile porting on java, is there a class / > method? If not, which is the best workaround? > > _______________________________________________ > gdal-dev mailing list > gdal-dev@.osgeo > https://lists.osgeo.org/mailman/listinfo/gdal-dev -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev