- May 18, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@111 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
adding basic data objects and making difference analysis their responsibility; minimal integration to keep them working with the rest of the code git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@110 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 17, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@108 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 19, 2010
-
-
(no author) authored
corrected magnitude direction to UV vector formula; added code to support bin tuple visualizations for complex data (first draft); stubbed in methods for attribute modification and variable creation in file types other than .nc git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@101 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Dec 17, 2009
-
-
(no author) authored
added foundation work for vector data plotting (using quiver); added more work on ipopp visualization; major refactoring of plotting code to simplify and reorganize git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@94 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 16, 2009
-
-
(no author) authored
various refactoring to handle data without lon/lat; new image making methods for 2D data just shown as an image (not mapped) and for line plots; changed plotting module to use a pseudo-factory pattern for generating correct plot set; created new filter to make ipopp data into an image; created new filter to collapse multi-dimensional data git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@92 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 06, 2009
-
-
(no author) authored
added link to configuration file in report, corrected bug related to alternative variable name and name existance checking in files, reorganized report generation for clarity and to slim down memory usage, moved to having images named in lists so the report templates can be stupid, changed naming scheme for thumbnail pictures to support stupid report templates git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@91 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 23, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@88 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 20, 2009
-
-
(no author) authored
added features to plot figures individual; to control threading for memory clean up; new filter to allow limit data to bounds; > 1,000,000 trouble pts now plot as a contour; new glance library functions git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@83 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 31, 2009
-
-
(no author) authored
adding testing code to use fork to control memory use bloat when plotting; changed to getting type of scaled data from loaded offset/scale git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@76 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 25, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@68 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@67 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
fixed bug when scaling data which includes missing values; changed thumbnail creation to resize existing image instead of resaving figure git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@62 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 21, 2009
-
-
(no author) authored
added ability to only generate images when the variable fails comparison (using the config file); created graphics.py and removed dependency on Keoni.maps.graphics; refactored plotting to reuse basemap and bounding axes where possible; added clear/close of figures git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@59 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 18, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@56 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 17, 2009
-
-
(no author) authored
clear figures after use; correctly check if a file has a missing value before attempting to get it; also pull the correct missing value for file b if it has a different variable name than file a git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@54 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 11, 2009
-
-
(no author) authored
added data filtering info and link to a copy of config file to preserve info about how data was modified; made a copy of the config file and put it with the report; created a set of default filters that users can take advantage of in filters.py; added user control over multiprocessing (default is multiprocessing off); changed the formatting of part of the config file; added details about data sizes to the warning that's shown when comparisons are disqualified based on size git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@51 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 07, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@50 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 06, 2009
-
-
(no author) authored
changed version number; refactored delta.diff to correct ignore mask interaction bug and also returned more comprehensive data to simplify other code; added more stats for min/max values from both data sets; documented investigation of connic projection plotting issues; _create_mapped_figure now finds it's own bounding axes; fix data existance mismatch bug on trouble plot; added filtering functions for lon/lat and var data; added range display control for plots; cut back on process prolifferation to (hopefully) limit how often I cause systems to thrash wildly with large data sets; also smaller bug fixes git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@47 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 29, 2009
-
-
(no author) authored
better handling of file paths, including those with spaces in them, and support for custom display ranges and tick labels in mapped figures git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@46 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 28, 2009
-
-
(no author) authored
added multiple threads to create plots for a variable at the same time, also --version option for command line and added glance version to reports headers git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@44 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 25, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@42 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 24, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@38 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 23, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@37 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@35 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
adding an attempt to control the projection programatically and tweaking io data scaling code to warn about non-standard geocat scaling methods git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@34 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
not sure I want to use a different projection yet, also calculating percentage instead of fraction, oops git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@32 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@31 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@30 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 22, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@28 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 21, 2009
-
-
(no author) authored
changed rendering engine for plotting to solve blank figure windows ambush everytime you ran reportGen or plotDiffs git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@27 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@25 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 17, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@23 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 15, 2009
-
-
(no author) authored
added ability to have alternate name for variables and lat/lon for each file compared using the config file git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@21 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 13, 2009
-
-
(no author) authored
More tweaks to the report data format and addition of configuration files for input of run parameters git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@18 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 08, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@14 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 30, 2009
-
-
(no author) authored
Added the ability to generate html reports for file comparisons, inluding Mako text templates to build them git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@11 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 25, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@10 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 07, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@4 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Apr 28, 2009
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@2 8a9318a1-56ba-4d59-b755-99d26321be01
-