What’s New in Geoweaver v1.7.8

Geoweaver v1.7.8 - New Features and Updates

This blog highlights the latest updates in Geoweaver! Here’s a breakdown of the most recent enhancements in the platform.


What’s Changed

1. Display Process Name in Workflow History Panel

The Workflow History Panel now shows the process name along with the process ID, history ID, and action, making it easier to identify and track processes in your workflows. To check this update, go to any workflow and view the history actions.

2. Workflow Info Display for Nodes and Edges

Details of workflow nodes and edges are now displayed in tabular format, offering a more structured and readable view of workflows. To check this update go to any workflow and view the info tab.

3. Environment Selection Guide

A new guide, environment-selection.md, has been added to the documentation. This guide helps users to integrate Python environment within Geoweaver for seamless execution of geospatial workflows.


How to Get These Updates

For Geoweaver Java users

Download the latest JAR file from geoweaver.dev and execute the following command:
java -jar geoweaver.jar

For Geoweaver application users

Download and install the latest version for Windows, Mac, or Linux from geoweaver.dev .
Note: Clear your cache if changes do not apply.

For Geoweaver developers

Pull the latest version from the repository:
git pull origin main

For PyGeoweaver users

Use the following command to update and restart:
gw restart --force-download


Stay tuned for more updates, and feel free to contribute or provide feedback on our GitHub page.


Related Posts

Recovering and Reducing H2 Database Size in Geoweaver

When working with Geoweaver, you might encounter a scenario where the H2 database grows significantly in size, potentially impacting system performance.

Read More

Switching Between H2, PostgreSQL, and MySQL Using Command-Line Arguments

Introduction In this guide, we will show how to switch between H2, PostgreSQL, and MySQL databases in Geoweaver using command-line arguments.

Read More

A Comprehensive Guide to Switching to a Different Database in Geoweaver

Switching to a Different Database in Geoweaver Introduction In this guide, we will walk you through the steps to switch the database used by Geoweaver to either PostgreSQL or MySQL.

Read More