gt-imageio-ext-gdal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-imageio-ext-gdal</artifactId>
<version>24.2-oss84-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
Maven Project Configuration File
The Geotools Project
http://www.geotools.org/
Version: $Id$
======================================================================= -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.oss84.geotools</groupId>
<artifactId>plugin</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-imageio-ext-gdal</artifactId>
<packaging>jar</packaging>
<name>ImageI/O-Ext based grid coverage readers</name>
<description>
Extension of the of Grid Coverage plugins, leveraging on the GDAL raster data access
capabilities by means of the ImageIO-Ext Project.
</description>
<licenses>
<license>
<name>Lesser General Public License (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- =========================================================== -->
<!-- Developers and Contributors -->
<!-- =========================================================== -->
<developers>
<developer>
<name>Simone Giannecchini</name>
<id>simboss</id>
<email>simone.giannecchini@geo-solutions.it</email>
<organization>GeoSolutions S.A.S.</organization>
<organizationUrl>http://www.geo-solutions.it</organizationUrl>
<roles>
<role>Java Developer</role>
<role>Documentation</role>
<role>Module Maintainer</role>
</roles>
</developer>
<developer>
<name>Daniele Romagnoli</name>
<id>danieler</id>
<email>daniele.romagnoli@geo-solutions.it</email>
<organization>GeoSolutions</organization>
<roles>
<role>Module Maintainer</role>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- =========================================================== -->
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-coverage</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalarcbinarygrid</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalmrsid</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalecw</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdaldted</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalkakadujp2</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalmrsidjp2</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalecwjp2</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalehdr</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalenvihdr</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalerdasimg</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalnitf</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalrpftoc</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalidrisi</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalvrt</artifactId>
<!-- The version number is specified in the parent POM. -->
<exclusions>
<exclusion>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalgeotiff</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalsrp</artifactId>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-imagereadmt</artifactId>
<!-- The version number is specified in the parent POM. -->
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-sample-data</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.media</groupId>
<artifactId>jai_imageio</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>test</scope> <!-- Users should execute JAI installer. -->
</dependency>
</dependencies>
</project>