LocationTech GeoMesa 1.3.0 Release Review

Type
Release
State
Successful
End Date of the Review Period

Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.

Release

1.3.0

Description

The GeoMesa team would like to announce the release of LocationTech GeoMesa version 1.3.0.  This minor release ships with the following significant new functionality.

  • Deep integration with Spark SQL's Catalyst optimizer to enable efficient provisioning and analysis of spatial data frames over massive data sets.  Users can filter, join, transform, and aggregate spatial data sets using standard SQL and many spatial functions in a manner similar to PostGIS:

     

    select id,geom.st_buffer(geom,10) from geomesa_table where st_contains(geom,'POLYGON(())')

     

  • Integration with notebook servers such as Jupyter and Zeppelin to enable ad-hoc interactive analysis and visualization of massive spatial data sets.
  • First class GeoJSON support

  • Refactored Index API and corresponding maturation of HBase, Bigtable, and Cassandra backends

Additionally, 1.3.0 includes many performance improvements and bug fixes.  Check out this report for a list of issues closed.

Conforms To UI/UX Guidelines
Not verified