p

parent

Apache SIS is a free software, Java language library for developing geospatial applications. SIS provides data structures for geographic data and associated metadata along with methods to manipulate those data structures. The SIS metadata module forms the base of the library and enables the creation of metadata objects which comply with the ISO 19115 metadata model and which can be read from or written to ISO 19139 compliant XML documents. The SIS referencing module will enable the construction of geodetic data structures for geospatial referencing based on the ISO 19111 model such as axis, projection and coordinate reference system definitions, along with the associated operations which enable the mathematical conversion of coordinates between different systems of reference. The SIS storage modules will provide a common approach to the reading and writing of grid coverages applicable to simple imagery as to many dimensional data structures.
http://sis.apache.org
Adam Estrada Andrew Hart Charitha Chris A. Mattmann Gregory D. Reddin Ian Holsman Joe Schaefer Johann Sorel Joseph F. White Marc le Bihan Martin Desruisseaux Nga Thien Chung Patrick O'Leary Paul Michael Ramirez Peter Karich Rémi Maréchal Ross Laidlaw Sean William McCleese Suresh Marru Travis L. Pinney
Files download
File Operation
parent-0.8.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sis</groupId>
  <artifactId>parent</artifactId>
  <version>0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis:parent:0.8'
Gradle Kotlin
implementation("org.apache.sis:parent:0.8")
Scala SBT
libraryDependencies += "org.apache.sis" % "parent" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis', module='parent', version='0.8')
)
Apache Ivy
<dependency org="org.apache.sis" name="parent" rev="0.8" />
Leiningen
[org.apache.sis/parent "0.8"]
Apache Buildr
'org.apache.sis:parent:jar:0.8'