Coverage ======== Supports the use of coverage information (ie raster) from a range of sources. .. toctree:: :maxdepth: 1 grid faq Format plugins: .. toctree:: :maxdepth: 1 arcgrid arcsde geotiff gtopo30 image imageio jdbc/index mosaic pyramid Unsupported plugins: .. toctree:: :maxdepth: 1 coverageio experiment geotiff_new grassraster jp2k netCDF matlab oracle tools Implementation details: .. toctree:: :maxdepth: 1 internal/index The gt-coverage module provides a way to build and use highly structured grids of numeric values such as imagery data, for instance GeoTIFF format files, or multi-dimensional matrix data, like that found in NetCDF format files. .. image:: /images/gt-coverage.png The gt-coverage module is responsible for: * implementation of the coverage interfaces from :doc:`gt-opengis <../opengis/index>` such as GridCoverage2D and Format * Bridging between Java Advanced Imaging, JAI Image IO and Java Image facilities and the geospatial idea of a GridCoverage * Recognising additional formats available on the CLASSPATH using **GridFormatFinder**