Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.05 KB

README.md

File metadata and controls

58 lines (33 loc) · 2.05 KB

Groundwater Surface water Interoperability Pilot

Intro material on the GSIP project

Collaboration between Environment and Climate Change Canada (ECCC) and Natural Resources Canada (NRCan).

Geological Survey of Canada, Canada Centre for Mapping and Earth Observation (CCMEO), Laboratoire de cartographie numérique et de photogrammétrie - Commission géologique du Canada -Québec (part of NRCan)

Meteorological Service of Canada, Water Survey of Canada (part of ECCC)

Note

This version (merged from sqllite) now need to configure /META-INF/context.xml to add a database connection. This is only important if you plan to use the demo dataset that comes with this application. In the worst case, some links will 404.. this is how the web works after all.

Documentation

Find documentation in /docs folder

Architecture

User Guide

Deployment

You can create a .war by running maven from the root of the project (where the .pom is)

mvn package war:war

You might want to edit the context file in /META-INF/context.xml to set database location first (or edit the file after it is deployed in Tomcat and restart the application)

To execute with local embedded database

Windows

SET GSIP_APP=http://localhost:8080/gsip
SET GSIP_BASEURI=http://localhost:8080/gsip
SET GSIP_TRIPLESTORE=webapp:repos/gsip

mvn cargo:run

Linux

export GSIP_APP=http://localhost:8080/gsip
export GSIP_BASEURI=http://localhost:8080/gsip
export GSIP_TRIPLESTORE=webapp:repos/gsip

mvn cargo:run

Demo application

There is an online demo application (somewhat behind the version on GitHub) at https://geoconnex.ca/gsip/app/index.html