8000 GitHub - ossimlabs/omar-geoscript: Provides spatial capabilities to the OMAR suite of services
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ossimlabs/omar-geoscript

Repository files navigation

omar-geoscript

Description

The OMAR Geoscript application encapsulates all the geotools dependencies which provides libraries to query the OMAR database, draw footprints and manipulate shape files among other spatial capabilities.

Build Status

Required environment variable

  • OMAR_COMMON_PROPERTIES

Optional environment variables

Only required for Jenkins pipelines or if you are running Nexus and/or Openshift locally

  • OPENSHIFT_USERNAME
  • OPENSHIFT_PASSWORD
  • REPOSITORY_MANAGER_USER
  • REPOSITORY_MANAGER_PASSWORD

How to build/install omar-geoscript-app locally

  1. Git clone the following repos or git pull the latest versions if you already have them.
  git clone https://github.com/ossimlabs/omar-common.git
  git clone https://github.com/ossimlabs/omar-core.git
  git clone https://github.com/ossimlabs/omar-openlayers.git
  git clone https://github.com/ossimlabs/omar-geoscript.git
  1. Set OMAR_COMMON_PROPERTIES environment variable to the omar-common-properties.gradle (it is part of the omar-common repo).

  2. Install omar-core-plugin (it is part of the omar-core repo).

 cd omar-core/plugins/omar-core-plugin
 gradle clean install
  1. Install omar-openlayers-plugin
 cd omar-openlayers/plugins/omar-openlayers-plugin
 gradle clean install
  1. Build/Install omar-geoscript-app

Build:

 cd omar-geoscript/apps/omar-geoscript-app
 gradle clean build

Install:

 cd omar-geoscript/apps/omar-geoscript-app
 gradle clean install

About

Provides spatial capabilities to the OMAR suite of services

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 23

0