Skip to content

andrewcharles/contour-wms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

292 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Python 90.6%
  • Shell 7.2%
  • Ruby 2.2%