Sentinel-2 images are usually provided in JPEG2000 format inside a zip-file with accompanying metadata.
A driver has already been coded and will be shipped with GDAL 2.1: GDAL Sentinel-2 driver
As Even Rouault mentioned on the GDAL mailing list:
You can also compile the driver code as a plugin against older GDAL releases
(works at least with 1.10 or later)
I would like to use this driver on a set of Win_x64 machines but have no means of compiling it myself.
Is there a way to obtain the Sentinel-2 driver as a plugin for GDAL under Windows? (possibly like the plugins provided on GISinternals)?
edit:
For legacy reasons I am not yet able to switch to GDAL 2.1 so I am explicitly looking for a driver for GDAL 1.11.