Giter Site home page Giter Site logo

cresis / old_ops Goto Github PK

View Code? Open in Web Editor NEW
5.0 14.0 2.0 248.29 MB

Open Polar Server: Polar radar data serving software (PostGIS/Geoserver/Django/Apache)

Home Page: http://ops.cresis.ku.edu

License: GNU General Public License v3.0

Shell 8.01% Python 46.70% CSS 2.41% JavaScript 20.59% Scheme 19.76% HTML 2.52%
wms server

old_ops's Introduction

OPS

OpenPolarServer Spatial Data Infrastructure

About

The OpenPolarServer (OPS) is a complete spatial data infrastructure (SDI) built for The Center for Remote Sensing of Ice Sheets (CReSIS) at The University of Kansas. The SDI is a complete Linux server created using vagrant provisioning and Oracle VirtualBox. The server includes the following components:

  • Apache HTTPD and Apache Tomcat6
  • GeoServer Web Mapping Server
  • PostgreSQL + PostGIS Spatial Database
  • Django Web Framework
  • ExtJS + GeoEXT + OpenLayers GeoPortal web application
  • Optional CRON and SSMTP configuration

To cite usage of the Open Polar Server please use the following:

CReSIS. 2023. Open Polar Server [computer software], Lawrence,  Kansas, USA. Retrieved from https://github.com/CReSIS/.

To acknowledge the use of the CReSIS Toolbox, please note Kansas, NSF and NASA contributions. For example:

We acknowledge the use of the CReSIS Open Polar Server from CReSIS generated with support from the University of Kansas, NASA Operation IceBridge grant NNX16AH54G, and NSF grants ICER-2126503.

Requirements

A Centos 7 Linux server or virtual machine. We test the setup using Oracle VirtualBox at https://www.virtualbox.org/wiki/Downloads.

Provisioned Virtual Machines are available at: https://data.cresis.ku.edu/data/temp/ct/ops/

Installation

On a clean centos 7.9 VM:

yum install -y git
git clone https://github.com/cresis/ops.git /opt/ops
cd /opt/ops

sh conf/provisions.sh

# Answer prompts and watch for errors
# At the half-way point, a reboot is required. After the reboot, resume the script:
cd /opt/ops
sh conf/provisions.sh

After install, edit /var/django/ops/ops/settings.py and add the URL/IP that points to the VM to the ALLOWED_HOSTS list.

Endpoints

Assuming the VM's IP is 192.168.111.222:

192.168.111.222: The geoportal for accessing OPS

192.168.111.222/git: A local Gitlab server with copies of a few OPS-related repos

192.168.111.222/geoserver: The geoserver which hosts map data

Public OPS Authentication

The username and password for the default setup are included here.

Linux OS

username: root
password: pubMaster
username: ops
password: pubOps

Gitlab

username: root
password: pubMaster

GeoServer

username: admin
password: pubAdmin

PostgreSQL

username: admin
password: pubAdmin

Adding CReSIS data to the system

This can be done by placing CReSIS "data packs" into the /data/postgresql/ directory. Information on how and where to get these data packs can be found here.

Documentation still in progress...

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.