2011-09-14 |
Bjoern Schilberg |
Deactivated spatial indexes.
|
2011-09-14 |
Bjoern Schilberg |
Added inital oracle_create_user.sql script.
|
2011-09-14 |
Bjoern Schilberg |
Added schema floodplain.
|
2011-09-14 |
Bjoern Schilberg |
Added schema hws.
|
2011-09-14 |
Bjoern Schilberg |
Added schema cross_section_tracks.
|
2011-09-14 |
Bjoern Schilberg |
Added schema river_axes.
|
2011-09-14 |
Bjoern Schilberg |
Added schema fixpoints.
|
2011-09-14 |
Bjoern Schilberg |
Added schema buildings.
|
2011-09-14 |
Bjoern Schilberg |
Fixed table river_axes_km.
|
2011-09-13 |
Bjoern Schilberg |
Initial oracle schema.
|
2011-09-13 |
Hans Plum |
Removed all tables for different datasets at HYdrologie/Hydr.Grenzen/Linien/*
|
2011-09-13 |
Hans Plum |
Removed table boundarypolys because of wrong placed dataset
|
2011-09-12 |
Bjoern Schilberg |
Postgresql spatial scheme extended.
|
2011-09-02 |
Ingo Weinzierl |
Replaced SERIALs with SEQUENCES in PostgreSQL spatial schema.
|
2011-09-01 |
Hans Plum |
Hint for unifying table names: dgm -> dem
|
2011-09-01 |
Hans Plum |
Added mappings to existing data in file system (based on river Saar); added TODOs for missing tables/mappings
|
2011-08-31 |
Ingo Weinzierl |
Added relation and hibernate classes for floodplains (german 'Talaue').
|
2011-08-31 |
Ingo Weinzierl |
Added relation and hibernate classes for DGMs.
|
2011-08-30 |
Ingo Weinzierl |
Added a static function that returns all CrossSectionTracks of a specific river.
|
2011-08-25 |
Ingo Weinzierl |
Removed FileTools that has been moved to artifacts-common module.
|
2011-08-25 |
Felix Wolfsteller |
Mapping and Accessors for MainValues of Gauge, by Sascha L. Teichmann.
|
2011-08-22 |
Ingo Weinzierl |
Reverted the default db dialect back PostgreSQL.
|
2011-08-22 |
Ingo Weinzierl |
Added a function in RiverAxis to retrieve the RiverAxis of a given river.
|
2011-08-18 |
Ingo Weinzierl |
Introduced support for FLYS spatial data.
|
2011-08-11 |
Sascha L. Teichmann |
Re-enabled Hibernate schema dumps.
|
2011-07-31 |
Sascha L. Teichmann |
Bumped Apache DBCP up to 1.4
|
2011-07-28 |
Sascha L. Teichmann |
Importer session: Make use of the LRU cache from artifacts common.
|
2011-07-19 |
Sascha L. Teichmann |
Schema: added missing key contraint on hyks table.
|
2011-07-18 |
Sascha L. Teichmann |
HYK Importer: Check if zone coordinates in HYKs are swapped and warn the user.
|
2011-07-18 |
Sascha L. Teichmann |
HYK importer: Various small fixes and some extra logging.
|
2011-07-18 |
Sascha L. Teichmann |
Importer: Added a central configuration to allow skipping of parsing/storing individual sub systems.
|
2011-07-18 |
Ingo Weinzierl |
Fixed OrderBy clause in HYKEntry.
|
2011-07-17 |
Sascha L. Teichmann |
Store HYK data structures to database. Needs testing.
|
2011-07-17 |
Sascha L. Teichmann |
Importer: Parse HYKs from importer.
|
2011-07-17 |
Sascha L. Teichmann |
HYKParser: Create data structures while parsing.
|
2011-07-17 |
Sascha L. Teichmann |
Added importer models for HYKs.
|
2011-07-17 |
Sascha L. Teichmann |
Schema: Fixed location of 'Peilungsjahre' in HYKs
|
2011-07-17 |
Sascha L. Teichmann |
Fixes for the HYK parser
|
2011-07-15 |
Sascha L. Teichmann |
Initial version of the HYK parser. Not ready, yet.
|
2011-07-15 |
Sascha L. Teichmann |
Schema: Argh! Added distance_{vl|hf|vr} to
|
2011-07-15 |
Sascha L. Teichmann |
Added method
|
2011-07-15 |
Sascha L. Teichmann |
Schema: Added missing columns in HYK tables.
|
2011-07-15 |
Sascha L. Teichmann |
Moved file parsers to separate package.
|
2011-07-15 |
Sascha L. Teichmann |
New. The hibernate models
|
2011-07-15 |
Sascha L. Teichmann |
schema: Added structures for HYKs "Hydraulische Kenngroessen"
|
2011-07-13 |
Sascha L. Teichmann |
Bumped Hibernate up to 3.6.5
|
2011-07-11 |
Sascha L. Teichmann |
HashedFile: Forget to call the file hashing so only the file lengths were compared.
|
2011-07-11 |
Sascha L. Teichmann |
Prevent parsing and storing PRF duplicates.
|
2011-07-08 |
Sascha L. Teichmann |
Made import of cross sections work.
|
2011-07-07 |
Sascha L. Teichmann |
Integrated PRF parsing into importer. Needs testing!
|
2011-07-07 |
Sascha L. Teichmann |
Querprofile: Added a table to map the points to a given km.
|
2011-07-07 |
Sascha L. Teichmann |
Schema: Added description column to the cross section table
|
2011-07-07 |
Sascha L. Teichmann |
Schema: Dropped unique constraint of x in a single line of a "Querprofil-Spur".
|
2011-07-07 |
Sascha L. Teichmann |
PRFParser: Added a callback to be called from parsePRFs() if
|
2011-07-07 |
Sascha L. Teichmann |
PRFParser: Extract the year of sounding and description from file names.
|
2011-07-07 |
Sascha L. Teichmann |
PRFParser: Extracted the data. All BfG PRFs are parsed correctly, now.
|
2011-07-07 |
Sascha L. Teichmann |
PRFParser: extract km from lines. TODO: extract data.
|
2011-07-06 |
Sascha L. Teichmann |
Added parser for PRF files. TODO: Extract data and km.
|
2011-07-06 |
Sascha L. Teichmann |
Removed braindead points3d table
|
2011-07-06 |
Sascha L. Teichmann |
Added Hibernate models for cross-sections and their points.
|
2011-07-06 |
Sascha L. Teichmann |
Added hibernate point3d model
|
2011-07-06 |
Sascha L. Teichmann |
Add relations for cross sections.
|
2011-06-28 |
Ingo Weinzierl |
Tagged RELEASE 2.4 of flys-backend.
|
2012-09-28 |
Thomas Arendsen Hein |
merged flys-artifacts/2.5
|
2011-09-19 |
Ingo Weinzierl |
Tagged RELEASE 2.5 of flys-artifacts.
|
2011-09-19 |
Bjoern Schilberg |
Adjust wms saar styling in the flys karten-archive styling.
|
2011-09-19 |
Ingo Weinzierl |
Cleanup imports.
|
2011-09-16 |
Ingo Weinzierl |
Use DGM Id in FLYSArtifact's data pool to query DGMs for floodmaps instead of querying DGMs by given range values.
|
2011-09-16 |
Ingo Weinzierl |
Added a DEM section to the floodmap section in the datacage configuration.
|
2011-09-16 |
Felix Wolfsteller |
Fix build.
|
2011-09-16 |
Felix Wolfsteller |
Load given artifacts for w-diff calculation.
|
2011-09-16 |
Bjoern Schilberg |
Added inital mapserver configuration files.
|
2011-09-16 |
Ingo Weinzierl |
Repaired datacage configuration. The system specific stuff is also displayed if a user-id is given.
|
2011-09-16 |
Ingo Weinzierl |
Write the name of the selected waterlevels (used for the floodmap) into the static DESCRIBE.
|
2011-09-16 |
Ingo Weinzierl |
Added state label for waterlevel selection.
|
2011-09-15 |
Ingo Weinzierl |
Enabled the FloodMapState to fetch waterlevel data from external Artifact.
|
2011-09-15 |
Ingo Weinzierl |
Removed needness import from JSON library which is not part of FLYS yet.
|
2011-09-15 |
Ingo Weinzierl |
Introduced the possibility for States to transform/modify input before the data is added to FLYSArtifact.
|
2011-09-15 |
Ingo Weinzierl |
Prepared FLYSArtifactCollection to live without Artifacts.
|
2011-09-15 |
Ingo Weinzierl |
Improved FLYSUtils: fetch Artifacts from ArtifactDatabase properly.
|
2011-09-15 |
Felix Wolfsteller |
Extended WDifferences bracnh of WINFO to have calculation in dedicated,
|
2011-09-14 |
Ingo Weinzierl |
Prepared the winfo artifact for floodmap calculations (now selectable in the UI).
|
2011-09-14 |
Ingo Weinzierl |
Bugfix: merge facets for the Collection's attribute only if the new and old facet's name and owner artifact are equal.
|
2011-09-14 |
Felix Wolfsteller |
Partial fix flys/issue304 (3:Display ZeroBaseline).
|
2011-09-14 |
Felix Wolfsteller |
Fix flys/issue310 (crosssection theme).
|
2011-09-13 |
Ingo Weinzierl |
Add an error message to the calculation report if an error occured while WSPLGENJob creation.
|
2011-09-13 |
Felix Wolfsteller |
Fix crash when StickyAxisAnnotation should be drawn without proper axis
|
2011-09-13 |
Ingo Weinzierl |
Improved styling (mapserver style) of WSPLGEN result shape.
|
2011-09-12 |
Ingo Weinzierl |
Add status message for queued WSPLGEN jobs to notify users.
|
2011-09-12 |
Ingo Weinzierl |
Do only create WSPLGEN and barrier facets if the WSPLGEN job has been added to the Scheduler and if there are digitized geometries existing.
|
2011-09-12 |
Felix Wolfsteller |
Fix build, added new DataUtil.
|
2011-09-12 |
Felix Wolfsteller |
Cosmetics.
|
2011-09-12 |
Felix Wolfsteller |
Added CSV Exporter for WDifferences.
|
2011-09-12 |
Felix Wolfsteller |
Cosmetics
|
2011-09-12 |
Ingo Weinzierl |
Suppress the GeoJSON string for the FloodMap creation to be included in the static DESCRIBE part.
|
2011-09-12 |
Ingo Weinzierl |
Removed needless imports.
|
2011-09-09 |
Ingo Weinzierl |
Write status messages and progress information of WSPLGEN Calculations into Artifact's DESCRIBE document.
|
2011-09-09 |
Felix Wolfsteller |
Fix flys/issue280 (boundingboxes of annotation).
|
2011-09-09 |
Felix Wolfsteller |
Fix flys/issue279 .
|
2011-09-09 |
Felix Wolfsteller |
Fix ArrayIndexOutOfBounds in certain cases.
|
2011-09-09 |
Felix Wolfsteller |
Fix facet name and legend of w-differences, walk over distance state, too.
|
2011-09-09 |
Felix Wolfsteller |
Added configuration to kick-in w-differences branch of winfo.
|
2011-09-09 |
Felix Wolfsteller |
Added very stubby WDifferences State/OutGenerator for WINFOArtifact.
|
2011-09-09 |
Felix Wolfsteller |
Implement getArtifact(uuid,context) in FLYSUtils.
|
2011-09-08 |
Ingo Weinzierl |
Added an Output target for WSPLGEN reports that will be available when an WSPLGEN calculation is finished.
|
2011-09-08 |
Felix Wolfsteller |
Cosmetics.
|
2011-09-08 |
Ingo Weinzierl |
Added a 'ProblemObserver' that analyses WSPLGEN's error stream for errors and warnings.
|
2011-09-08 |
Felix Wolfsteller |
Added translation of w_differences.
|
2011-09-07 |
Ingo Weinzierl |
Append an attribute 'background-processing' (can be 'true' or 'false') to the WINFOArtifact's DESCRIBE document.
|
2011-09-07 |
Ingo Weinzierl |
Set the river extent for WMSLayers in the FloodMapState.
|
2011-09-07 |
Felix Wolfsteller |
Added Themes for CrossSection diagrams.
|
2011-09-07 |
Felix Wolfsteller |
Display real km of shown data in crosssection-diagram.
|
2011-09-07 |
Felix Wolfsteller |
Fix various issues like i18n in cross section diagrams.
|
2011-09-07 |
Felix Wolfsteller |
Cosmetics, refactored, resolved todo.
|
2011-09-07 |
Felix Wolfsteller |
Fix waterline in crosssection diagram.
|
2011-09-07 |
Felix Wolfsteller |
Fix profile loading of cross section diagram.
|
2011-09-07 |
Felix Wolfsteller |
Minor cosmetics
|
2011-09-07 |
Felix Wolfsteller |
Cosmetics, docs.
|
2011-09-06 |
Ingo Weinzierl |
Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
|
2011-09-06 |
Ingo Weinzierl |
Read barrier layers from filesystem while mapfile creation and build a facet for this layer in the artifact.
|
2011-09-06 |
Raimund Renkert |
Added driver to database configuration for use with postgresql.
|
2011-09-06 |
Ingo Weinzierl |
Little mapfile template improvement.
|
2011-09-05 |
Ingo Weinzierl |
Create WMSLayerFacets for the WSPLGEN results after we have started a WSPLGEN job.
|
2011-09-05 |
Ingo Weinzierl |
Trigger the mapfile creation after WSPLGEN jobs have finished.
|
2011-09-05 |
Ingo Weinzierl |
Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem.
|
2011-09-05 |
Ingo Weinzierl |
Some bugfixes when starting/finishing WSPLGEN jobs.
|
2011-09-02 |
Ingo Weinzierl |
Added infrastructure to start WSPLGEN calculations - the FloodMapState already start such calculations.
|
2011-09-02 |
Felix Wolfsteller |
Add CrossSectionInfoGenerator.
|
2011-09-01 |
Felix Wolfsteller |
Cleanups of CrossSection*.
|
2011-09-01 |
Ingo Weinzierl |
Set the 'typ' attribute of lines and polygons in barrier shapefiles while shapefile creation.
|
2011-09-01 |
Ingo Weinzierl |
Set the Z values of line and polygon barrier geometries used for WSPLGEN.
|
2011-09-01 |
Felix Wolfsteller |
Get real (but yet not parameterized) data to display in CrossSection.
|
2011-09-01 |
Ingo Weinzierl |
Close open shapefile transactions properly.
|
2011-09-01 |
Ingo Weinzierl |
Renamed WSPLGEN required waterlevels file to 'waterlevel.wst'.
|
2011-09-01 |
Ingo Weinzierl |
Write additional attributes ELEVATION and KILOMETER into crosssection track shapefiles.
|
2011-08-31 |
Ingo Weinzierl |
Write WSP file for WSPLGEN and add its filepath to the WSPLGEN job.
|
2011-08-31 |
Ingo Weinzierl |
Reordered some parameters in a FLYSArtifact method.
|
2011-08-31 |
Felix Wolfsteller |
Improved stub for CrossSections (including Factory and Facet).
|
2011-08-31 |
Felix Wolfsteller |
Cosmetics.
|
2011-08-31 |
Felix Wolfsteller |
Removed stray character.
|
2011-08-31 |
Felix Wolfsteller |
Cosmetics.
|
2011-08-31 |
Felix Wolfsteller |
Fix translations of Main Values Facets.
|
2011-08-31 |
Felix Wolfsteller |
Added dummy sceleton for Cross Sections.
|
2011-08-31 |
Ingo Weinzierl |
Export floodplain to shapefile and add its file path to WSPLGEN job.
|
2011-08-31 |
Ingo Weinzierl |
Write file path of DMGs into the WSPLGEN job while preparing WSPLGEN.
|
2011-08-30 |
Ingo Weinzierl |
Export riveraxis and crosssections to shapefiles for WSPLGEN.
|
2011-08-30 |
Ingo Weinzierl |
Use the correct SRID while reading GeoJSON barriers and writing line/polygon shapefiles.
|
2011-08-30 |
Ingo Weinzierl |
Write user defined barriers into a shapefile that is placed in the Artifact's directory.
|
2011-08-30 |
Ingo Weinzierl |
Moved code to extract the river srid defined in the global configuration into FLYSUtils.
|
2011-08-29 |
Felix Wolfsteller |
Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver.
|
2011-08-29 |
Felix Wolfsteller |
Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver.
|
2011-08-29 |
Felix Wolfsteller |
Commit accidentally omitted result of refactoring (WINFO/FLYSUtils/getRiver).
|
2011-08-29 |
Felix Wolfsteller |
Interpolate Q main values, generate interpolated W main values on the fly from
|
2011-08-29 |
Felix Wolfsteller |
Use new helper class FLYSUtils, minor refactorization.
|
2011-08-29 |
Felix Wolfsteller |
Refactored to use new FLYSUtils, moved getRiver-functionality inside.
|
2011-08-29 |
Felix Wolfsteller |
Minor cosmetics.
|
2011-08-26 |
Sascha L. Teichmann |
Made it Oracle compatible
|
2011-08-26 |
Ingo Weinzierl |
Set some WSPLGENJob parameters which are stored in FLYSArtifact in the Floodmap state.
|
2011-08-26 |
Ingo Weinzierl |
Refactored the code to fetch the km range/locations into a utility class.
|
2011-08-26 |
Ingo Weinzierl |
Added a new method to FLYSArtifact to destroy a single state (call its endOfLife).
|
2011-08-26 |
Felix Wolfsteller |
Cosmetics.
|
2011-08-26 |
Felix Wolfsteller |
Added limited themeing-support for MainValues.
|
2011-08-26 |
Ingo Weinzierl |
Prepare directories for WSPLGEN specific data in FloodMap state and remove those directories when State.endOfLife() is called.
|
2011-08-26 |
Felix Wolfsteller |
New theme-related utilities.
|
2011-08-26 |
Felix Wolfsteller |
Improved mainvalues rendering.
|
2011-08-26 |
Felix Wolfsteller |
Recommend MainValues for Computed discharge curves.
|
2011-08-26 |
Felix Wolfsteller |
New NamedDouble class which implements a <String,double>-pair.
|
2011-08-26 |
Ingo Weinzierl |
Call State.endOfLife() for all States in the Artifact when Artifact.endOfLife() is called.
|
2011-08-26 |
Felix Wolfsteller |
Plot "real" (respecting parameters) W and Q MainValues, yet in wrong scale.
|
2011-08-26 |
Ingo Weinzierl |
Call State.endOfLife() in FLYSArtifact when stepping back to a previous state.
|
2011-08-25 |
Felix Wolfsteller |
Enable plotting of some annotations that look like MainValues.
|
2011-08-25 |
Felix Wolfsteller |
Prepare StickyAxisAnnotation implementation to handle annotations at 'y' (vertical) axis.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics.
|
2011-08-25 |
Felix Wolfsteller |
Added MainValue-Fetching-Capabilities to MainValuesArtifact.
|
2011-08-25 |
Felix Wolfsteller |
Improved implementation of MainValueArtifact#MainValueFacet .
|
2011-08-25 |
Felix Wolfsteller |
Changed state spawning mechanism of MainValuesArtifact.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics and docs.
|
2011-08-25 |
Felix Wolfsteller |
Added new Mainvalues FacetType.
|
2011-08-24 |
Ingo Weinzierl |
Changed the way of collecting the data for the RiverAxisArtifact - use the database instead of a Master-Artifact.
|
2011-08-24 |
Ingo Weinzierl |
Removed needless imports.
|
2011-08-24 |
Felix Wolfsteller |
Added conf for factory and rule for MainValueArtifacts, missing ChangeLog entry.
|
2011-08-24 |
Felix Wolfsteller |
Let MainValuesArtifact have a state, outputmode and facet.
|
2011-08-24 |
Felix Wolfsteller |
Fix dates in ChangeLog.
|
2011-08-24 |
Felix Wolfsteller |
Smaller Cosmetics.
|
2011-08-24 |
Sascha L. Teichmann |
Datacage: Use 'ids' in user specific part, too.
|
2011-08-24 |
Sascha L. Teichmann |
Datacage template: s/db-ids/ids/g
|
2011-08-24 |
Felix Wolfsteller |
Refactored (state access) to ease future development of more trivial artifacts.
|
2011-08-24 |
Ingo Weinzierl |
The WMS background's facet will now also have a SRID set.
|
2011-08-24 |
Felix Wolfsteller |
Minor changes to stub MainValuesArtifact.
|
2011-08-24 |
Ingo Weinzierl |
Moved the input of user defined barriers for the floodmap to an earlier state.
|
2011-08-24 |
Ingo Weinzierl |
Repaired xpath expressions for wms srid and background layers that broke after the floodmap config structure changed.
|
2011-08-23 |
Ingo Weinzierl |
Repaired broken river wms initialization.
|
2011-08-23 |
Sascha L. Teichmann |
Made facets cloneable with the right type.
|
2011-08-23 |
Ingo Weinzierl |
Set the master artifact while output creation.
|
2011-08-23 |
Sascha L. Teichmann |
Made FLYS artifacts cloneable.
|
2011-08-23 |
Ingo Weinzierl |
Implemented a MapInfo service that returns some basic information to create maps for specific rivers.
|
2011-08-22 |
Sascha L. Teichmann |
Build out/facet filter from XML document passed at creation time.
|
2011-08-22 |
Sascha L. Teichmann |
Added optional positive filter for outs and facets.
|
2011-08-22 |
Sascha L. Teichmann |
Moved WINFO specific stuff from FLYS into WINFO artifact.
|
2011-08-22 |
Sascha L. Teichmann |
Datacage: filter by out in user specific part
|
2011-08-22 |
Ingo Weinzierl |
Prepared the FloodMapState to save geometries.
|
2011-08-19 |
Ingo Weinzierl |
The boundary (extent) for the river axis is determined based on its geometry - this extent is written into the wms facet.
|
2011-08-19 |
Sascha L. Teichmann |
Removed superfluous imports.
|
2011-08-19 |
Sascha L. Teichmann |
State engine: Removed CallContext from state validation.
|
2011-08-19 |
Felix Wolfsteller |
Added lacalization of "Streckenfavoriten".
|
2011-08-19 |
Felix Wolfsteller |
Picky white-space cosmetics.
|
2011-08-19 |
Felix Wolfsteller |
Added stub implementation of new MainValuesArtifact.
|
2011-08-19 |
Sascha L. Teichmann |
Fixed flys/issue262: Unified user and system datacage template
|
2011-08-18 |
Sascha L. Teichmann |
flys/issue260: Datacage uses master_artifacts view now.
|
2011-08-18 |
Sascha L. Teichmann |
Datacage: Added view to schema to select master artifacts.
|
2011-08-18 |
Sascha L. Teichmann |
Datacage user template: Removed state filter because it was broken. Simplified by joining two contexts.
|
2011-08-18 |
Felix Wolfsteller |
Fix rendering of Annotations/lines under certain zooming conditions, ChangeLog.
|
2011-08-18 |
Felix Wolfsteller |
Added legend for annotations to LongitudinalSectionDiagram.
|
2011-08-17 |
Felix Wolfsteller |
Moved StickyAxisAnnotation into new package de.intevation.flys.jfree .
|
2011-08-17 |
Felix Wolfsteller |
Part of refactoring (see next commit).
|
2011-08-17 |
Felix Wolfsteller |
Extracted and renamed CustomAnnotation to StickyAxisAnnotation. Also removed
|
2011-08-17 |
Felix Wolfsteller |
Improved CustomAnnotation rendering.
|
2011-08-17 |
Felix Wolfsteller |
Added proof-of-concept collision detection for text annotations.
|
2011-08-16 |
Felix Wolfsteller |
Started implementation of CustomAnnotation to plot collision-free annotations.
|
2011-08-16 |
Felix Wolfsteller |
Slightly improved rendering of annotations in LongitudinalSection-plots.
|
2011-08-15 |
Sascha L. Teichmann |
Fix for flys/issue191
|
2011-08-12 |
Felix Wolfsteller |
Let AnnotationArtifact fetch "more correct" data.
|
2011-08-12 |
Felix Wolfsteller |
Added functionality to query range and point-annotations only to
|
2011-08-11 |
Sascha L. Teichmann |
Datacage: Added a development mode for recommendations
|