[Opengeoscience-developers] OpenGeoscience branch, add_ocgis, created. master-no-submodule-107-g96e33ba
Aashish Chaudhary
aashish.chaudhary at kitware.com
Mon Feb 24 23:27:29 EST 2014
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, add_ocgis has been created
at 96e33ba33657fb5399413e017debbac64f1ad3ba (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=96e33ba33657fb5399413e017debbac64f1ad3ba
commit 96e33ba33657fb5399413e017debbac64f1ad3ba
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Mon Feb 24 12:46:30 2014 -0500
Fixed build and install rules for pygeo and ocgis
CMakeLists.txt | 8 ++++----
cmake/geoweb.conf.in | 2 +-
geoweb | 2 +-
geoweb.py | 8 ++------
pygeo/src/pygeo/esgf/authentication.py | 12 ++++++++++--
pygeo/src/pygeo/security/authentication.py | 9 ++++++---
.../MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient.egg-info/top_level.txt | 0
.../{MyProxyClient-1_3_0 => myproxyclient}/PKG-INFO | 0
.../{MyProxyClient-1_3_0 => myproxyclient}/README | 0
.../myproxy/__init__.py | 0
.../myproxy/client.py | 0
.../myproxy/script.py | 0
.../myproxy/test/__init__.py | 0
.../myproxy/test/test_myproxyclient.py | 0
.../myproxy/utils/__init__.py | 0
.../myproxy/utils/openssl.py | 0
.../{MyProxyClient-1_3_0 => myproxyclient}/setup.cfg | 0
.../{MyProxyClient-1_3_0 => myproxyclient}/setup.py | 0
24 files changed, 24 insertions(+), 17 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=11b73b11ff93f347d1ca5931e7afe7e19f7d182c
commit 11b73b11ff93f347d1ca5931e7afe7e19f7d182c
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Mon Feb 24 11:36:40 2014 -0500
Setup distutils to build project under the build tree
CMakeLists.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=0758bf34cb009b937701de30821d64bfed6dbbc0
commit 0758bf34cb009b937701de30821d64bfed6dbbc0
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 22:54:49 2014 -0500
Updated path listings in setup runtime script
cmake/setup-runtime.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=f96b661c6e4280be927b185b3a3be8c0b16c94c4
commit f96b661c6e4280be927b185b3a3be8c0b16c94c4
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 22:38:47 2014 -0500
Fixed formatting
pygeo/setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=734e34c9ff0a5f7aea26d74f43843044afc4077c
commit 734e34c9ff0a5f7aea26d74f43843044afc4077c
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 21:26:34 2014 -0500
Relocated source code for pygeo
CMakeLists.txt | 20 ++++--
pygeo/setup.py | 76 ++++++++++++++++++++
pygeo/{ => src/pygeo}/__init__.py | 0
pygeo/{ => src/pygeo}/esgf/__init__.py | 0
pygeo/{ => src/pygeo}/esgf/authentication.py | 0
pygeo/{ => src/pygeo}/esgf/download.py | 0
pygeo/{ => src/pygeo}/esgf/query.py | 0
pygeo/{ => src/pygeo}/esgf/registration.py | 0
pygeo/{ => src/pygeo}/esgf/utils.py | 0
pygeo/{ => src/pygeo}/io/__init__.py | 0
pygeo/{ => src/pygeo}/io/convert.py | 0
pygeo/{ => src/pygeo}/io/mongoimp.py | 0
pygeo/{ => src/pygeo}/io/reader.py | 0
pygeo/{ => src/pygeo}/io/vtk_reader.py | 0
pygeo/{ => src/pygeo}/misc/__init__.py | 0
pygeo/{ => src/pygeo}/misc/ogsvtk.py | 0
pygeo/{ => src/pygeo}/net/__init__.py | 0
pygeo/{ => src/pygeo}/net/cpi.py | 0
pygeo/{ => src/pygeo}/net/geowebsocket.py | 0
pygeo/{ => src/pygeo}/security/__init__.py | 0
pygeo/{ => src/pygeo}/security/authentication.py | 0
.../MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient.egg-info/top_level.txt | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/PKG-INFO | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/README | 0
.../MyProxyClient-1_3_0}/myproxy/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/client.py | 0
.../MyProxyClient-1_3_0}/myproxy/script.py | 0
.../MyProxyClient-1_3_0}/myproxy/test/__init__.py | 0
.../myproxy/test/test_myproxyclient.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/__init__.py | 0
.../MyProxyClient-1_3_0}/myproxy/utils/openssl.py | 0
.../thirdparty/MyProxyClient-1_3_0}/setup.cfg | 0
.../pygeo/thirdparty/MyProxyClient-1_3_0}/setup.py | 0
pygeo/{ => src/pygeo}/time/__init__.py | 0
pygeo/{ => src/pygeo}/time/standardtime.py | 0
41 files changed, 92 insertions(+), 4 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=3761a3ec71b98bd08df12b49cd00076b3f2d575a
commit 3761a3ec71b98bd08df12b49cd00076b3f2d575a
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Sun Feb 23 11:31:03 2014 -0500
Restructuring modules into pygeo
CMakeLists.txt | 8 ++++----
cmake/configure.cmake | 2 +-
cmake/setup-runtime.sh.in | 2 +-
geocelery | 4 ++--
geoweb | 4 ++--
{modules => pygeo}/__init__.py | 0
{modules => pygeo}/esgf/__init__.py | 0
{modules => pygeo}/esgf/authentication.py | 0
{modules => pygeo}/esgf/download.py | 0
{modules => pygeo}/esgf/query.py | 0
{modules => pygeo}/esgf/registration.py | 0
{modules => pygeo}/esgf/utils.py | 0
{modules => pygeo/io}/__init__.py | 0
{modules => pygeo/io}/convert.py | 0
{modules => pygeo/io}/mongoimp.py | 7 ++++---
{modules => pygeo/io}/reader.py | 0
{modules => pygeo/io}/vtk_reader.py | 2 +-
{modules => pygeo/misc}/__init__.py | 0
{modules => pygeo/misc}/ogsvtk.py | 0
{modules => pygeo/net}/__init__.py | 0
{modules => pygeo/net}/cpi.py | 0
{modules => pygeo/net}/geowebsocket.py | 0
{modules => pygeo/security}/__init__.py | 0
{modules => pygeo/security}/authentication.py | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/PKG-INFO | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/SOURCES.txt | 0
.../MyProxyClient.egg-info/dependency_links.txt | 0
.../MyProxyClient.egg-info/entry_points.txt | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/not-zip-safe | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/requires.txt | 0
.../MyProxyClient-1.3.0/MyProxyClient.egg-info/top_level.txt | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/PKG-INFO | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/README | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/__init__.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/client.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/script.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/test/__init__.py | 0
.../MyProxyClient-1.3.0/myproxy/test/test_myproxyclient.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/utils/__init__.py | 0
.../thirdparty/MyProxyClient-1.3.0/myproxy/utils/openssl.py | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/setup.cfg | 0
{modules => pygeo}/thirdparty/MyProxyClient-1.3.0/setup.py | 0
{modules => pygeo/time}/__init__.py | 0
{modules => pygeo/time}/standardtime.py | 0
services/data.py | 2 +-
45 files changed, 16 insertions(+), 15 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=ebdbcf2588ef84f4429f20a668cd0133c91ca802
commit ebdbcf2588ef84f4429f20a668cd0133c91ca802
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri Feb 21 23:59:01 2014 -0500
Adding convert script to convert data in one format to another
modules/convert.py | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=e7262c497c760b20dec7f160b6bdb3312efce438
commit e7262c497c760b20dec7f160b6bdb3312efce438
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri Feb 21 22:59:47 2014 -0500
Updated OCGIS
ocgis | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a129637e59d1bdf6a2242f876616a158cda129c6
commit a129637e59d1bdf6a2242f876616a158cda129c6
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri Feb 21 22:57:04 2014 -0500
Fixed missing parameter to the runtime script
CMakeLists.txt | 5 +++++
cmake/setup-runtime.sh.in | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=601204645cf26f23befdcf685df7e696ad94b80b
commit 601204645cf26f23befdcf685df7e696ad94b80b
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Feb 20 14:18:45 2014 -0500
Updated OCGIS
ocgis | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=640546ddf4686c775843cc7c21dfb42109bf9338
commit 640546ddf4686c775843cc7c21dfb42109bf9338
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Feb 13 20:35:22 2014 -0500
Added ocgis again
.gitmodules | 3 +++
CMakeLists.txt | 2 ++
ocgis | 1 +
3 files changed, 6 insertions(+)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=f7915d3e277e97e6b00fac278d5beed4958db65e
commit f7915d3e277e97e6b00fac278d5beed4958db65e
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Feb 13 16:41:14 2014 -0500
Added OCGIS to the runtime path
CMakeLists.txt | 8 ++++----
cmake/setup-runtime.sh.in | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=ac306057a1690704864214e40133f93581053a8d
commit ac306057a1690704864214e40133f93581053a8d
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Feb 13 16:38:38 2014 -0500
Build OCGIS
CMakeLists.txt | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list