Code Monkey home page Code Monkey logo

cds-wps-aaas's Introduction

  WPCDAS:  Web Processing Climate Data Analysis Services

WPS API leveraging UVCDAT for server-side climate data analytics with clients for web, python, etc.
The inital version of the WPS server was based on code developed by Charles Doutriaux, LLNL.

Package installation:

  >> sudo mkdir /usr/local/web
  >> sudo chown <username> /usr/local/web
  >> cd /usr/local/web
  >> git checkout [email protected]:ThomasMaxwell/CDS-WPS-AaaS.git WPCDAS
  >> chmod -R a+rX WPCDAS
  >> chmod -R a+w WPCDAS/server/logs
  >> cd WPCDAS
  >> tar xzf sample_data.tar.gz

WPS Server Requirements:

    UVCDAT:  http://uvcdat.llnl.gov/

    Once UVCDAT is installed the following packages should be installed using UVCDAT's python:

    lxml:    http://lxml.de/
    Django:  https://www.djangoproject.com/
    django-corsheaders:  https://github.com/OttoYiu/django-cors-headers


Client Requirements:

     The web client is executed using an HTTP server such as Apache or CherryPy.
     For Apache, edit the /usr/local/apache2/conf/httpd.conf file:
       Set Listen to 8001
       Set DocumentRoot to "/usr/local/web/WPCDAS/clients/web/htdocs"

Service Initialization:

  Setup the UVCDAT environment:

  >> source .../install/bin/setup_runtime.sh

  Start the WPS service with the command:

  >> cd /usr/local/web/WPCDAS/server; python manage.py runserver

  Start the apache server with the command:

  >> sudo /usr/local/apache2/bin/apachectl -k start

Testing:

  WPS service test URLs can be found at: http://localhost:8001/

Web Client:

     A test plot can be accessed at http://localhost:8001/cdas/.
     Clicking on the map initiates a WPS call which retrieves a timeseries at the chosen location and then plots it.

cds-wps-aaas's People

Contributors

thomasmaxwell avatar

Watchers

Aashish Chaudhary avatar James Cloos avatar  avatar

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.