[Opengeoscience-developers] OpenGeoscience branch, add_ocgis, created. master-no-submodule-109-gcc607e6
Aashish Chaudhary
aashish.chaudhary at kitware.com
Mon Feb 24 23:38:57 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 cc607e6d589da8bb6b45a4f5ca7b4a00f34e021a (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=cc607e6d589da8bb6b45a4f5ca7b4a00f34e021a
commit cc607e6d589da8bb6b45a4f5ca7b4a00f34e021a
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=6ef392058c0613d9e39c850c1487dbf1eac89619
commit 6ef392058c0613d9e39c850c1487dbf1eac89619
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=aa83709ec7c421917657daf27bfb7c72a621fb0f
commit aa83709ec7c421917657daf27bfb7c72a621fb0f
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=79db2229e63dacab8fd31bd0c92c61c561eb8244
commit 79db2229e63dacab8fd31bd0c92c61c561eb8244
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=f6180ebe09bb548daedf11edf7191112d3821304
commit f6180ebe09bb548daedf11edf7191112d3821304
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=dccdc9a4a746b89ff3d9b130dcbacce8f23f5348
commit dccdc9a4a746b89ff3d9b130dcbacce8f23f5348
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=c188426bf65884f7a6ee6cae4fd03328b500fb7d
commit c188426bf65884f7a6ee6cae4fd03328b500fb7d
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=41b6030d3c2ba6da1c9f35833a6799fee9f5a255
commit 41b6030d3c2ba6da1c9f35833a6799fee9f5a255
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=6ec84fb6689da0419ecd0f49f66d08cb3da270b9
commit 6ec84fb6689da0419ecd0f49f66d08cb3da270b9
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=1fa6bd8d74210216890ca104964f24e7888ab7e1
commit 1fa6bd8d74210216890ca104964f24e7888ab7e1
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=fcc37b052d41bd16960c1374e0c6e54926682914
commit fcc37b052d41bd16960c1374e0c6e54926682914
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=d25d8846a3a402f4f35884f103a5dcf19dd52a1b
commit d25d8846a3a402f4f35884f103a5dcf19dd52a1b
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=3410e22584595f9bf05f974339224b15921480b0
commit 3410e22584595f9bf05f974339224b15921480b0
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