[Opengeoscience-developers] OpenGeoscience branch, 54-2-workflow-construction, updated. 6c0940818e8215b2aef8ed1cfa27901e304a7dec

Chris Harris chris.harris at kitware.com
Tue Sep 10 12:01:31 EDT 2013


Ok, Thanks for clearing that up.

Chris


On Tue, Sep 10, 2013 at 11:49 AM, Ben Burnett <bburnett at poly.edu> wrote:

> The workflow requires vistrails. I put import guards for cdms, so that you
> don't need to build uvcdat, but vistrails is required for this branch,
> otherwise there is no way to run the workflows.
>
> You can check out a stripped down version of vistrails, it's very small
> and has no (that I know of) external depencies, it's all python.
>
>
> git clone –depth 1 –branch climatepipes https://github.com/OpenGeoscience/VisTrails.git
>
>
>
> On Mon, Sep 9, 2013 at 4:53 PM, Chris Harris <chris.harris at kitware.com>wrote:
>
>> Hi Ben,
>>
>> Does this branch have the import guard in it? At the moment if I don't
>> have vistrail in my PYTHONPATH its unable to load clt, even with the
>> default algorithm?
>>
>>  Regards,
>>
>> Chris
>>
>>
>> On Tue, Sep 3, 2013 at 1:12 PM, Ben Burnett <bburnett at poly.edu> wrote:
>>
>>> This is an automated email from the git hooks/post-receive script. It was
>>> generated because a ref change was pushed to the repository containing
>>> the project "OpenGeoscience".
>>>
>>> The branch, 54-2-workflow-construction has been updated
>>>        via  6c0940818e8215b2aef8ed1cfa27901e304a7dec (commit)
>>>        via  c962d44d91ccc330088119266aad3a6bdef96f50 (commit)
>>>        via  262d2f22a16cd7f95d52571ad41cc4d2856bc480 (commit)
>>>        via  7937ffad7a33a7cc45bf4f3b09f77e6941eb98e8 (commit)
>>>        via  48257b81188ca858bf807f5a1b0804350649d564 (commit)
>>>        via  9f92dc1fcc80edda1528be3cbef898f09dbf2300 (commit)
>>>        via  6fe2bfc69a2611854e11c1d083dd3b0feddb7b83 (commit)
>>>        via  e16caa31195b5a2e3353b84b1554bfa024f7b19d (commit)
>>>        via  7c6658e2e9558bb548f52707b5d6e76ff2b0a191 (commit)
>>>       from  e23a3633bb032ddac42f9f080f58725153c67d31 (commit)
>>>
>>> Those revisions listed above that are new to this repository have
>>> not appeared on any other notification email; so we list those
>>> revisions in full, below.
>>>
>>> - Log -----------------------------------------------------------------
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6c0940818e8215b2aef8ed1cfa27901e304a7dec
>>> commit 6c0940818e8215b2aef8ed1cfa27901e304a7dec
>>> Merge: c962d44 262d2f2
>>> Author: Ben Burnett <bburnett at poly.edu>
>>> Date:   Tue Sep 3 13:09:43 2013 -0400
>>>
>>>     Merge branch 'vgl_cleanup' into 54-2-workflow-construction
>>>
>>>  web/lib/vgl/actor.js                    |    7 +
>>>  web/lib/vgl/blend.js                    |    7 +
>>>  web/lib/vgl/boundingObject.js           |   33 +++-
>>>  web/lib/vgl/command.js                  |   12 +
>>>  web/lib/vgl/data.js                     |   13 +-
>>>  web/lib/vgl/defaultValue.js             |   11 +
>>>  web/lib/vgl/freezeObject.js             |   16 ++-
>>>  web/lib/vgl/geojsonReader.js            |  344
>>> +++++++++++++++++++------------
>>>  web/lib/vgl/geomData.js                 |    7 +
>>>  web/lib/vgl/groupMapper.js              |   11 +
>>>  web/lib/vgl/groupNode.js                |    7 +
>>>  web/lib/vgl/init.js                     |   38 ++++
>>>  web/lib/vgl/interactorStyle.js          |    7 +
>>>  web/lib/vgl/lineSource.js               |    9 +-
>>>  web/lib/vgl/mapper.js                   |    7 +
>>>  web/lib/vgl/material.js                 |    7 +
>>>  web/lib/vgl/materialAttribute.js        |    9 +-
>>>  web/lib/vgl/modelViewMatrixStack.js     |    7 +
>>>  web/lib/vgl/node.js                     |    7 +
>>>  web/lib/vgl/object.js                   |   13 +-
>>>  web/lib/vgl/picker.js                   |    7 +
>>>  web/lib/vgl/planeSource.js              |    7 +
>>>  web/lib/vgl/pointSource.js              |    7 +
>>>  web/lib/vgl/renderWindow.js             |    7 +
>>>  web/lib/vgl/renderer.js                 |    7 +
>>>  web/lib/vgl/shader.js                   |    7 +
>>>  web/lib/vgl/shaderProgram.js            |    7 +
>>>  web/lib/vgl/source.js                   |    7 +
>>>  web/lib/vgl/texture.js                  |    7 +
>>>  web/lib/vgl/timestamp.js                |   16 ++-
>>>  web/lib/vgl/trackballInteractorStyle.js |    7 +
>>>  web/lib/vgl/uniform.js                  |    7 +
>>>  web/lib/vgl/utils.js                    |    5 +
>>>  web/lib/vgl/vertexAttribute.js          |    7 +
>>>  web/lib/vgl/viewer.js                   |    7 +
>>>  web/lib/vgl/visitor.js                  |    7 +
>>>  web/lib/vgl/vtkUnpack.js                |   23 +--
>>>  37 files changed, 560 insertions(+), 154 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=c962d44d91ccc330088119266aad3a6bdef96f50
>>> commit c962d44d91ccc330088119266aad3a6bdef96f50
>>> Author: Ben Burnett <bburnett at poly.edu>
>>> Date:   Tue Sep 3 13:09:16 2013 -0400
>>>
>>>     Hide algorithm select until used
>>>
>>>  web/apps/archive/archive.js |    2 ++
>>>  web/apps/archive/index.html |    2 +-
>>>  2 files changed, 3 insertions(+), 1 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=262d2f22a16cd7f95d52571ad41cc4d2856bc480
>>> commit 262d2f22a16cd7f95d52571ad41cc4d2856bc480
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 10:45:24 2013 -0400
>>>
>>>     Some more style fixes
>>>
>>>  web/lib/vgl/boundingObject.js |    2 ++
>>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=7937ffad7a33a7cc45bf4f3b09f77e6941eb98e8
>>> commit 7937ffad7a33a7cc45bf4f3b09f77e6941eb98e8
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 10:42:36 2013 -0400
>>>
>>>     Fixed remainder reader issues
>>>
>>>  web/lib/vgl/geojsonReader.js |  172
>>> +++++++++++++++++++++++++-----------------
>>>  1 files changed, 103 insertions(+), 69 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=48257b81188ca858bf807f5a1b0804350649d564
>>> commit 48257b81188ca858bf807f5a1b0804350649d564
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 10:01:31 2013 -0400
>>>
>>>     Cleaning geojson reader
>>>
>>>  web/lib/vgl/geojsonReader.js |  163
>>> +++++++++++++++++++++++++++---------------
>>>  1 files changed, 104 insertions(+), 59 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=9f92dc1fcc80edda1528be3cbef898f09dbf2300
>>> commit 9f92dc1fcc80edda1528be3cbef898f09dbf2300
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 02:49:44 2013 -0400
>>>
>>>     Some more clean up
>>>
>>>  web/lib/vgl/data.js          |    3 ++-
>>>  web/lib/vgl/defaultValue.js  |    4 ++++
>>>  web/lib/vgl/freezeObject.js  |    7 +++++++
>>>  web/lib/vgl/geojsonReader.js |    4 ++++
>>>  4 files changed, 17 insertions(+), 1 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6fe2bfc69a2611854e11c1d083dd3b0feddb7b83
>>> commit 6fe2bfc69a2611854e11c1d083dd3b0feddb7b83
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 02:47:48 2013 -0400
>>>
>>>     Fixed failing tests
>>>
>>>  web/lib/vgl/boundingObject.js |   24 ++++++++++++++++++------
>>>  web/lib/vgl/command.js        |    5 +++++
>>>  web/lib/vgl/init.js           |   31 +++++++++++++++++++++++++++++++
>>>  web/lib/vgl/object.js         |    6 +++++-
>>>  web/lib/vgl/timestamp.js      |    5 ++++-
>>>  5 files changed, 63 insertions(+), 8 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=e16caa31195b5a2e3353b84b1554bfa024f7b19d
>>> commit e16caa31195b5a2e3353b84b1554bfa024f7b19d
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 02:37:39 2013 -0400
>>>
>>>     Added header to each class
>>>
>>>  web/lib/vgl/actor.js                    |    7 +++++++
>>>  web/lib/vgl/blend.js                    |    7 +++++++
>>>  web/lib/vgl/boundingObject.js           |    7 +++++++
>>>  web/lib/vgl/command.js                  |    7 +++++++
>>>  web/lib/vgl/data.js                     |   10 ++++++++++
>>>  web/lib/vgl/defaultValue.js             |    7 +++++++
>>>  web/lib/vgl/freezeObject.js             |    9 ++++++++-
>>>  web/lib/vgl/geojsonReader.js            |    7 +++++++
>>>  web/lib/vgl/geomData.js                 |    7 +++++++
>>>  web/lib/vgl/groupMapper.js              |   11 +++++++++++
>>>  web/lib/vgl/groupNode.js                |    7 +++++++
>>>  web/lib/vgl/init.js                     |    7 +++++++
>>>  web/lib/vgl/interactorStyle.js          |    7 +++++++
>>>  web/lib/vgl/lineSource.js               |    9 ++++++++-
>>>  web/lib/vgl/mapper.js                   |    7 +++++++
>>>  web/lib/vgl/material.js                 |    7 +++++++
>>>  web/lib/vgl/materialAttribute.js        |    9 ++++++++-
>>>  web/lib/vgl/modelViewMatrixStack.js     |    7 +++++++
>>>  web/lib/vgl/node.js                     |    7 +++++++
>>>  web/lib/vgl/object.js                   |    7 +++++++
>>>  web/lib/vgl/picker.js                   |    7 +++++++
>>>  web/lib/vgl/planeSource.js              |    7 +++++++
>>>  web/lib/vgl/pointSource.js              |    7 +++++++
>>>  web/lib/vgl/renderWindow.js             |    7 +++++++
>>>  web/lib/vgl/renderer.js                 |    7 +++++++
>>>  web/lib/vgl/shader.js                   |    7 +++++++
>>>  web/lib/vgl/shaderProgram.js            |    7 +++++++
>>>  web/lib/vgl/source.js                   |    7 +++++++
>>>  web/lib/vgl/texture.js                  |    7 +++++++
>>>  web/lib/vgl/timestamp.js                |   11 +++++++++++
>>>  web/lib/vgl/trackballInteractorStyle.js |    7 +++++++
>>>  web/lib/vgl/uniform.js                  |    7 +++++++
>>>  web/lib/vgl/utils.js                    |    5 +++++
>>>  web/lib/vgl/vertexAttribute.js          |    7 +++++++
>>>  web/lib/vgl/viewer.js                   |    7 +++++++
>>>  web/lib/vgl/visitor.js                  |    7 +++++++
>>>  web/lib/vgl/vtkUnpack.js                |   23 ++++++++---------------
>>>  37 files changed, 272 insertions(+), 18 deletions(-)
>>>
>>>
>>> http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=7c6658e2e9558bb548f52707b5d6e76ff2b0a191
>>> commit 7c6658e2e9558bb548f52707b5d6e76ff2b0a191
>>> Merge: 7e81366 08d15e2
>>> Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
>>> Date:   Fri Aug 23 02:32:14 2013 -0400
>>>
>>>     Merge remote-tracking branch 'origin/fix_zoom' into vgl_cleanup
>>>
>>>     * origin/fix_zoom:
>>>       Use a lower value for near plane
>>>       Some more styles fixes
>>>       Fixed run time error by adding missing variable separation
>>>       Style fixes
>>>       Tweaked compute zoom just a bit
>>>       Fixed tiles not covering the entire region
>>>       Fixing tiles not covering the entire viewport at high zoom
>>>       Fixed zoom not behaving properly
>>>       Fixed multiple import
>>>       Check if the file metadata exists before adding it to the database
>>>       Fixed bug where opacity was not maintained between animation steps
>>>       Fixed bad merge resolution
>>>       Time fixes
>>>       Fixed various issues with logic and style
>>>       Initial work on run time import
>>>       Relocated import script
>>>       Reorganized import script to import on file basis
>>>       keep start date around too for completeness
>>>       record enough time info to compare datasets
>>>       put array ranges over all time into database
>>>
>>>  modules/mongoimp.py               |  212
>>> +++++++++++++++++++++++++++++++++++++
>>>  modules/reader.py                 |   33 +++++-
>>>  modules/standardtime.py           |   10 +-
>>>  modules/vtk_reader.py             |    6 +-
>>>  scripts/mongoimp.py               |  108 -------------------
>>>  web/lib/geo/featureLayer.js       |    6 +-
>>>  web/lib/geo/layer.js              |    7 +-
>>>  web/lib/geo/map.js                |   35 ++++--
>>>  web/lib/geo/mapInteractorStyle.js |   13 ++-
>>>  web/lib/geo/mercator.js           |    6 +-
>>>  web/lib/geo/openStreetMapLayer.js |   30 ++----
>>>  web/lib/vgl/camera.js             |  171 ++++++++++++++++++------------
>>>  web/lib/vgl/renderer.js           |    6 +-
>>>  13 files changed, 403 insertions(+), 240 deletions(-)
>>>
>>> -----------------------------------------------------------------------
>>>
>>> Summary of changes:
>>>  web/apps/archive/archive.js             |    2 +
>>>  web/apps/archive/index.html             |    2 +-
>>>  web/lib/vgl/actor.js                    |    7 +
>>>  web/lib/vgl/blend.js                    |    7 +
>>>  web/lib/vgl/boundingObject.js           |   33 +++-
>>>  web/lib/vgl/command.js                  |   12 +
>>>  web/lib/vgl/data.js                     |   13 +-
>>>  web/lib/vgl/defaultValue.js             |   11 +
>>>  web/lib/vgl/freezeObject.js             |   16 ++-
>>>  web/lib/vgl/geojsonReader.js            |  344
>>> +++++++++++++++++++------------
>>>  web/lib/vgl/geomData.js                 |    7 +
>>>  web/lib/vgl/groupMapper.js              |   11 +
>>>  web/lib/vgl/groupNode.js                |    7 +
>>>  web/lib/vgl/init.js                     |   38 ++++
>>>  web/lib/vgl/interactorStyle.js          |    7 +
>>>  web/lib/vgl/lineSource.js               |    9 +-
>>>  web/lib/vgl/mapper.js                   |    7 +
>>>  web/lib/vgl/material.js                 |    7 +
>>>  web/lib/vgl/materialAttribute.js        |    9 +-
>>>  web/lib/vgl/modelViewMatrixStack.js     |    7 +
>>>  web/lib/vgl/node.js                     |    7 +
>>>  web/lib/vgl/object.js                   |   13 +-
>>>  web/lib/vgl/picker.js                   |    7 +
>>>  web/lib/vgl/planeSource.js              |    7 +
>>>  web/lib/vgl/pointSource.js              |    7 +
>>>  web/lib/vgl/renderWindow.js             |    7 +
>>>  web/lib/vgl/renderer.js                 |    7 +
>>>  web/lib/vgl/shader.js                   |    7 +
>>>  web/lib/vgl/shaderProgram.js            |    7 +
>>>  web/lib/vgl/source.js                   |    7 +
>>>  web/lib/vgl/texture.js                  |    7 +
>>>  web/lib/vgl/timestamp.js                |   16 ++-
>>>  web/lib/vgl/trackballInteractorStyle.js |    7 +
>>>  web/lib/vgl/uniform.js                  |    7 +
>>>  web/lib/vgl/utils.js                    |    5 +
>>>  web/lib/vgl/vertexAttribute.js          |    7 +
>>>  web/lib/vgl/viewer.js                   |    7 +
>>>  web/lib/vgl/visitor.js                  |    7 +
>>>  web/lib/vgl/vtkUnpack.js                |   23 +--
>>>  39 files changed, 563 insertions(+), 155 deletions(-)
>>>
>>>
>>> hooks/post-receive
>>> --
>>> OpenGeoscience
>>> _______________________________________________
>>> Opengeoscience-developers mailing list
>>> Opengeoscience-developers at public.kitware.com
>>>
>>> http://public.kitware.com/cgi-bin/mailman/listinfo/opengeoscience-developers
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/opengeoscience-developers/attachments/20130910/5242e410/attachment.html>


More information about the Opengeoscience-developers mailing list