s

sis-netcdf

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