kss, thanks. gdal.ReprojectImage(..) looks like what I will be using then. :-)
My use case: - My huge (ECW) dataset is in EPSG:28992 - I want to extract a defined region in EPSG:4326 as a (Java) BufferedImage How can I get hold of a suitable destination dataset so I can use ReprojectImage(...)? Thanks, Markus Am 05.09.2013 18:19, schrieb Kyle Shannon: > On Thu, Sep 5, 2013 at 10:05 AM, Markus Schneider > <[email protected]> wrote: >> Hi again, >> >> I would like to try using the Warp API from Java. It seems that there >> are currently no Java bindings available. >> >> - Did anbody work on Java bindings for the Warp API? >> - How hard would it be to define them? I may be able to invest some time >> here. >> >> Best regards, >> Markus >> >> -- >> Markus Schneider >> CEO >> >> Occam Labs UG (haftungsbeschränkt) >> Godesberger Allee 139 >> 53175 Bonn, Germany >> >> +49 228 93798874 >> >> http://www.occamlabs.de >> >> >> _______________________________________________ >> gdal-dev mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/gdal-dev > > Markus, > > What are you trying to do exactly? I see that ReprojectImage() and > AutoCreateWarpedVRT are exposed in org.gdal.gdal.gdal: > > http://gdal.org/java/ > > kss > -- Markus Schneider CEO Occam Labs UG (haftungsbeschränkt) Godesberger Allee 139 53175 Bonn, Germany +49 228 93798874 http://www.occamlabs.de
signature.asc
Description: OpenPGP digital signature
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
