Changes

ccav 0.0.9.dev

ccav 0.0.8 (2014-04-07)

ccav 0.0.7 (2014-03-06)

  • Use a separate virtual environment when building and deplyoing the documentation.
  • Updated documented requirements
  • Integrated use of sphinxcontrib-issuetracker for linking to bitbucket issues in documentatin. See Issue #29
  • Implemented support for using MapServer Expressions <http://mapserver.org/mapfile/expressions.html>.

Example request:

http://localhost:9000/api/Map
    ?service=WMS
    &request=GetMap
    &version=1.1.1
    &layers=regions:States/States
    &styles=
    &format=image/png
    &transparent=true
    &height=256
    &width=256
    &zIndex=500
    &srs=EPSG:3857
    &bbox=12523442.714243276,-5009377.085697311,15028131.257091932,-2504688.542848655
    &filter=([code]%20=%205)

This url (clickable) is: http://localhost:9000/api/Map?service=WMS&request=GetMap&version=1.1.1&layers=regions:States/States&styles=&format=image/png&transparent=true&height=256&width=256&zIndex=500&srs=EPSG:3857&bbox=12523442.714243276,-5009377.085697311,15028131.257091932,-2504688.542848655&filter=([code]%20=%205)

  • Added infrastructure for performing integration and user interface testing via pytest and selenium.
  • Switch to using seleniumwrapper to make writing tests a little easier.
  • Fixed Issue #66

ccav 0.0.6 (2013-12-09)

  • Fixed packaging. ccav is NOT zip_safe.

ccav 0.0.5 (2013-12-09)

  • Fixed the port that the test instance (http://testccav.terranova.org.au/) runs on. Was conflicting with prod (http://ccav.terranova.org.au/)
  • Added links to the Changes and Docs and the currently running version to the landing page.
  • Deploy test instnace (http://testccav.terranova.org.au/) in dev mode for easier debugging of JS/CSS.
  • Improved the style/theme of the internally hosted documentation.
  • Added link to API and API Docs to landing page.
  • Added support for querying the Features API utilizing JSON Select via the nicily written jsonselect library by Matthew Hooker.
  • Added new Data API /api/Data for accessing data about the models.
  • Improved overall API and allowed querying on any endpoint. Any API endpoint can accept a q=<json select> query-string paremter.

e.g:

GET /api/Data/Features/States?q=.STATE_NAME
  • Added new Vars API /api/Vars for accessing bioclim descriptions and min/max values across regions.
  • Added basic Map API providing WMS/WFS services. This is available at /api/Map
  • Beginning of the Map Browser tool.

ccav 0.0.4 (2013-11-28)

  • This version starts to document changes in a Change Log style manner.

Table Of Contents

Previous topic

ccav.api package

Next topic

Road Map

This Page