Changelog

3.16.0

3.15.0

  • Update GST C++ API to version 3.15.0. Requires gst-server version 3.15.*.

3.14.0

3.13.0

  • Update GST C++ API to version 3.13.0. Requires gst-server version 3.13.*.

  • Segy2D, Segy3D and ElevationGrid are now feature types.

  • Additional RequestFormats: TILES3D, GEOTIFF and KML.

  • New function revision() to get the build revison of GSTPy.

  • Additional arguments for NetworkInterface.save_feature() and NetworkInterface.save_feature_area_limiter().

    • write_object_archive (bool): Set to True to write an additonal XML file containging object information (e.g., attribures, name, SRS). Optional, defaults to False.

    • writer_options (WriterOptions): Set for file type specifc settings.

    • tiling_parameters TilingParameters (TilingParameters): Set to enable tiling. Optional, defaults to not set.

    • sgrid_segmentation_colormap_id (int): Set to write SGrid segmentations with a colormap. Optional, defaults to not set.

    • shift_parameters (ShiftParameters): Set to shift the geometry. Optional, defaults to not set.

    • mesh_simplification_parameters (MeshSimplificationParameters): Set to enable mesh simplification. Optional, defaults to not set.

  • Setup GDAL environment. See PROJ / GDAL data paths.

3.12.0

  • Update GST C++ API to version 3.12.0. Requires gst-server version 3.12.*.

3.11.0

3.10.0

  • Update GST C++ API to version 3.10.0. Requires gst-server version 3.10.*.

3.9.2

3.9.1

3.9.0

  • Breaking Change: Removal of MoMa element levels. All MoMa elements can now be added to an arbritrary depth.

  • Update GST C++ API to version 3.9.0. Requires gst-server version 3.9.*.

3.8.0

  • Change version scheme to follow the major and minor version (e.g. “3.8”) of the GST API and gst-server

  • Update GST C++ API to version 3.8.0. Now requires gst-server version 3.8.*.

1.4.1

  • Support Area Limiter. This allows to specify a selection area, either a polygon or a bounding box, the condition geometries have to meet in regards to the to be loaded (contained in area or intersecting the area) and how selected geometries will be loaded (full geometry or only the parts inside the area).

1.4.0

1.3.0

  • Manage Feature Classes with Z-Axis Domain Time.

  • New method NetworkInterface.save_feature().

    This allows the download directly to the file system without going through CrudeFeature, enabling this use case with a much lower peak memory footprint.

    This method also allows download of binary and multi-file formats, like “Gocad Voxet” or “I3S SLPK”.

  • Update GST C++ API to version 3.4.0. Requires gst-server version 3.3.*.

1.2.2

  • Update GST C++ API to version 3.3.0. Now requires gst-server version 3.3.*.

  • Fix small documentation issue in NetworkInterface.list_srs().

1.2.1

1.2.0

1.1.0

1.0.0

Initital release