Apache Taverna Plugin GIS is a plugin for Apache Taverna that provides support for Geographical Information Systems (GIS), in particular OGC web services.
- (c) 2016 Apache Software Foundation
This product includes software developed at The Apache Software Foundation.
Licensed under the Apache License 2.0, see the file LICENSE for details.
The file NOTICE contains any additional attributions and details about embedded third-party libraries and source code.
Please subscribe to and contact the [dev@taverna](http://taverna.incubator.apache.org/community/lists#dev mailing list) for any questions, suggestions and discussions about Apache Taverna.
Bugs and feature plannings are tracked in the Jira
Issue tracker
under the TAVERNA
component Taverna Plugin GIS. Feel free
to add an issue!
To suggest changes to this source code, feel free to raise a GitHub pull request. Any contributions received are assumed to be covered by the Apache License 2.0. We might ask you to sign a Contributor License Agreement before accepting a larger contribution.
Apache Taverna is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Experimental modules:
TODO: Update the below.
- taverna-ogc-activity - Activity for running OGC web services
- taverna-ogc-activity-ui - Activity for browsing OGC web services
- Java 1.8 or newer (tested with OpenJDK 1.8)
- Apache Maven 3.2.5 or newer (older versions probably also work)
To build Apache Taverna Language, use:
mvn clean install
This will build each module and run their tests, producing JARs like
taverna-gis-activity/target/taverna-gis-activity-0.1.0-incubating.jar
.
To skip the tests (these can be timeconsuming), use:
mvn clean install -DskipTests
If you are modifying this source code independent of the Apache Taverna project, you may not want to run the Rat Maven plugin that enforces Apache headers in every source file - to disable it, try:
mvn clean install -Drat.skip=true
TODO: Document how to install this plugin.
TODO: Document how to use this plugin.