Giter Site home page Giter Site logo

agxs / soil-erosion-wps-plugin Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 194 KB

Soil Erorion WPS plugin for 52NWPS used by the Geo eFramework Soils Demonstrator.

Home Page: http://edina.ac.uk/projects/gefc_summary.html

License: GNU General Public License v3.0

Java 100.00%

soil-erosion-wps-plugin's Introduction

Building
--------

Simply type "mvn package" to compile the plugin. You may need to follow the instructions at http://52north.org/communities/geoprocessing/wps/tutorials/WPSJEEHelios.html to make sure you can compile the 52North WPS.

Installation
------------

This plugin requires an already installed copy of the 52North WPS(http://52north.org/communities/geoprocessing/wps/download.html), version 2.0-RC6 is the one that has been tested.

Copy the generated JAR file from the compilation to WEB-INF/lib in the 52N WPS context.

The provided RasterTable.xsd needs to be hosted on a webserver somewhere that the WPS context has access to.

Next edit the config/wps_config.xml file in the WPS. Add the following XML fragments to it(note that the <web server url> should be replaced with the URL of your actual web server):

  This should go at the end of the Parser section:

  <Parser name="LCR_XMLParser" className="tikouka.nl.wps.parser.XMLParser">
    <Property name="supportedSchema"><web server url>/RasterTable.xsd</Property>
    <Property name="supportedFormat">text/xml</Property>
    <Property name="supportedEncoding">UTF-8</Property>
  </Parser>

  This should go in the repository section:

  <Repository name="TikoukaAlgorithmRepository" className="tikouka.nl.wps.TikoukaAlgorithmRepository">
    <Property name="Algorithm">tikouka.nl.wps.algorithm.HelloAlgorithm</Property>
    <Property name="Algorithm">tikouka.nl.wps.algorithm.SoilErosionAlgorithm</Property>
    <Property name="Algorithm">tikouka.nl.wps.algorithm.ErodeDilateAlgorithm</Property>
    <Property name="Algorithm">tikouka.nl.wps.algorithm.ReclassAlgorithm</Property>
    <Property name="Algorithm">tikouka.nl.wps.algorithm.CombineAlgorithm</Property>
    <Property name="Algorithm">tikouka.nl.wps.algorithm.GrowFactorFacadeAlgorithm</Property>
  </Repository>

soil-erosion-wps-plugin's People

Contributors

agxs avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.