s

sis-netcdf

Bridge between netCDF Climate and Forecast (CF) convention and ISO 19115 metadata.
Johann Sorel Martin Desruisseaux
文件下载
文件名 操作
sis-netcdf-0.8.jar 下载
sis-netcdf-0.8.pom 下载
sis-netcdf-0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.sis.storage</groupId>
  <artifactId>sis-netcdf</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.storage:sis-netcdf:0.8'
Gradle Kotlin
implementation("org.apache.sis.storage:sis-netcdf:0.8")
Scala SBT
libraryDependencies += "org.apache.sis.storage" % "sis-netcdf" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.storage', module='sis-netcdf', version='0.8')
)
Apache Ivy
<dependency org="org.apache.sis.storage" name="sis-netcdf" rev="0.8" />
Leiningen
[org.apache.sis.storage/sis-netcdf "0.8"]
Apache Buildr
'org.apache.sis.storage:sis-netcdf:jar:0.8'