-
Notifications
You must be signed in to change notification settings - Fork 6
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
Collection API: Upgrade GeoTrellis #61
Conversation
The summary project continues to use the old one for compatibility reasons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Tested this and the server
& jar
versions both work.
"com.azavea.geotrellis" %% "geotrellis-spark" % Version.geotrellis, | ||
"com.azavea.geotrellis" %% "geotrellis-s3" % Version.geotrellis, | ||
"com.azavea.geotrellis" %% "geotrellis-spark" % Version.geotrellisOld, | ||
"com.azavea.geotrellis" %% "geotrellis-s3" % Version.geotrellisOld, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that we can use both GT versions simultaneously. I guess that's a benefit of having a multi-project build.
I thought about also upgrading to |
I just added another commit to demo that the import actually works. Could you please give this another try? |
Sure! |
Rebuilt the jar and everything still works! 👍 |
Overview
Upgrades GeoTrellis to latest in the
api
project. The summary project continues to use the old one for compatibility reasons.Connects #49
Testing Instructions
server
and test:8090/ping
and:8090/run
endpointscibuild
and ensure the JAR builds successfully