Skip to content

acharleses/contour-wms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countour Plot Map Web Service for Australian Bureau of Meteorology

Some info:

# default hosts & ports description:

localhost:8001  test pydap server
localhost:8006  prototype
localhost:8007  app (our application)
localhost:8008  test-client
localhost:8009  test-runner


How to run stuff:

  * assuming current dir is bom-mapping
  * all port arguments are optional

# pydap server

$ paster serve pydap-server/server.ini


# prototype

$ python prototype/prototype_paste.py


# app

$ python app/app.py <port>


# test-client

$ python app/test_client.py <port>


# test-runner

$ python test-runner/test_runner.py <port>


# running all acceptance tests from terminal

$ cucumber

About

Web service providing contour plots of OPEnDAP and netCDF data for map overlays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.5%
  • Shell 6.0%
  • HTML 2.0%
  • Ruby 1.8%
  • Gherkin 1.7%