2014-09-04 |
Sascha L. Teichmann |
Removed NASTY package clash. We had too org.dive4elements.river.util packages.
|
2014-09-04 |
Tom Gottfried |
Removed obsolete average and renamed some symbols to make the difference between single fractions and sums of them clearer in the calculation.
|
2014-09-04 |
Sascha L. Teichmann |
Remove dead class.
|
2014-09-04 |
Raimund Renkert |
merged.
|
2014-09-04 |
Raimund Renkert |
Changed discharge processor to plot only discharge curves and added processor for computed discharge curves.
|
2014-09-04 |
Raimund Renkert |
Added new processor to plot misc discharge data, e.g. from datacage or recommendations.
|
2014-09-03 |
Tom Gottfried |
The existing implementation respects the fact that months are 0-based.
|
2014-09-03 |
Tom Gottfried |
Complete CSV-export and correct headers.
|
2014-09-03 |
Tom Gottfried |
Rev aa80f9ba56a9 was incomplete. Shame on me.
|
2014-09-03 |
Tom Gottfried |
We have to calculate bed load plus suspended sand instead of suspended load.
|
2014-09-02 |
Tom Gottfried |
Let epochs be averages over their years.
|
2014-09-02 |
Tom Gottfried |
Precalculated sums from the database will come through recommendations.
|
2014-09-02 |
Tom Gottfried |
Make sedimentload loadable as old calculation.
|
2014-09-01 |
Tom Gottfried |
Only calculated sums of fractions should be initially shown in diagram.
|
2014-09-01 |
Tom Gottfried |
Fix fraction respectively facet names and descriptions.
|
2014-09-01 |
Tom Gottfried |
Broken -> broke away.
|
2014-09-01 |
Tom Gottfried |
Do not handle the impossible.
|
2014-09-01 |
Tom Gottfried |
Handle missing years in bed height differences without assuming an unknown year to be BC 1.
|
2014-08-29 |
Sascha L. Teichmann |
Converted configuration for discharge diagrams to the new Q symmetry style.
|
2014-08-29 |
Sascha L. Teichmann |
Added diagram defaults for discharge diagrams.
|
2014-08-29 |
Sascha L. Teichmann |
Renamed tag in sq relation defaults to a more fitting name.
|
2014-08-29 |
Sascha L. Teichmann |
Added new diagramm generator for Q symmetry.
|
2014-08-29 |
Sascha L. Teichmann |
More shoveling araound generators.
|
2014-08-29 |
Sascha L. Teichmann |
Added a woking copy for discharge diagramm generators. All modifications are go in here. If the process is finished we'll remove the old one and rename the copy to discharge-diagramms.xml
|
2014-08-29 |
Tom Gottfried |
We have only 4 of them.
|
2014-08-29 |
Sascha L. Teichmann |
More fixes for conf.xml
|
2014-08-29 |
Sascha L. Teichmann |
Moved external system entites back to conf.xml. Uncool.
|
2014-08-29 |
Sascha L. Teichmann |
Cleaned up generator dependencies.
|
2014-08-29 |
Sascha L. Teichmann |
Moved more generator stuff in reguarding sub directory.
|
2014-08-29 |
Sascha L. Teichmann |
Allow deeper nesting of output-generators in conf.xml. This allows better separation of concerns of different generator types.
|
2014-08-29 |
Sascha L. Teichmann |
Moved generators.xml and its dependencies to a directory of their own.
|
2014-08-29 |
Sascha L. Teichmann |
Moved external system entity for longitudinal sections default to generators.xml. TODO: Move in entirely different file.
|
2014-08-29 |
Sascha L. Teichmann |
Removed obsolete imports.
|
2014-08-29 |
Sascha L. Teichmann |
Fixed build error.
|
2014-08-29 |
Tom Gottfried |
The relevant contents are now in artifacts/doc/datacage_ref_de.rst.
|
2014-08-28 |
Tom Gottfried |
IDs can be assumed to be unique.
|
2014-08-28 |
Tom Gottfried |
Do not put metadata on series if there are none (avoid NPE).
|
2014-08-28 |
Tom Gottfried |
Quoting is done elsewhere since rev 7021753b3797.
|
2014-08-27 |
Tom Gottfried |
The rest is silence.
|
2014-08-27 |
Sascha L. Teichmann |
Make Logarithmic axis immun against negative values (not throwing Exceptions in that case).
|
2014-08-27 |
Tom Gottfried |
Let the facet know the period of it's data.
|
2014-08-27 |
Tom Gottfried |
Calculate all single years in given interval but only once.
|
2014-08-26 |
Sascha L. Teichmann |
Merged.
|
2014-08-26 |
Sascha L. Teichmann |
Datacage: Insert variable values literally into output.
|
2014-08-26 |
Tom Gottfried |
With the exception of real calculation results, descriptions of sediment loads can all follow the same pattern.
|
2014-08-26 |
Tom Gottfried |
Metadata in datacage tooltips for sediment densities, bed heights, flow velocities and sounding widhts.
|
2014-08-26 |
Sascha L. Teichmann |
Added missing generics parameter.
|
2014-08-26 |
Sascha L. Teichmann |
Sediment load: Remove simple tail recursive calls from SedimentLoadData.recursiveFindStations(). More carefully this time.
|
2014-08-26 |
Sascha L. Teichmann |
Removed obsolete same package imports.
|
2014-08-26 |
Sascha L. Teichmann |
Removed obsolete imports.
|
2014-08-25 |
Andre Heinecke |
Fix exporter loops
|
2014-08-25 |
Andre Heinecke |
Acctually use the new Sedilmentload calculation
|
2014-08-25 |
Andre Heinecke |
Make SedimentloadExporter work with the new result scheme.
|
2014-08-25 |
Andre Heinecke |
Correctly handle not creating facets and error reports.
|
2014-08-25 |
Andre Heinecke |
GetFractionByName now returns a list as it can differ in Epochs
|
2014-08-25 |
Andre Heinecke |
Add period to sedimentloaddataresult fraction
|
2014-08-25 |
Andre Heinecke |
Use old names for SedimentloadDataFractions and add average fraction
|
2014-08-25 |
Andre Heinecke |
Actually return the period in SedimentLoadAccess
|
2014-08-25 |
Andre Heinecke |
Fix compilation of last commit
|
2014-08-25 |
Sascha L. Teichmann |
Another fix for find stations in sediment load.
|