Skip to content

52North/WPS-Ilwis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WPS-Ilwis Bridge

Wiki page: https://wiki.52north.org/bin/view/Projects/GSoC2015WpsIlwisBridge
Introductory blogpost: http://blog.52north.org/2015/05/27/wps-ilwis-bridge/
Midterm blogpost: http://blog.52north.org/2015/07/03/wps-ilwis-bridge-midterm-post/

Ilwis Process Repository

Ilwis backend for 52°North WPS.

Requirements

Windows

  • 32 bit Java 8 JRE
  • Linux

  • 64 bit Java 8 - tested with this.
  • libgdal (1.18.0)
  • Set up Ilwis-Objects with Java

  • Download for Windows.
  • Extract it to eg. C:\ilwisobjects.
  • Add the ilwisobjects folder to the PATH variable. HOWTO
    On Linux, use export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ilwisobjects-location/libraries/genericrelease
  • Building the library

  • Use mvn clean install in the 52n-wps-ilwis folder to export to jar.
  • Add at WPS build time

    Extend the 52n-wps-webapp pom.xml dependencies:
    ```xml org.n52.wps 52n-wps-ilwis org.n52.ilwis.java 52n-ilwis-java ``` Edit and copy the ilwislocation.config to WPS\52n-wps-webapp\src\main\webapp\config.

    Add at WPS runtime

  • Copy 52n-ilwis-java-0.0.1-SNAPSHOT.jar and 52n-wps-ilwis-3.3.2-SNAPSHOT.jar to 52n-wps-webapp-3.3.2-SNAPSHOT\WEB-INF\lib
  • Activate in WPS

    Image
    IlwisRepository
    org.n52.wps.server.ilwis.IlwisProcessRepository
    IlwisLocation C:/ilwis/
    Algorithm org.n52.wps.server.ilwis.mirrorrotateraster

    Contact

    Ilwis mailing list: ilwis@52north.org

    License

    This project is published under The Apache Software License, Version 2.0.

    About

    IlwisProcessRepository for 52°North WPS

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages