source: @ 957

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @957   2 months guygriffiths update to svn:ignore
(edit) @956   2 months guygriffiths Added some methods to make charts with multiple series
(edit) @955   2 months guygriffiths Force 1.1.1 version for transect URL, to ensure that lon-lat order is used
(edit) @954   4 months guygriffiths Merged changes from Kyle Wilcox
(edit) @953   6 months kevnyang Now supports variable unit in the two overloaded methods …
(edit) @952   6 months kevnyang Modified 'Charting' class by primarily overloading two methods …
(edit) @951   6 months guygriffiths Changed read method to take a Reader rather than a file, and added …
(edit) @950   7 months guygriffiths Fixed transect plots for missing data
(edit) @949   7 months guygriffiths (Re)created tag for 1.0RC3 release.
(edit) @948   7 months guygriffiths Removed tag - bugs have been fixed since the tag, but prior to the release …
(edit) @947   7 months guygriffiths Fixed but where Floats in the colour range which are smaller than 1e-6 get …
(edit) @946   7 months guygriffiths Created tag for 1.0RC3
(edit) @945   7 months guygriffiths Fixed minor bug
(edit) @944   7 months guygriffiths Fixed minor bug
(edit) @943   7 months jonblower Refactoring in CdmCoverageMetadata? to allow better reuse. Some minor …
(edit) @942   7 months jonblower Upgrade to NetBeans? 7.0.1
(edit) @941   7 months jonblower Updated dependencies for building standalone utilities
(edit) @940   8 months guygriffiths Made hand tool selected when layer loads (upgrade to OL 2.10 had removed …
(edit) @939   9 months guygriffiths Fixed bug where getMinMax was using the wrong coordinates as x and y
(edit) @938   9 months jonblower Modifications to allow handling of source grids that are larger than …
(edit) @937   9 months jonblower Removed references to old JAR files from old version of Simple XML
(edit) @936   9 months jonblower Upgrade to Simple XML v2.6 and introduction of backup code in Config.java …
(edit) @935   9 months guygriffiths Fixed bug with GetFeatureInfo? requests (new OL version meant that I/J/X/Y …
(edit) @934   9 months guygriffiths Changed CSS to work around OpenLayers?-2.10 bug with layer switcher …
(edit) @933   9 months guygriffiths Reverted client to use OpenLayers?-2.8 and WMS 1.1.1, as OpenLayers?-2.10 …
(edit) @932   10 months jonblower Changes to comments, which had become out of sync with the code
(edit) @931   10 months guygriffiths Fixed 1.3.0 bug with lat/long ordering and EPSG:4326 projection for …
(edit) @930   10 months guygriffiths Fixed JSP - previously a 404 error was reported, rather than an XML …
(edit) @929   10 months guygriffiths Fixed 1.3.0 bug with lat/long ordering and EPSG:4326 projection
(edit) @928   10 months guygriffiths Updated svn:ignore
(edit) @927   10 months guygriffiths Ensured that auto-generated code is not in SVN
(edit) @926   10 months guygriffiths Changed svn:ignore
(edit) @925   10 months guygriffiths Removed auto-generated code from svn
(edit) @924   11 months jonblower Added simple classes representing Phenomenons and Units
(edit) @923   11 months guygriffiths Committed for backup purposes. GWT code is not yet usable
(edit) @922   12 months guygriffiths First iteration of refactoring. Has a working (currently only dev mode) …
(edit) @921   12 months guygriffiths Added refactored (and corrected) version of the godiva2 javascript, ready …
(edit) @920   12 months guygriffiths Branching for experimentation with GWT.
(edit) @919   12 months guygriffiths Added image generation tool for quick analysis. Also added the ant build …
(edit) @918   12 months jonblower Upgrade to Geotoolkit 3.17 from 3.12
(edit) @917   12 months guygriffiths Fixed bug with persistence of ColorPalette?
(edit) @916   12 months guygriffiths Changed destroy method of TileCache? to "shutdown" (from "close", which …
(edit) @915   12 months guygriffiths Ignore Eclipse files (.settings, .project added to svn-ignore)
(edit) @914   12 months jonblower Used concise representation of Capabilities document (i.e. …
(edit) @913   13 months jonblower Added Chronology to information printed out by diagnostic utility
(edit) @912   13 months jonblower Added "store" and "temp" to ignore list (these are temporarily created in …
(edit) @911   13 months jonblower Created simple diagnostic tool and ant target for building the tool as a …
(edit) @910   13 months jonblower Fixed bug when reading rotated-pole data (now handles longitude wrapping …
(edit) @909   13 months jonblower Fixed NullPointerException? bug in cases where nc.getFileTypeId() returns …
(edit) @908   14 months jonblower Minor changes to comments
(edit) @907   14 months jonblower Improved printing of title in vertical profile plots
(edit) @906   14 months jonblower Linked getVerticalProfile() method to Godiva2 site
(edit) @905   14 months jonblower Added getVerticalProfile() method, not yet linked to Godiva2 site
(edit) @904   14 months jonblower Bug fixes: time now appears correctly for all layers and …
(edit) @903   14 months jonblower Added EPSG:3857 (Google Maps) to the list of supported CRSs in …
(edit) @902   14 months jonblower Moderate refactoring to better separate out metadata-reading code that can …
(edit) @901   14 months jonblower Modified RTreeGrid to filter out rectangles with NaN values
(edit) @900   14 months jonblower Added Ethan's code for setting the HTTP response status for different …
(edit) @899   15 months jonblower Simplified implementation of removeDuplicatedWhitespace()
(edit) @898   15 months kevnyang Refactoried the method 'removeDuplicatedWhiteSpace()' of WmsUtils?.
(edit) @897   15 months kevnyang Added line marker in the vertical section chart; keep renderer of transect …
(edit) @896   15 months jonblower Added styling parameters to the transect URL in godiva2.js, so the image …
(edit) @895   15 months jonblower Added vertical section chart to GetTransect? for layers with a vertical …
(edit) @894   15 months jonblower Improved efficiency of getVerticalSection() by reading vertical section …
(edit) @893   15 months jonblower Improved error message in Ranges.java
(edit) @892   15 months jonblower Reinstated the exception message into displayDefaultException.jsp
(edit) @891   15 months jonblower GetVerticalSection? now deals with height, depth and pressure axes more …
(edit) @890   15 months jonblower Functional but not-quite-complete version of GetVerticalSection?
(edit) @889   15 months jonblower Factored out JFreeChart-related code into Charting.java
(edit) @888   15 months jonblower Small refactor to ImageProducer? to make getColorModel() and …
(edit) @887   15 months jonblower Added benchmarking for comparing "source-push" and "destination-pull" …
(edit) @886   15 months andyclegg * KDTree handles Cells with NaN attributes correctly * KDTree now …
(edit) @885   15 months jonblower NetBeans? project files update after addition of new RTree implementation
(edit) @884   15 months jonblower Checking in alternative R-tree implementation
(edit) @883   15 months jonblower Added second Rtree implementation (used in previous versions of ncWMS) …
(edit) @882   16 months andyclegg kdTreeGrid: Fix hardcoded max distance, couple of cleanups
(edit) @881   16 months andyclegg Add a couple of testing methods to KDTree
(edit) @880   16 months jonblower Modifications to look-up strategies for curvilinear grids. In particular …
(edit) @879   16 months kevnyang Bug fix: keyword clash causes problems in 'displayDefaultException.jsp' …
(edit) @878   16 months andyclegg FIx to make sure approxNearestNeighbour result set really does contain the …
(edit) @877   16 months andyclegg Updating and fixing KDtree implementation
(edit) @876   16 months jonblower Upgrade of JFreeChart and PRTree implementation
(edit) @875   16 months jonblower Created complete test harness in main() routine for producing images.
(edit) @874   16 months jonblower Checking in KdTree? code
(edit) @873   16 months jonblower Factored out common functionality from RTreeGrid and LUTGrid into …
(edit) @872   16 months kevnyang Bug fix: ServerConfig?.getAbstract() causes problems in JSP pages under …
(edit) @871   16 months jonblower Fixed ArrayIndexOutOfBoundsException? in SCANLINE code (presumably caused …
(edit) @870   16 months jonblower Bug fix in findTIndex(): throws InvalidDimensonValueException? when …
(edit) @869   16 months jonblower Bug fix in findTIndex(): throws InvalidDimensonValueException? when …
(edit) @868   17 months jonblower Minor change to use WmsUtils?.getCrs() instead of CRS.decode()
(edit) @867   17 months jonblower Backport of bug fix from [866] (ArrayIndexOutOfBoundsException? in …
(edit) @866   17 months jonblower Fixed bug in PixelMap? that caused ArrayIndexOutOfBoundsExceptions? with …
(edit) @865   17 months jonblower Created WmsUtils?.getTimeStringForCapabilities() along with useful …
(edit) @864   17 months jonblower Minor refactoring to separate concerns better and allow for easier …
(edit) @863   18 months jonblower Upgrade to latest Java NetCDF libraries
(edit) @862   18 months jonblower Added capability to generated 32-bit (ARGB) PNGs
(edit) @861   18 months agemmell Major commit of refactored Godiva2 code for the MashMyData? project. …
(edit) @860   18 months jonblower Added some experimental code for using RTrees in place of look-up tables
(edit) @859   18 months jonblower Backport of PixelMap? optimizations from [858]
(edit) @858   18 months jonblower Further optimizations to PixelMap?: now more memory-efficient, and much …
Note: See TracRevisionLog for help on using the revision log.