Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Geotrellis 3.7.0 #110

Merged
merged 6 commits into from
Apr 9, 2024
Merged

Update to Geotrellis 3.7.0 #110

merged 6 commits into from
Apr 9, 2024

Conversation

jpolchlo
Copy link
Contributor

@jpolchlo jpolchlo commented Apr 8, 2024

Overview

This repository has been running on a quite old version of Geotrellis, and it's time to modernize the dependencies. In this PR, I've updated the SBT launcher script, restructured the project to use the build.sbt file in place of the old build.scala method. The Scala version has been bumped up into the 2.13 line, and library dependencies have been adjusted to match. Geotrellis has been kicked up to version 3.7.0.

Some adjustments had to be made to the geoprocessing code, but they were not extreme, basically in one of two camps: adjustments to cope with Scala 2.13, and geometry processing changes arising from GT's switch to using JTS.

Connects #105
Connects #106
Connects #107

Testing Instructions

(Still needs testing)

@rajadain
Copy link
Member

rajadain commented Apr 8, 2024

This looks really promising!

I merged my test branch from #109 onto this. Then ran scripts/update and scripts/server to run the new service, and in another tab ran scripts/test, all of which succeeded.

Next will install this on an MMW VM and test there.

Copy link
Member

@rajadain rajadain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a few commits to address IDE warnings, upgrade SBT, and remove the Summary project and corresponding outdated dependencies.

Tested with ./scripts/test from #108. This looks great! Excellent work.

@rajadain rajadain merged commit 2ad377f into develop Apr 9, 2024
@rajadain rajadain deleted the jp/gt-3.7.0 branch April 9, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants