org.clojars.lambdatronic/geo-xls

geo-xls is a simple command-line script which converts a properly formatted XLS file (see README), describing Workspaces, Data/Coverage Stores, and Layers into the Geoserver REST commands to create those objects in a running Geoserver instance.

Leiningen/Boot

[org.clojars.lambdatronic/geo-xls "1.0.0-rc2"]

Clojure CLI/deps.edn

org.clojars.lambdatronic/geo-xls {:mvn/version "1.0.0-rc2"}

Gradle

implementation("org.clojars.lambdatronic:geo-xls:1.0.0-rc2")

Maven

<dependency>
  <groupId>org.clojars.lambdatronic</groupId>
  <artifactId>geo-xls</artifactId>
  <version>1.0.0-rc2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.