2013-01-04 |
Sascha L. Teichmann |
Move distance calculation to Coordinate class. Use inheritance instead of composition in Anchor class. Made Anchor class static. Use epsilon equal comparision when checking for same station: Boy, do you ever learn that sharp equal comparison of doubles is not a clever idea!?
|
2013-01-04 |
Felix Wolfsteller |
ImportRiver: Added w80 and hook for da50 parsing (not implemented).
|
2013-01-04 |
Felix Wolfsteller |
run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.
|
2013-01-04 |
Felix Wolfsteller |
README: Add instruction to do a simple standalone DateGuesser execution.
|
2013-01-04 |
Felix Wolfsteller |
DateGuesser: doc.
|
2013-01-04 |
Felix Wolfsteller |
DateGuesser: Added and handle DDMMYY pattern.
|
2013-01-04 |
Felix Wolfsteller |
W80Parser: Use DateGuesser to set a date.
|
2013-01-04 |
Felix Wolfsteller |
W80Parser: Added field to store a date.
|
2013-01-04 |
Felix Wolfsteller |
W80Parser: Doc.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Comment code that is not (yet?) used by FLYS.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Respect (ignore) 'shore' field of w80 files.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Whitespace-cosmetics and comment.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Remove unneeded code.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Correct c&p stuff in comments (da66->w80).
|
2013-01-03 |
Sascha L. Teichmann |
AFT: Reject AFT gauges which are not inside the calculation range of the corresponding FLYS river.
|
2013-01-03 |
Sascha L. Teichmann |
Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.
|
2013-01-03 |
Sascha L. Teichmann |
Removed null comparison where also instanceof is used.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Added TODO/comment.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Actually add points while parsing w80 file.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: addPoint and lastIdx functions to add a point and find last points index.
|
2013-01-03 |
Felix Wolfsteller |
Coordinate: Introduce getters for x/y.
|
2013-01-03 |
Felix Wolfsteller |
W80Parser: Put infrastructure for an anchor point in place.
|
2013-01-03 |
Felix Wolfsteller |
DA66Parser: Handle coding convention that was introduced to overcome fixed
|
2013-01-03 |
Felix Wolfsteller |
Remove commented code.
|
2013-01-03 |
Felix Wolfsteller |
Conffig: Prepare skip_da50 and skip_w80 options.
|
2013-01-02 |
Felix Wolfsteller |
Merged.
|
2012-12-28 |
Felix Wolfsteller |
Doc.
|
2013-01-02 |
Sascha L. Teichmann |
Merged
|
2013-01-02 |
Sascha L. Teichmann |
Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given
|
2013-01-02 |
Christian Lins |
Add "maptype" parameter to MapInfoService.
|
2013-01-02 |
Christian Lins |
Little work on the RiverMapfileGenerator.
|
2013-01-02 |
Sascha L. Teichmann |
Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.
|
2013-01-02 |
Sascha L. Teichmann |
Remove trailing whitespace.
|
2013-01-01 |
Sascha L. Teichmann |
Moved EpsilonComparator to utils package becaus its not only useful for TIM parsing. Used EpsilonComparator in DA60 and DA66 case. Maybe TODO: Use in PRF, too.
|
2012-12-30 |
Sascha L. Teichmann |
Removed x-bit from DateGuesser.java
|
2012-12-30 |
Sascha L. Teichmann |
Removed superfluous imports.
|
2012-12-28 |
Sascha Teichmann |
Initial version of support files for TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
|
2012-12-28 |
Sascha Teichmann |
Initial version of TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
|
2012-12-28 |
Felix Wolfsteller |
Initial empty version of DA50Parser.
|
2012-12-28 |
Felix Wolfsteller |
Removed removeExtension implementations, which have been moved to FileTools,
|
2012-12-28 |
Felix Wolfsteller |
Initial empty version of W80Parser.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Scale x and y, as they are given in mm. Now we can actually look at the data!
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Do not return a 'year' for measurement, as none is given.
|
2012-12-27 |
Felix Wolfsteller |
TODO added.
|
2012-12-27 |
Felix Wolfsteller |
ImportRiver: Refactoring, use description and year of da66parser.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Whitespace cosmetics.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Use filename without extension as description for cross section.
|
2012-12-27 |
Felix Wolfsteller |
LineParser: Make file name available to subclasses.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Try to guess whether station is given in km or in cm.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Improved logging.
|
2012-12-27 |
Felix Wolfsteller |
DA66Parser: Removed unused function.
|
2012-12-27 |
Felix Wolfsteller |
Documentation of DA66Parser.
|
2012-12-19 |
Felix Wolfsteller |
Adjust callbacks after Parsers new interface implementation, re-enable file hashing for da66s.
|
2012-12-19 |
Felix Wolfsteller |
Implement new CrossSectionParser interface.
|
2012-12-19 |
Felix Wolfsteller |
New CrossSectionParser interface.
|
2012-12-19 |
Felix Wolfsteller |
Documentation.
|
2012-12-19 |
Felix Wolfsteller |
Include improved DA66Parser into importer.
|
2012-12-19 |
Felix Wolfsteller |
Added new parameter SKIP_DA66S to importer.
|
2012-12-19 |
Felix Wolfsteller |
Documentation.
|
2012-12-19 |
Felix Wolfsteller |
Documentation.
|
2012-12-19 |
Felix Wolfsteller |
Importer: Emit log message when a dry run was run.
|
2012-12-19 |
Felix Wolfsteller |
Documentation.
|
2012-12-19 |
Felix Wolfsteller |
Documentation added.
|
2012-12-19 |
Felix Wolfsteller |
Documentation added.
|
2012-12-19 |
Felix Wolfsteller |
Changed naming of variables (i & j -> i & k) for readability.
|
2012-12-18 |
Christian Lins |
Work on rivers.map Generator.
|
2012-12-17 |
Christian Lins |
Fix typo in class names and correct file path in floodmap.xml.
|
2012-12-17 |
Sascha L. Teichmann |
Added tag 2.9.7 for changeset 0ba0f3e4f4c2
|
2012-12-17 |
Sascha L. Teichmann |
Merged
2.9.7
|
2012-12-17 |
Sascha L. Teichmann |
Removed unneeded imports.
|
2012-12-17 |
Raimund Renkert |
Fixed and updated theme configurations.
|
2012-12-17 |
Raimund Renkert |
Fixed NPE in empty style editor window.
|
2012-12-17 |
Björn Ricks |
Rename methods and mark them private
|
2012-12-17 |
Björn Ricks |
Use isEmpty for list check
|
2012-12-17 |
Björn Ricks |
Change only local used methods to private ones
|
2012-12-17 |
Björn Ricks |
Change parameters of updateCollectionName
|
2012-12-17 |
Björn Ricks |
Rename filter into filterpanel
|
2012-12-17 |
Björn Ricks |
Fix filtering of Collections/Projects in the gui
|
2012-12-17 |
Björn Ricks |
Use display name of the Collection in CollectionView
|
2012-12-17 |
Björn Ricks |
Add a Collection method to return a string to be displayed in the gui
|
2012-12-17 |
Raimund Renkert |
Added i18n strings.
|
2012-12-17 |
Raimund Renkert |
Display all 'tranparency' attributes.
|
2012-12-17 |
Raimund Renkert |
Fixed and improved theme handling for areas.
|
2012-12-17 |
Raimund Renkert |
Updated fixing and virutal area themes.
|
2012-12-17 |
Raimund Renkert |
Fixed out processor to draw sector averages in fix analysis ls.
|
2012-12-14 |
Raimund Renkert |
Reverted smartGWT version from 3.1 to 3.0.
|
2012-12-14 |
Raimund Renkert |
Added second theme config files.
|
2012-12-14 |
Felix Wolfsteller |
Less than sceleton for DA66-CrossSection parser added.
|
2012-12-14 |
Felix Wolfsteller |
Doc.
|
2012-12-14 |
Felix Wolfsteller |
Doc.
|
2012-12-14 |
Felix Wolfsteller |
Whitespace-cosmetics.
|
2012-12-14 |
Felix Wolfsteller |
Doc.
|
2012-12-14 |
Raimund Renkert |
Hide facets returning raw data and fixed display name.
|
2012-12-13 |
Raimund Renkert |
Added i18n strings.
|
2012-12-13 |
Raimund Renkert |
Added theme mapping for new facets.
|
2012-12-13 |
Raimund Renkert |
Generate and draw new facets.
|
2012-12-13 |
Raimund Renkert |
Added new facets for filtered bed height diffs to have filtered and raw data.
|
2012-12-13 |
Raimund Renkert |
Added i18n strings.
|
2012-12-13 |
Raimund Renkert |
Added theme mapping for new facets and added theme for discharge.
|
2012-12-13 |
Raimund Renkert |
Generate new facets to have raw and filtered data in flow velocity chart.
|
2012-12-13 |
Raimund Renkert |
Added facet for filtered flow velocity and removed filter from default facet.
|
2012-12-12 |
Raimund Renkert |
Refactored the themes config files (currently only default style).
|
2012-12-12 |
Raimund Renkert |
Reordered some attributes in editor ui and use the hidden attribute.
|
2012-12-12 |
Raimund Renkert |
Read and use the hidden hint correctly.
|
2012-12-12 |
Raimund Renkert |
Added i18n strings for style editor.
|
2012-12-11 |
Björn Ricks |
Fix logging statments and use correct class name
|
2012-12-11 |
Björn Ricks |
Codeformat++
|
2012-12-11 |
Björn Ricks |
Move loading of the full Collection to an own method
|
2012-12-11 |
Björn Ricks |
Add new method hasItems to Collection class
|
2012-12-11 |
Björn Ricks |
Create a Collection if an artifact is added to the CollectionView
|
2012-12-11 |
Björn Ricks |
Don't create Collection when a CollectionView for a new project is created
|
2012-12-11 |
Björn Ricks |
Remove unused import
|
2012-12-11 |
Christian Lins |
Introduce river mapfile generation (WARNING: Changes in config xml files required!).
|
2012-12-11 |
Björn Ricks |
Move the access to artifact data to the Access object
|
2012-12-07 |
Christian Lins |
Refactor Mapserver mapfile generation.
|
2012-12-07 |
Felix Wolfsteller |
CrossSectionGenerator: Center HYK-labels.
|
2012-12-07 |
Felix Wolfsteller |
WINFOArtifact: Tiny optimization, get data only when needed.
|
2012-12-06 |
Sascha L. Teichmann |
Added view for selecting ranges in wsts.
|
2012-12-06 |
Felix Wolfsteller |
XYChartGenerator: Avoid "range merging" for area series, as these might extend
|
2012-12-05 |
Christian Lins |
Merged
|
2012-12-05 |
Christian Lins |
Work on river axis mapfile generator.
|
2012-12-05 |
Felix Wolfsteller |
Add stubs for GaugeAccess and RangeAccess, for they do not get lost.
|
2012-12-05 |
Felix Wolfsteller |
Prevent NPE when color for bandwidth is unset, use non-template default.
|
2012-12-05 |
Felix Wolfsteller |
Merged.
|
2012-12-03 |
Felix Wolfsteller |
Enable manual points for w difference diagrams.
|
2012-12-05 |
Raimund Renkert |
Adjusted y axis label.
|
2012-12-05 |
Raimund Renkert |
Multiplicate diameter with 1000 to have mm instead of m.
|
2012-12-04 |
Björn Ricks |
Improve the up and down arrows in the theme navigation panel
|
2012-12-04 |
Raimund Renkert |
Fixed imports.
|
2012-12-04 |
Raimund Renkert |
Use moving average algorithm to calculate average values depending on the zoom
|
2012-12-04 |
Raimund Renkert |
Put start and end km into the context for average calculation.
|
2012-12-04 |
Raimund Renkert |
Added methods to set single values.
|
2012-12-04 |
Raimund Renkert |
Added missing setter for different values.
|
2012-12-04 |
Björn Ricks |
Deprecate FLYSUtils
|
2012-12-04 |
Björn Ricks |
Use new refreshed bfg logo
|
2012-12-04 |
Christian Lins |
Preparations for autogenerated riveraxis WMSs.
|
2012-12-04 |
Christian Lins |
Make floodmap riveraxis layer name configurable.
|
2012-12-03 |
Sascha L. Teichmann |
A little optimization and handle the case that there are duplicates in the values.
|
2012-12-03 |
Sascha L. Teichmann |
Moved MovingAverage into math package
|
2012-12-03 |
Sascha L. Teichmann |
Removed obsolete import
|
2012-12-03 |
Raimund Renkert |
Merged.
|
2012-12-03 |
Raimund Renkert |
Fixed validation in parameter matrix panel. Single selections are allowed now.
|
2012-12-03 |
Raimund Renkert |
Add start and end km of current chart zoomlevel to the context and use these
|
2012-12-03 |
Raimund Renkert |
New class for average calculation implementing moving average algorithms.
|
2012-12-03 |
Raimund Renkert |
Generate flow velocity facets based on the type the user selected.
|
2012-12-03 |
Raimund Renkert |
Set the discharge zone type to be able to generate the appropriate facets.
|
2012-12-03 |
Raimund Renkert |
Added member variable for discharge zone type.
|
2012-12-03 |
Raimund Renkert |
Added new member variable for zone type.
|
2012-12-03 |
Raimund Renkert |
Extracted method to calculate the zoomed bound of a chart.
|
2012-12-03 |
Raimund Renkert |
Added example config for river 'Elbe' and read the config in context factory.
|
2012-12-03 |
Raimund Renkert |
New class storing configuration about zoom dependent filter levels.
|
2012-12-03 |
Felix Wolfsteller |
Doc.
|
2012-12-03 |
Felix Wolfsteller |
Fix reference curve creation.
|
2012-12-03 |
Felix Wolfsteller |
Doc.
|
2012-12-03 |
Felix Wolfsteller |
Doc.
|
2012-12-03 |
Felix Wolfsteller |
Fix differences/Waterlevelartifact.
|
2012-12-01 |
Christian Lins |
Change floodmap WMS paths in make_flys_release.
|
2012-11-30 |
Björn Ricks |
Add pdf export to GaugeDischargeCurveArtifact
|
2012-11-30 |
Björn Ricks |
Fix: Don't show the warning if datatype is WQKms
|
2012-11-30 |
Björn Ricks |
Remove obsolete MainMenu
|
2012-11-30 |
Björn Ricks |
Add new CSS for the layout changes
|
2012-11-30 |
Björn Ricks |
Add a welcome screen to the workspace background
|
2012-11-30 |
Björn Ricks |
Add i18n message strings for a welcome screen
|
2012-11-30 |
Björn Ricks |
Hide the manage project button if the project list is shown
|
2012-11-30 |
Björn Ricks |
Add methods to hide and show the manage projects button of the header
|
2012-11-30 |
Björn Ricks |
Use the FLYSHeader instead of the MainMenu
|
2012-11-30 |
Björn Ricks |
Merge the MainMenu into the FLYSHeader
|
2012-11-30 |
Björn Ricks |
Add methods to hide and show the project list in FLYS class
|
2012-11-30 |
Björn Ricks |
Add path for the new small BfG logo
|
2012-11-30 |
Björn Ricks |
Add smaller BfG logo
|
2012-11-30 |
Felix Wolfsteller |
meta-data.xml: Moved 'map' definitions to more appropriate place.
|
2012-11-30 |
Felix Wolfsteller |
meta-data.xml: Resolved discharge_longitudinal_section definitions and use
|
2012-11-30 |
Felix Wolfsteller |
meta-data.xml: Moved duration-curve definitions into more appropriate places.
|
2012-11-30 |
Felix Wolfsteller |
meta-data.xml: Added 'prototype-macro for longitudinal_sections.
|
2012-11-29 |
Felix Wolfsteller |
Doc.
|
2012-11-30 |
Christian Lins |
Use floating point calculation for floodmap colors.
|
2012-11-29 |
Christian Lins |
Floodmap can now be classified in the range 5 to 20 (incl.).
|
2012-11-29 |
Felix Wolfsteller |
Doc.
|
2012-11-29 |
Felix Wolfsteller |
Add ManualPoint-handling to SQRelationGenerator.doOut().
|
2012-11-29 |
Felix Wolfsteller |
Documentation added.
|
2012-11-28 |
Felix Wolfsteller |
Allow manual points in bedheight_longitudinal_sections.
|
2012-11-28 |
Felix Wolfsteller |
Enable manual points for s/q diagrams.
|
2012-11-27 |
Björn Ricks |
Add the csv export to the GaugeDischargeCurveArtifact
|
2012-11-27 |
Björn Ricks |
Refactor ComputedDischargeCurveExporter to support WQKms values and WQKms arrays
|
2012-11-27 |
Björn Ricks |
Use constant from DischargeTables for the scaling factor
|
2012-11-27 |
Björn Ricks |
Refactor getting the WQKms into it's own method
|
2012-11-27 |
Felix Wolfsteller |
Doc.
|
2012-11-27 |
Felix Wolfsteller |
Allow manual points in flow_velocity diagrams.
|
2012-11-27 |
Felix Wolfsteller |
Merged.
|
2012-11-27 |
Felix Wolfsteller |
Enable manual points in sedimentload ls.
|
2012-11-27 |
Christian Lins |
Merged
|
2012-11-27 |
Christian Lins |
Work on dynamic color classes for floodmap (work in progress, not yet functional).
|
2012-11-27 |
Felix Wolfsteller |
Merged.
|
2012-11-27 |
Felix Wolfsteller |
Fix flys/issue989: manual points in bedheight_middle outs.
|
2012-11-27 |
Christian Lins |
flys-client: Shapefile upload widget readded again (regression).
|
2012-11-27 |
Christian Lins |
flys-client: Patch to render combobox options as clickable links.
|
2012-11-27 |
Felix Wolfsteller |
i18n fix.
|
2012-11-20 |
Christian Lins |
Fix FLYS logo URL for printing.
|
2012-11-20 |
Christian Lins |
flys-client: Map.updateSize() is now called on every windows movement
|
2012-11-20 |
Christian Lins |
Workaround for NPE in FloodMapState.
|
2012-11-18 |
Christian Lins |
flys-client: Cosmetics and warnings.
|
2012-11-18 |
Christian Lins |
flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.
|
2012-11-16 |
Sascha L. Teichmann |
Added tag 2.9.6 for changeset ce6bea03156c
|
2012-11-16 |
Sascha L. Teichmann |
Add help anchors for fix analysis
2.9.6
|
2012-11-16 |
Sascha L. Teichmann |
More solid S/Q function sampling
|
2012-11-16 |
Björn Ricks |
Exchange the river selection map
|
2012-11-16 |
Björn Ricks |
Remove obsolete imports
|
2012-11-16 |
Björn Ricks |
Add i18n for the new close project list button
|
2012-11-16 |
Björn Ricks |
Add css for the project list changes
|
2012-11-16 |
Björn Ricks |
Add a small close and add project button to the project list header
|
2012-11-16 |
Björn Ricks |
Remove the new project button from the menue
|
2012-11-16 |
Björn Ricks |
Get rid of the footer and the spacer in the flys webpage
|
2012-11-16 |
Björn Ricks |
Add GaugeOverview to Fixanalysis
|
2012-11-16 |
Christian Lins |
Adapt WMS URLs in floodmap.xml to user-wms.
|
2012-11-16 |
Christian Lins |
Merged
|
2012-11-16 |
Christian Lins |
Map view in DigitizePanel now shows OSM background, river axis and
|
2012-11-16 |
Sascha L. Teichmann |
merged
|
2012-11-16 |
Sascha L. Teichmann |
Removed obsolete imports.
|
2012-11-16 |
Sascha L. Teichmann |
Removed obsolete import
|
2012-11-16 |
Björn Ricks |
Allow requests from localhost in GGInA filter
|
2012-11-15 |
Raimund Renkert |
Added i18n strings for sediment load calculation.
|
2012-11-15 |
Raimund Renkert |
New themes for sediment load chart.
|
2012-11-15 |
Raimund Renkert |
New field in sediment load object and calculation.
|
2012-11-15 |
Raimund Renkert |
New doOut for total load in sediment load calculation.
|