[Opengeoscience-developers] OpenGeoscience branch, normalize_time, created. 95d752fa3d99f53971d647c848b12be629d3c17f
Dave DeMarle
dave.demarle at kitware.com
Mon Jun 24 11:50:51 EDT 2013
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, normalize_time has been created
at 95d752fa3d99f53971d647c848b12be629d3c17f (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=95d752fa3d99f53971d647c848b12be629d3c17f
commit 95d752fa3d99f53971d647c848b12be629d3c17f
Author: Dave DeMarle <dave.demarle at kitware.com>
Date: Mon Jun 24 11:37:46 2013 -0400
Add infrastructure needed to interpret, convert and search time.
What this change does is record the temporal units meta information
from the netcdfcf file into the database. Now we can convert the
unitless timestamps given by netcdf into an absolute "days since
0-0-0" format (for comparison) and into Y-M-D format to present
to the user.
The database now records: the timesteps (as before), the units
(so you can convert at will) and the min and max times in absolute
and YMD formats.
NOTES:
1) The UI is not yet changed and looks and works just like before.
2) The converter python module functions OK now now but it should
be converted into an interface into cfunits for better fidelity.
3) Requires a corresponding VTK change to get the units back.
CMakeLists.txt | 8 ++++++
modules/vtk_reader.py | 22 +++++++++++++---
scripts/mongoimp.py | 41 ++++++++++++++++++++++--------
scripts/standardtime.py | 57 +++++++++++++++++++++++++++++++++++++++++++
web/apps/archive/archive.js | 2 +-
web/lib/ui/gis.js | 13 +++++----
6 files changed, 121 insertions(+), 22 deletions(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list