- Jan 22, 2019
-
-
Eva Schiffer authored
-
- Nov 29, 2018
-
-
Eva Schiffer authored
-
- Aug 15, 2018
-
-
Eva Schiffer authored
-
- Apr 20, 2017
-
-
Eva Schiffer authored
added global and variable attributes to report pages; fixed bug in the io module that was causing global attributes to never be loaded; corrected the behavior for purple marking circles behind small numbers of mismatch points and added that behavior to some other kinds of mismatch plots
-
- Mar 09, 2017
-
-
Eva Schiffer authored
-
- Mar 08, 2017
-
-
Eva Schiffer authored
-
- Dec 28, 2016
-
-
Alan De Smet authored
If the file is inaccessible, raise the same Exception the built-in global open() would. This makes for more specific and helpful errors. This is done by doing an experimental open() on the file and not catching anything.
-
- Dec 21, 2016
-
-
Eva Schiffer authored
-
- May 10, 2016
-
-
Eva Schiffer authored
fix handling of _unsigned attribute in nc files; units=1 no longer display on plots; commands on the command line should be case sensitive; better handling of shape () data
-
- Jul 07, 2015
-
-
Eva Schiffer authored
-
- Jun 30, 2015
-
-
Eva Schiffer authored
-
- Jun 16, 2015
-
-
Eva Schiffer authored
-
- Sep 16, 2014
-
-
Eva Schiffer authored
-
- Jun 20, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@234 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@226 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 16, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@219 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Mar 29, 2013
-
-
(no author) authored
refactoring the stats module and adding more detailed analysis of individual data sets; fixed a bug that caused glance to crash when loading character variables in netcdf files git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@206 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Feb 15, 2013
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@204 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Dec 22, 2012
-
-
(no author) authored
moving a huge pile of strings into constants modules and refactoring several groups of functions out of compare.py into different modules organized by their logical function git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@201 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 19, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@200 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 30, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@192 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jun 29, 2012
-
-
(no author) authored
fixed which doc strings are shown for the inspectStats command; moved gui constants into a separate file; hooked up more of the settings tab; built case insensitive cache for the attributes and variable names in the io module; fixed the validator in the gui so it will accept None as well as doubles git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@189 8a9318a1-56ba-4d59-b755-99d26321be01
-
- May 03, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@183 8a9318a1-56ba-4d59-b755-99d26321be01
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@180 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 13, 2012
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@158 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 17, 2011
-
-
(no author) authored
moved to new version to represent the gui change; marked glance no longer zip safe due to mako needing to search directories for templates; moved glance non-code files into the stuff subdirectory; overhauled report generation to remove copied code; more kinds of files can get all variable attributes using io; checked in initial imapp idea plotting code; set up initial stats window in gui; added numeric validation to some gui input fields; changed the statistical analysis constructors to allow for direct use of data objects git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@151 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Nov 14, 2011
-
-
(no author) authored
adding zero padding to floats displayed in reports; adding alpha version of new gui; adding initial version of global file attribute load to io; now using Qt4Agg renderer and setting ion and ioff git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@150 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 26, 2011
-
-
(no author) authored
adding pass fail control in reportGen; adding _delta statistics and renaming some others to be consistent; fixed calculation of the standard deviation; comment out some print statements in the io module git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@149 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jul 01, 2011
-
-
(no author) authored
a draft of a great circle distance function; fixed the bin range and epsilon comparison in colocation; added a check for no-data to stop scatter plot from crashing bin/tuple mode git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@145 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Mar 29, 2011
-
-
(no author) authored
JPSS mods - provides info report but does not fail if an unneeded file format module is not available - uses FORMAT environment variable to try to load files that cannot have their format determined from suffix - addition of jpss_adl format handler in glance.io, which needs adl_blob.py from svn/jpss_adl/trunk/contrib/scripts git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@144 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 15, 2010
-
-
(no author) authored
fixed config file link on main report page; added units display to reports if units attribute is present in files git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@137 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Oct 09, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@135 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Aug 18, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@130 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 22, 2010
-
-
(no author) authored
git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@104 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
-
- Jan 14, 2010
-
-
(no author) authored
corrected loading of h5 missing values; fixed info variable selection crash; invalid pts much more accurately detected and ignored during colocation; set up to plot vector data using config file settings; fixed remote file access for colocation copies git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@100 8a9318a1-56ba-4d59-b755-99d26321be01
-
- Jan 11, 2010
-
-
(no author) authored
added code to support data colocation and creation of modified files including colocated data; added support for a filter based on another variable data set (for example filtering winds on QI); quite a bit of refactoring to clean up code and handle longitude/latitude edge cases git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@97 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 24, 2009
-
-
(no author) authored
updated h5 loading to figure out variable names in files correctly; also corrected issue with fill value for diffing data that is integer typed git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@93 8a9318a1-56ba-4d59-b755-99d26321be01
-