s

sis-geotiff

Bridge between GeoTIFF convention and ISO 19115 metadata.
Rémi Maréchal Thi Phuong Hao Nguyen Martin Desruisseaux
Files download
File Operation
sis-geotiff-1.2.jar download
sis-geotiff-1.2.pom download
sis-geotiff-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sis.storage</groupId>
  <artifactId>sis-geotiff</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.storage:sis-geotiff:1.2'
Gradle Kotlin
implementation("org.apache.sis.storage:sis-geotiff:1.2")
Scala SBT
libraryDependencies += "org.apache.sis.storage" % "sis-geotiff" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.storage', module='sis-geotiff', version='1.2')
)
Apache Ivy
<dependency org="org.apache.sis.storage" name="sis-geotiff" rev="1.2" />
Leiningen
[org.apache.sis.storage/sis-geotiff "1.2"]
Apache Buildr
'org.apache.sis.storage:sis-geotiff:jar:1.2'