Skip to content
/ baw Public
forked from richwps/baw

WPS processes provided by the federal waterways engineering and research institute (BAW).

Notifications You must be signed in to change notification settings

Michael-81/baw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPS processes provided by the federal waterways engineering and research institute (BAW).

usage

compilation

  1. mvn clean install

deployment //see also aws/build.xml

  1. deploy regular 52n wps server 3.3.0-stable (or richwps server)
  2. copy aws/target/baw-aws-0.0.1-SNAPSHOT-full.jar to /var/lib/tomcat7/webapps/wps/WEB-INF/lib
  3. copy aws/wps_config.xml to /var/lib/tomcat7/webapps/wps/config/
  4. chown tomcat7:tomcat7 /var/lib/tomcat7/webapps/wps
  5. service tomcat7 restart

heads up: if 52n wps server 3.3.0-stable is used, the wps_config needs to be altered.

testing

@see aws/testing README.md

contents

  • baw-aws::0.0.1-SNAPSHOT //use -full.jar -- BAW process.
  • baw-fft::0.0.1-SNAPSHOT
  • baw-utils::0.0.1-SNAPSHOT
  • baw-xml::0.0.1-SNAPSHOT

About

WPS processes provided by the federal waterways engineering and research institute (BAW).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.8%
  • Python 2.2%