hale»studio 3.0 released

hale»studio 3.0 released

Release Notes hale»studio Product Update

It's time for a new major release, and it does come packed with many new features and improvements. First, you might notice the new name and the new logo. HALE by itself was always hard to find with search engines and there is lots of other software called hale. Also, we've started to build a full data design and integration platform, and needed to diversify naming. HALE is thus now officially hale studio - but otherwise it remains the same!

These are the highlight features we've added:

  • Create Custom transformation functions and use them across projects
  • Write more powerful Groovy/Custom Functions with Collectors, new helper functions and multiple target support
  • Define Priorities for type cells
  • Define Project variables
  • Automate processes with a much improved Command Line Interface
  • Read MS Access (*.mdb) databases
  • Validate XLinks
  • Control Polygon Winding Order for GML output
  • Use Project Generator
  • Use Documentation Generator
  • Improved Transactional WFS support
  • Use any reference map

hale»studio 3.0.0 Map View

The majority of these new features were made possible through our contracts with more than 20 customers. We'd like to thank you all for your support!

Note: As this is a major release, projects created with hale studio 3.0 may be incompatible with previous versions of HALE.

Custom transformation functions

HALE has had support for Groovy scripts for type and property transformation, but individual scripts couldn't be re-used. With custom transformation functions, you can define your own functions using Java or Groovy and re-use them throughout multiple mappings or even multiple projects.

custom functions

The current implementation of Custom Functions allows you to define input parameters and input/output data structures. In the function editor, you can use lots of helper functions to quickly get results. Please see the Custom Transformation Functions help for more information on how to define and use custom transformation functions.

New Groovy Function Features

Groovy Functions help when the functions we ship with hale studio don't match specific requirements. To make them more powerful, we have added several new capabilities. The first of these is to output multiple features from a single Groovy Retype, Groovy Merge or Groovy Join function. You can use this functionality to create multiple partial feature from one large feature, or to create copies of a feature in the target data set.

The second improvement we've added are Collectors. When you declare a collector, you tell hale that it should create a list of all objects it creates during transformation, for later access in this or another Groovy function. You can use this for post-processing of objects, or to easily create references from a large object, such as as

TransportNetwork

, to small objects, such as

TransportLinks

Added Groovy Features

We have also added several new helper functions, in particular for working with geometries.

Project Variables

Sometimes you need to use a value in multiple functions that is a constant during one execution of the alignment, but might need to be changed later on, such as a dataset identifier. So far you'd have to modify all functions that use the constant value. Now, you can just define a global project variable and use that in many functions, such as

Formatted String

and in all Groovy Functions.

You can also set Project variables through the updated hale command line interface. Please see the Project variables section for more information.

Use any Basemap you want

When MapQuest stopped providing acces to their nice tile services, that came as a surprise. We decided to not just drop in a new basemap like OSM Tiles, but insted improved the Map View. While we've set the new Stamen Terrain map as the default basemap, you are now free to configure any WMS-based or Tile-based map. Check the Map View section for more instructions on how to configure basemaps.

Map view

A big thanks to Fraunhofer IGD's Competence Center GEO, who contributed the CityServer3D Map View to make these improvements possible.

Read MS Access Databases

MS Access databases are one of the most common formats used in reporting and statistics. In hale studio, you can now use MS Access databases to load source schemas and source data. Thanks to the European Environmental Agency for funding this work.

Improved Compliance with INSPIRE guidance

All GML writers now have an option to control and unify the winding order of any closed rings. You can either leave rings as they are, or unify them to clockwise or counter-clockwise winding order, with the latter being required for GML 3.2 and 3.3. The algorithm we employ takes into account axis order and direction, as reverses order for each level of inner rigns. Furthermore, we have added an Xlink validator to make sure all

href

properties point to valid resources. Thanks to the European Environmental Agency for funding this work.

Much improved Interactive Documentation

The interactive alignment documentation is really helpful to get input from domain experts on an alignment. During several major projects this year, we've seen it being used a lot and have improved it according to the feedback. In particular, even very large alignments with hundreds of cells can now be displayed, they can be searched and filtered, and much more.

Interactive documentation

Thanks to the Arbeitsgemeinschaft der deutschen Vermessungsverwaltungen for funding part of this work.