Florian Esser

Results 24 issues of Florian Esser

The modified version 1.6.0.hale of the groovy-sandbox used internally to evaluate Groovy scripts does not intercept RegEx operators `=~` and `==~`. This feature [is available upstream](https://github.com/jenkinsci/groovy-sandbox/commit/dca7b2d57f964818409f992a2fbd2b602d1993ed) and can likely be...

enhancement
groovy
planned

Issue a warning when CLI command line contains unknown parameters, e.g. like in this case where the `S` prefix was accidentally omitted for the target provider parameters: ``` C:\Program Files\wetransform\HALE\HALE.exe...

enhancement
cli
planned

When using the FileGeodatabase reader from the pro plugins in a command line transformation and the value of the `-source` parameter is a directory, hale will load the source data...

enhancement
io
hale-pro
cli
planned

Since the [upgrade to Eclipse 2020-03](https://github.com/halestudio/hale/issues/822), some elements of the Welcome page are duplicated and/or are out place.

bug
ui

A user reported in this [forum thread](https://discuss.wetransform.to/#/thread/9rt/Prefix-for-target-namespace) that for one of their source datasets hale generates a random namespace prefix of the form `zdef-` in the transformed output, while in...

bug
io

The AdV CRS code `DE_DHHN2016_NH` maps to the EPSG code `7837` which was first released as part of v8.9 of the EPSG registry. The GeoTools version used in hale (12.2)...

enhancement
core
stale

For geometry properties the instance building example does not show a structure or a proper example how to assign a geometry. ![groovy-target-structure-geometry](https://user-images.githubusercontent.com/1867607/42089398-356715dc-7b9d-11e8-9bef-eca123a703ca.png)

groovy
planned

Contribution is `eu.esdihumboldt.hale.ui.instancevalidation.status.InstanceValidationStatusContributionItem`

bug
ui
stale

Tested on macOS 10.13.4 (High Sierra) w/ final RC build of 3.5.0. Plugin was installed via update site. When starting hale studio, the error log shows this exception: ``` org.osgi.framework.BundleException:...

bug
hale-pro
stale

The expression of a `MathematicalExpression` function is evaluated for all source instances, even if the source attribute is filtered via a condition context. This can lead to `NullPointerException`s if there...

bug
function
planned